- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 02:24 AM - edited 04-19-2024 04:22 AM
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
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 04:20 AM - edited 04-19-2024 04:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2024 04:20 AM - edited 04-19-2024 04:21 AM
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