GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Siebel  >  Siebel General

 Print  |  
Question:  Its possible to give the conditions in Field Read only Field property ?(Ex:if condition city = chennai . its only allowed to enter the field otherwise not entered the value).



July 07, 2006 04:36:05 #1
 aravind CRM Expert  Member Since: October 2005    Total Comments: 55 

RE: its possible to give the conditions in Field Read ...
 

We can give expression on the Value side of a user property. Plz check the syntax once again.

Syntax should be:

If([Field]="value","Result")

or

Iff([Field]="value","result if condition meets","result if condition not met")

     

 

Back To Question