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
What is detailed category?
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?
Tell me what happens if you create an employee in siebel application and forget to create?
What is the use of the indirect multivalue link and how do you configure it?
Explain how would you delete or merge rows that have the same primary user key and different conflict ids using eim?
Explain when do you use genbscript.exe?
Explain what are the eim tables and base tables are required to your entities?
what is the maximum number of applets can be there in a view?
Explain what is an extension table?
Explain how to configure a mvg?
What difference between join specification and join definition?
What is user properties?
Explain what is the use of virtual bc?
Dynamic picklist is used to update join fields? How?
Explain what is detailed category and what is its use in configuration?