- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 09:08 PM
Hello Experts,
I need your help. I want the submit button on the change request to work like a save button but i don't see any ui action for it.
I have made a separate save button for the purpose but unable to remove the submit button from the page.
Please check the attached images.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 09:24 PM
Hi,
The UI Action "Submit" is global action, so table name will be Global [global].
From your custom UI action (Save), you need to override the Submit button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 09:24 PM
Hi,
The UI Action "Submit" is global action, so table name will be Global [global].
From your custom UI action (Save), you need to override the Submit button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 11:08 PM
Thanks a lot. Much appreciated.