cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically Set the Properties of Contols in Accounts

Former Member
0 Kudos

Hi Team,

We have a requirement to set the properties of controls as Editable/Grade out based on the custom field 'Approval status' and 'Role'.

If the approval status is 'Yet to be approved' then fields on the account screen should be grade out except for the role 'Master data'.

How can we achieve this functionality?

Thank you in advance

Accepted Solutions (1)

Accepted Solutions (1)

dpksghl_30
Participant
0 Kudos

Hi Smita,

It can be achieved by creating one rule and apply it to read only property of fields. You have to write script using your extension fields in Rule Editor.

Regards,

Deepak

Former Member
0 Kudos

Thank you Deepak for your quick response,

If i create Rule in the rule editor , irrespective of the role , the fields will be grade out based on conditions.

could you please help or suggest in this regard.

dpksghl_30
Participant
0 Kudos

Hi smita,

As you mentioned Role is custom field so you need to write logic like if approval status is 'Yet to be approved' and role is NOT 'Master data' then set result of rule to 'true' and assign it to the field which you want to be read only.

Regards,

Deepak

Answers (0)