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



I want to see all the 6 static picklist values in one view and in another view i want to see 3 pic..

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

I want to see all the 6 static picklist values in one view and in another view i want to see 3 pic..

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

Post New Answer

More Siebel Interview Questions

Describe a Resonate?

1 Answers   Siebel Systems,


Please provide the SIebel Interview Questions with Answers as soon as possible.I am going to attend an interview.please respond

0 Answers   Patni,


What are the different elements in Siebel?

1 Answers   Cap Gemini,


Suppose I have a view with form applet on the top and list applet at the bottom.there is "score" field in the list applet.how to display the totals of score in form applet?

0 Answers  


What is caching in siebel?

0 Answers  






Explain what is the difference between eim and eai?

0 Answers  


what is the difference between serverside scripting and browser side scripting?

7 Answers   IBM,


Explain how to run genbscript.exe?

0 Answers  


For a field Status we define predefault value ="inprogess" Postdefault value="Completed" a record is copied from an existing record having status field value "Cleared" in the copied record if the status field value is made blank and then saved the record what will be the value of status field after saving

4 Answers   IBM,


How is Siebel 7.x data model is different from Siebel 6.0 data model?

3 Answers   GE, Siebel Systems,


Explain what is constrainted picklist?

0 Answers  


Explain how to import list of values?

0 Answers  


Categories