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

I have created hierarchical picklist. In parent all the values are displayed. When the values selected in the parent its displays proper value in the child picklist?

0 Answers  


Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?

0 Answers  


What is the use of global policy expressions defined in siebel?

0 Answers  


How would you import url links into the s_lit base table?

0 Answers  


what is implied join. Where do we find it ?

0 Answers  






What is inbound and outbound in picklist?

0 Answers  


What is detailed category in configuration, and its use?

0 Answers  


How do you convert one country currencies to another country currencies please explain me

2 Answers   Cognizant,


what is a bounded picklist?

5 Answers  


If a team is handled by one manager, he will be able to see his team’s activities. And suddenly if the manager is changed, will the new manager be able to see the team members activities or not.

1 Answers   IBM,


I want to see 4 static picklist values in one view and in another view i want to see 6 picklist values for that field, how will u configure?

2 Answers   IBM, TCS,


Explain what is detailed category and what is its use in configuration?

0 Answers  


Categories