Is there any 'user property' to make the whole field in a
b.c read only, by some condition. e.g:- if priority=closed
the whole record should be read only
Answer Posted / kavitha devarajan
Create a new Calculated field with the BC like:
Test Field =
IIf([priority] = LookupValue("PRIORITY","Closed")), "Y","N")
Then with the BC User Property write a Property:
Name Value
BC Read Only Field Test Field
So once the value of the priority is set to closed, the
whole of the record becomes read-only now.
Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
How to do validations in escripts and in configuration?
What difference between fields and single value fields?
Explain how extension table is related to base table?
What is the use of the indirect multivalue link and how do you configure it?
What is siebel?
When do we go for dynamic picklist and for pick applet?
Siebel 7.7 how do you add button icon in an applet? Like new,query,delete.i want activate button also.
Explain what is the difference between "picklist generic" and "picklist hierarchical" business components?
What is difference between join specification and join definition?
What is the use of global policy expressions defined in siebel?
Explain what is an extension table and how is it related to base table?
What is applet toggle and how many types are there?
Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?
Tell me what does install.ksh and imprep.ksh files do?
What is the use of virtual bc?