Show the Submit Button on New record

Omkarbh1997
Tera Expert

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.

Screenshot (166).png

 

Thank You

1 ACCEPTED SOLUTION

CollinR
Tera Expert

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.

View solution in original post

3 REPLIES 3

Sid_Takali
Kilo Patron
Kilo Patron

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

CollinR
Tera Expert

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.

@CollinR 

Thank you