Disable "Edit" button on Audit report when "Generate Report" is clicked on Engagement
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 06:45 AM
Hello All,
I am trying to hide "Edit" button on Audit report when UI action "Generate Report" is selected on Engagement record. I have commented code in ui page "preview_audit_report" but still I am able to see the "Edit" button in workspace view and it is working in native view.
PF the screenshots.
Workspace view:
Native view:
Thanks,
Kiran
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 10:00 AM
- Navigate to System UI > UI Actions.
- Find the UI Action that corresponds to the "Edit" button on the Audit Report.
- You can add a condition to this UI Action to not display when the "Generate Report" action is selected. This condition can be based on a field value set by the "Generate Report" action.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2023 12:43 AM
Hello,
Thank you for your inputs.
It is working in native view but it is not reflecting the same in workspace view.