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
Explain what is the use of virtual bc?
What is siebel gateway?
Which etl tool you used for data loading?
Explain how to specify a view to be displayed as aggregate view in siebel 7.7?
What are the different types of columns?
What happens if you create an employee in siebel application and forget to create?
What are the different views available in Siebel?
whats the difference between siebel 7.5 and 7.8?
Why do we need to create employees at the database in siebel?
How to Get the MultiValueFields in Workflow
How to run genbscript.exe?
What is the difference between an organization and division in Siebel?
Explain how to edit the joined fields values in join?
Explain the different types of tables?
What are the steps required to set the policy expression?