We can use “set field read only based on another field value” feature to set target field to read only. To do that we need a field which set value automatically after save the record and it should be read only by default. In CRM we have 4 fields which have those properties. Those fields are “Created By”, “Created On”, “Modified By” and “Modified On”. To set field read only after saving we need to add one of these fields to your target form (because Business Rules are working on the fields which available in the form). Then we can create business rule to set read only relevant field based on the value of previously mentioned fields.
For example:
I need to set read only field called “Identification Number” in the contact form after saving contact details.
Steps:
Add one of following fields in to the contact creation form.
- Crated On
- Created By
- Modified On
- Modified By
We choose “Created By” field as helping field to create business rule
Then create business rule to set “Identification Number” field to read only after set value to the “Crated By” field. We set business rule scope to form which we need to create contacts.
After activate business rule just create a contact record then you can see the Identification Number get locked because Created By field contains the data
No comments:
Post a Comment