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



Is there any 'user property' to make the whole field in a b.c read only, by some conditio..

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

Is there any 'user property' to make the whole field in a b.c read only, by some conditio..

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

Is there any 'user property' to make the whole field in a b.c read only, by some conditio..

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

Post New Answer

More Siebel Interview Questions

What is PDQ’s? If you have created a PDQ and if someone else is logging into Siebel with his ID, then will he be able to see the PDQ which you have saved? Will the Admin will be able to see all the PDQ’s.

1 Answers   IBM,


Explain how would you delete or merge rows that have the same primary user key and different conflict ids using eim?

0 Answers  


What is foreign key table in siebel?

0 Answers  


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)

3 Answers   Logica CMG, Satyam,


What is the significance of eapps.cfg file?

0 Answers  






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

3 Answers  


How to send an email using siebel application?

0 Answers  


Explain how to create an extension table with an intersection table?

0 Answers  


What is the difference between siebel 7.5 and 7.8?

0 Answers  


Describe the relationship between base table and extension table?

3 Answers  


What language you used to write bs?

0 Answers  


What's siebel?

0 Answers  


Categories