- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 09:02 AM
I have a requirement to hide Resolve button on incident form when an incident is being created. I tried modifying UI action condition by adding current.incident_state == 1 to the condition but then it is hiding resolve button for existing cases with New state. Need to hide this button only when incident is being created.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 07:55 PM
Hi, current.isNewRecord() is used as an OOB condition in a number of UI actions, I would give this a try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 07:55 PM
Hi, current.isNewRecord() is used as an OOB condition in a number of UI actions, I would give this a try.