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
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / prabu
You can use Field read only user property. If u choose
priortiy filed as open, every fields should become read
only except priority field. I achieved this concept through
Field Read only property......
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / subbu49leela
This can be done through "bc read only field" user property.
Crate a calculated field and in calculated value, just give
the logial expression accordint to ur recuriment. This c.f
should be assigned to bc read only field user property...
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the new layer in Siebel 7.x version?
Explain how is siebel 7.x data model is different from siebel 6.0 data model?
How to send an email using siebel application?
What does install.ksh and imprep.ksh files do?
Hi All, anyone explain me about lonlist property while creating Picklist we wil cum to this property. Thanks in Advance.
what is a NAMED SUBSYSTEM?
when will raise hand held errors?
What does business component user mode indicate?
What is eapps.cfg file. and what is its significance?
If you have been given 2 responsibilities say ‘Account Executive’ and ‘Manager’? Is it possible for you to change the Responsibility? And if so where will you change the Responsibility?
what are impacts that if we increase the log levels in siebel
When do we use genbscript.exe?