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
What are the steps for creating a mvg?
Tell me is it posible to access more than one database at a single siebel application?
Explain what is the significance of eapps.cfg file?
Name the databases you have worked on?
What are the different views available in Siebel?
Explain how to resolve foreign key in eim?
How to send an email using siebel application? Other than using f9 functional key?
How is netscaler static caching maintained?
Siebel 7.7 how do you add button icon in an applet? Like new,query,delete.i want activate button also.
How would you import international phone numbers using eim in siebel realtime?
What is the difference between eim and eai?
When do you use property sets in siebel?
What are pre defined queries?
How do you handle error handling in wfs?
How do you recognize that a particular table (base table) can be extended?