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
When do we go for bc level user properties?
What's siebel?
What is force active property?
How do you import list of values?
Explain what is detailed category?
In a flow, when a Customer has called for enquiring about some product. He does not have any Service tag, Order # or SR#. In this case what kind of Activity will be created and how will the agent proceed with the Activity.
Give an example of the eim delete process's behavior?
What is the deployment options used for load balancing with netscaler?
What does business component user mode indicate?
What is the use of virtual bc?
What is difference between s_opty_x and s_opty_xm tables?
i need to invoke an external web service from siebel CRM using as input to the web service a value in business component field, i need to display the results in another applet asociated with a virtual business component, does anyone know how to do this? thanks
How to send an email using siebel application? Other than using f9 functional key?
Explain how to create extension table to an interface table in siebel?
what is the maximum number of applets can be there in a view?