Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Define position type field in position applet?

1 Answers   Siebel Systems,


What is the use of the indirect multivalue link and how do you configure it?

0 Answers  


Describe the relationship between base table and extension table?

3 Answers  


How to do validations in escripts and in configuration?

0 Answers  


State the layer of Siebel 7.x version which is new ?

2 Answers   Siebel Systems,


Difference between search specification and search constant

0 Answers   IBM,


Suppose I have a view with form applet on the top and list applet at the bottom.there is "score" field in the list applet.how to display the totals of score in form applet?

0 Answers  


How to invoke workflows using userproperty

2 Answers   TCS,


What is the relationship between opportunity and account?

5 Answers   Siebel Systems,


What is the most difficult assignment that was given to you in workflows and how did you come up with the solution?

0 Answers  


What are the steps for using a standard 1:1 extension table?

0 Answers  


Suppose in the list applet field we have 10 records but I have to display only 2 records in list applet,what is the process should I follow?

0 Answers  


Categories