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?
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to have multiple database servers for one gateway server?
What is the differences between static and dynamic drilldowns?
What is Siebel file system?
Suppose if a view has admin mode property = true, then what will happen to user properties we write on them?
What are the steps required to set the policy expression?
Explain what is detailed category in configuration, and its use?
What is horizontal and vertical in siebel?
How to resolve foreign key in eim?
what is the difference between "picklist generic" and "picklist hierarchical" business components?
How to call external webpage from siebel application?
how to dispaly ascendimg in pick list
what is implied join. Where do we find it ?
Explain how would you send an email using siebel realtime application?
in a three level hierarchial picklist say country,state,city how do we perform pickmap 2)say if we have values same for country (having value 'A') and for state (having value 'A') and for city having value 'B' and in parent Lic we give value for city as 'A' how do it recognise it as State any other solution
Explain what is constrainted picklist? Where you will drop the constraints?