How to hide Save and submit button in form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 05:02 AM
Hi Team ,
We create a custom form and need to hide the save and submit button ,Please guide
below is the screen shot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 07:03 AM
@String I tried this in my instance for scope application and it worked.
Other way to achieve this is by adding the condition in UI action. "Submit" & "Save" are global UI action. Go to UI action list and filter only for Global table
Search for submit button
Add below condition in condition field. Replace "<table name>" with you backend table name.
&& current.getTableName() != '<table name>'
Similary do for Save button
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2023 06:45 AM
Hi @String , you need to create duplicate with same name and hide it...
Check the link below
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0692665
Thanks and Regards,
Rahul