I want to see all the 6 static picklist values in one view
and in
another view i want to see 3 picklist values out of 6
values(I want to constrain 3 picklist values in another view
out of 6 values) for the same field,same BC.
how will u configure?
Answers were Sorted based on User's Feedback
Answer / sravan
Hi,
->First create the calc field with value as "GetProfileAttr
("ActiveViewName")"
->Add the views names accordingly to the list of values in
subtype.(3 values)
->Create pickmap with Name as calc field and value as
subtype.
->Check the constrain.
->Compile the BC and check.
Regards,
Sravan.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / aman
Create 6 LOVS as required and Update Order BY Field in LOV in sequence like
Value1 -- Order by 101
Value2 -- Order by 102
Value3 -- Order by 103
Value4 -- Order by 104
Value5 -- Order by 105
Value6 -- Order by 106
Create a picklist and in picklist search spec write following search spec:
IIf ((GetProfileAttr("ActiveViewName") = "View1"), [Order By] <= 103,[Order By] <= 106)
If Active view is View1 then it will show only Value1 Value2 Value3
else all value will be displayed
Cheers!!
| Is This Answer Correct ? | 3 Yes | 1 No |
what are impacts that if we increase the log levels in siebel
Define position type field in position applet?
What is the purpose of 1:m extended table?
Can you create an extension table with an intersection table?
1 Answers Accenture, IBM, Siebel Systems,
How is siebel server set up using the default tcp monitor?
Explain how extension table is related to base table?
what are the steps to implement outbound email in siebel?
What are the different features of Siebel 7.x data model and Siebel 6.0 data model?
Explain what is resonate?
What is PDQ’s? If you have created a PDQ and if someone else is logging into Siebel with his ID, then will he be able to see the PDQ which you have saved? Will the Admin will be able to see all the PDQ’s.
Is there any 'user property' to make the whole field in a b.c read only, by some condition. e.g:- if priority=closed the whole record should be read only
What is the difference between mvg applet and a pick applet?