Unable to show/hide UI action located at the bottom of the form through a UI policy.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 05:32 AM
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 06:19 AM
Something like this should work in the condition-
current.isValidRecord() && gs.state != '3';
I have used 3 you can use your own value of state.
Please mark my answer helpful and correct.
Regards,
Amit