In an order screen if the Status value changes from
Inprogess to Pending all the line items must become read only
Answers were Sorted based on User's Feedback
Answer / venkat
In Order Litem BC,
Get the Order value to the line item BC to 'X' field
Based on X field value
write a user property BC read only based on the X field
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / vignesh
In the Business Component user property choose name as BC
Read Only and give the below condition
Name:BC Read Only
IIf([Status]= LookupValue("STATUS_TYPE","Pending")OR [Type]
= LookupValue("STATUS_TYPE","Inprogress"))
| Is This Answer Correct ? | 1 Yes | 7 No |
Explain where does the primary field of an mvg stored?
when you have pre default value and post default value for a field, which one will be stored in the database?
What language you used to write bs?
How to call external webpage from siebel application?
what is the difference between join and link?
In MVG concept 1:M has only MVG applet but where as M:M has shuttel applet(Combination of Associate applet and Mvg applet) why?
How do you handle error handling in wfs?
What is detailed category?
How do you control visibility in Siebel?
What is the difference between pick applet and dynamic picklist?
Tell me what is user properties? Why we using the user properties?
How would you import international phone numbers using eim in siebel realtime?