- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2024 11:51 PM
Hi All,
I have the following UI action on the Change form to cancel the change request.
below script is used
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 12:51 AM
It should be something like below:
Update Script and Workspace Client script part:
function setChangeCancelState() {
g_form.setValue("state", "4");
// Call the UI Action and skip the 'onclick' function
gsftSubmit(null, g_form.getFormElement(), 'change_state'); // MUST call the 'Action name' set in this UI Action
}
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 12:18 AM
Actually the UI action is visible in Service Operations Workspace but its not working as expected.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 12:18 AM
@Simba Naidu Could you please check if your UI Action has any conditions which is returning false.
Also, please check if the following checkboxes are true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 12:22 AM
Thanks for your response. Those checkboxes are true currently.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2024 12:40 AM
Hi @Simba Naidu
Can you please share your UI Action configuration screen shoots?
Thanks
Anil Lande