Required Field User Property:
To make "Spouse Name" field mandatory on the UI, when user checked the field "Married" to True.
Create Field User Prop for "Spouse Name" field :
Name : Required
Value : IIf ([Married] = "Y", "Y", "N")
Compile the SRF by using one implementation at a time and see the difference.
To make "Spouse Name" field mandatory on the UI, when user checked the field "Married" to True.
Create Field User Prop for "Spouse Name" field :
Name : Required
Value : IIf ([Married] = "Y", "Y", "N")
Compile the SRF by using one implementation at a time and see the difference.
No comments:
Post a Comment