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
Explain what is the difference between links and multi value links?
Explain where does the primary field of an mvg stored?
what is the maximum number of applets can be there in a view?
Where you involved in the design phase and what did you do?
What is the use of global policy expressions defined in siebel?
How is siebel 7.x architecture different from siebel 6.x? How is siebel 7.x architecture different from siebel 6.x?
What is an extension table?
hi,i would like to know the what are the questions they will ask for siebel testing. i need question for only siebel testing only
What does business component user mode indicate?
Tell me is it posible to access more than one database at a single siebel application?
Explain what is the maximum number of applets can be there in a view?
Explain how to configure a mvg?
How would you import international phone numbers using eim in siebel realtime?
Explain how would you delete or merge rows that have the same primary user key and different conflict ids using eim?
Explain how would you send an email using siebel realtime application?