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
Explain is it required to install gateway server before installing a siebel server?
What is the function of nameserver?
Explain the difference between join specification and join definition?
What is virtual bc?
What is the difference between siebel 7.5 and 7.8? If we upgarde the application to 7.8 from 7.5 what are the areas we need to give importance fromqa(testing) point of view?
What difference between join specification and join definition?
What is the difference between an organization and division in Siebel?
How would you delete or merge rows that have the same primary user key and different conflict ids using eim?
When do we go for dynamic picklist and for pick applet?
What is horizontal and vertical in siebel?
Explain why does data not from related child tables not get exported when data is exported using an interface table?
Suppose in the list applet field we have 10 records but I have to display only 2 records in list applet,what is the process should I follow?
How is netscaler static caching maintained?
Tell me what is user properties? Why we using the user properties?
How would you remove unnecessary seed data by deleting all rows from the s_lst_of_val base table?