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


Please Help Members By Posting Answers For Below Questions

Is it possible to have multiple database servers for one gateway server?

746


What is the differences between static and dynamic drilldowns?

723


What is Siebel file system?

786


Suppose if a view has admin mode property = true, then what will happen to user properties we write on them?

683


What are the steps required to set the policy expression?

669


Explain what is detailed category in configuration, and its use?

761


What is horizontal and vertical in siebel?

852


How to resolve foreign key in eim?

746


what is the difference between "picklist generic" and "picklist hierarchical" business components?

722


How to call external webpage from siebel application?

734


how to dispaly ascendimg in pick list

2301


what is implied join. Where do we find it ?

755


Explain how would you send an email using siebel realtime application?

685


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

2773


Explain what is constrainted picklist? Where you will drop the constraints?

701