How to make a UI macro hidden for a particular table

Susmitha1625
Tera Guru

Hello Everyone,

 

We have a UI macro for the 'Assigned to' field through which we can add the logged-in user into the Assigned to field. Now, we have a requirement to make this UI macro hidden for a table. For now, the macro visibility is working for all Task tables but I want to hide it for Change.  Please help me with the process.

Thanks in Advance

1 ACCEPTED SOLUTION

Susmitha1625
Tera Guru

I've found the solution. 

Adding if it might help anyone in the future. 

'Assigned to' -> configure dictionary -> Attributes 

In the attributes, I found "edge_encryption_enabled=true,ref_contributions=UI macro name" which is adding the UI macro functionality for the Task & it's child tables.

So, I've created a dictionary Override for 'Change Request' for overriding the 'attributes' to edge_encryption_enabled=true. This helped me to disable the UI macro functionality for the Change table

View solution in original post

1 REPLY 1

Susmitha1625
Tera Guru

I've found the solution. 

Adding if it might help anyone in the future. 

'Assigned to' -> configure dictionary -> Attributes 

In the attributes, I found "edge_encryption_enabled=true,ref_contributions=UI macro name" which is adding the UI macro functionality for the Task & it's child tables.

So, I've created a dictionary Override for 'Change Request' for overriding the 'attributes' to edge_encryption_enabled=true. This helped me to disable the UI macro functionality for the Change table