- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2024 08:56 PM
Hi community,
Is there a way to remove or hide the field decoration from a reference field in a Workspace form? I was able to remove from backend view using the attribute "ref_decoration_disabled=true". However, it didn't work in the Workspace form.
Any ideas?
Cheers!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 04:50 PM
Found the solution.
For anyone looking for it. It is explained in this documentation page > Hide the global list and form actions from a table or view
Basically, you go to sys_declarative_action_assignment table, find the exact action you want to hide/exclude and add and "Action Exclusion" to the table/tables you want.
Hope that helps.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 07:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 04:50 PM
Found the solution.
For anyone looking for it. It is explained in this documentation page > Hide the global list and form actions from a table or view
Basically, you go to sys_declarative_action_assignment table, find the exact action you want to hide/exclude and add and "Action Exclusion" to the table/tables you want.
Hope that helps.
Cheers!