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


Please Help Members By Posting Answers For Below Questions

How to do validations in escripts and in configuration?

611


What difference between fields and single value fields?

635


Explain how extension table is related to base table?

621


What is the use of the indirect multivalue link and how do you configure it?

659


What is siebel?

675






When do we go for dynamic picklist and for pick applet?

631


Siebel 7.7 how do you add button icon in an applet? Like new,query,delete.i want activate button also.

649


Explain what is the difference between "picklist generic" and "picklist hierarchical" business components?

617


What is difference between join specification and join definition?

635


What is the use of global policy expressions defined in siebel?

595


Explain what is an extension table and how is it related to base table?

563


What is applet toggle and how many types are there?

633


Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?

648


Tell me what does install.ksh and imprep.ksh files do?

597


What is the use of virtual bc?

633