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 |
when you have pre default value and post default value for a field, which one will be stored in the database?
Explain dynamic picklist?
Can we use Mozilla Firefox browser for Siebel? if Yes, how it is?
How to invoke an URL on clicking a button in Applet
Explain how to create an event handler.
When do we go for dynamic picklist and for pick applet?
What are the eim tables and base tables are required to your entities?
What is different between bounded and unbounded picklist?
Differentiate between an organization and division?
Explain what is the use of virtual bc?
Suppose in an applet we have a button when we click on that button we need to get an business service. How we are going to do it?
Can you create an extension table with an intersection table?
1 Answers Accenture, IBM, Siebel Systems,