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 |
How you create Picklists?
If we can invoke a custom method using applet property "CanInvoke" what is the need to use webapplet_precaninvoke event method what is the difference
Hi All Please help me in this senario I have created New list Applet,New View and used the existing Screen to associate the view. But all the projects are different and there are complied. Even views and responsibilities have been created in client side and associate with the site map. But iam not able to see my configuration.
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?
Explain what is detailed category in configuration?
Explain what is virtual bc? What is the use of vbc?
How to find entity relation in siebel tools?
I checked out one object from server to my local, after checking out my local Database and userid has been corrupted. now i want to release the lock. How can i do this, can any one help me regarding this?
What is eapps.cfg file. and what is its significance?
Explain pick applet, dynamic picklist: which will be better if performance issue is considered?
What is the process to create the dynamic drilldown?
how do you specify a view to be displayed as aggregate view in siebel 7.7?