- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 05:55 AM
Hi All,
I want to show "Submit" button on hardware asset form when creating new record.
below image, I am not be able to see the submit button when creating a new record, how to visible this submit button on form. I have a "Asset" role for create a new record then also I was not be able to see "Submit" button.
Thank You
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 06:13 AM
Hi,
As an admin if you are in this form, you can click the hamburger menu top left, Go to Configuration -> UI Action.
Look for the UI action with the name = Submit.
Open it and check if "Form button" has been checked, Active needs to be checked also.
If both are checked, look at the Condition part en see if the logic behind it seems off.
Kind Regards,
Collin R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 06:09 AM
Hi @Omkarbh1997 For me it showing after having only Asset role.
Have a look at the UI Action Condition and configuration
https://devxxxxx.service-now.com/sys_ui_action.do?sys_id=96e1e2c87742311010ff99f69c5a9993
Refer this KB Article https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0547282
Regards,
Sid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 06:13 AM
Hi,
As an admin if you are in this form, you can click the hamburger menu top left, Go to Configuration -> UI Action.
Look for the UI action with the name = Submit.
Open it and check if "Form button" has been checked, Active needs to be checked also.
If both are checked, look at the Condition part en see if the logic behind it seems off.
Kind Regards,
Collin R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 10:17 AM
Thank you