I want to call UI action from another UI action
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 05:00 PM
I created two UI action in incident table.
UI action A updates the record.
UI action B copies the description field.
I want to call UI action B within UI action A after the record is updated.
Is there a way to do this?
Thank you.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 11:26 PM
Thank you for your response.
However, your method does not solve my problem.
The reason is that with your method, the copy action (B UI action) executes first.
I want to copy the latest value to the clipboard after the record is updated.