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 process of configuring siebel 8 web virtual server?
how to create constain picklist?process suppose country field is there and state field is there,when user selected Australia in country,i have to display aus related states only states field? pls senme ans to (selvarajb.tech@gmail.com)
Explain what is the difference between "picklist generic" and "picklist hierarchical" business components?
what is Localisation?
5 Answers Mannar Company, Mannaran, Satyam, SRM Infotech,
What is Virtual BC?what is the use of vbc?
4 Answers Oracle, PF Enterprise, Symphony,
What is the difference between eim and eai?
Which etl tool you used for data loading?
Explain the use of detailed category in configuration?
What is purging in siebel?
If we can invoke a custom method using applet property "CanInvoke" what is the need to use webapplet_precaninvoke event method what is the difference
By what way do you control Visibility in Siebel ?
How do you create intersection table?