I want to call UI action from another UI action
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 09:04 PM
Hi @gachupin
Below post could be helpful :
Thanks and Regards
Amit Verma
Please mark this response as correct and helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 09:05 PM
Hi @gachupin ,
You could have done both the action in single UI action.
To gain some insight how to call one UI action from another, Please have a look at the below:
Call UI action in another UI action
Mark this as Helpful / Accept the Solution if this helps
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 11:30 PM
Thank you for your response.
>You could have done both the action in single UI action.
Could you please explain how I can do that?
I watched this video.
However I couldn't my problem...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 09:18 PM
Hi @gachupin ,
Below is the code you need to add it at the end of the ShowMyForm function.
gsftSubmit(null, g_form.getFormElement(), ''ActionNameofupdateuiaction"); //MUST call the 'Action name' set in this UI Action
If I could help you with your Query then, please hit the Thumb Icon and mark it as Correct !!
Thanks & Regards,
Sumanth Meda