In an order screen if the Status value changes from
Inprogess to Pending all the line items must become read only
Answer Posted / 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 |
Post New Answer View All Answers
how do you specify a view to be displayed as aggregate view in siebel 7.7?
Explain pick applet?
Explain what are the eim tables and base tables are required to your entities?
Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?
what is client business service?
Explain how to do validations in escripts and in configuration?
What is the process to create the dynamic drilldown?
Explain how would you send an email using siebel realtime application?
What is symbolic url in siebel?
When do we go for dynamic picklist and for pick applet?
i have two business components but iwant to make visible applet to only one business component
Explain what is an extension table and how is it related to base table?
How to run genbscript.exe?
How can you resolve foreign key in eim?
What is virtual bc?