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 configure the products in siebel?
How would you import url links into the s_lit base table?
How do you assign responsibilities to employees in Siebel?
Tell me when do you use property sets in siebel?
Tell me what is the behavior of the eim delete process?
when do you use "caninvoke(false/true)" method in scripting?
Explain audit trail in siebel.
What is the significance of eapps.cfg file?
Explain what is detailed category?
Explain how to do validations in escripts and in configuration?
Explain the various steps involved prior to configuring netscaler.
Explain how is siebel 7.x architecture different from siebel 6.x?
How will you do validations in escripts and in configuration?
What is inbound in picklist?
Explain if gateway server is not present cant we do load balancing?