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).

Showing Answers 1 - 4 of 4 Answers

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")

  Was this answer useful?  Yes

Yes its possible to mention the condition, for the field read only field property define a SVF and mention the same in BC user properties. For the condition you mentioned use calculated expression and as already answered use the syntaxIFF ('City=Chennai', Y, N)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions