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
i have two business components but iwant to make visible applet to only one business component
i want to join in siebel testing so what was the prerequsites for that to learn? what is the siebel analytics
What are the 3 major steps in the event handler process?
How many type of siebel data model extensions are there?
How would you send an email using siebel realtime application?
Why do we need to create employees at the database in siebel?
Where you will drop the constraints?
i want interview question on siebel testing.very urgent
Which etl tool you used for data loading?
Explain what is seed data in siebel?
Explain dynamic picklist?
Explain how to run genbscript.exe?
What is the use of virtual bc?
Explain when do we go for dynamic picklist and for pick applet?
what is the maximum number of applets can be there in a view?