veryoHow can I hide the "Submit" button on Problem

F_bio Santos
Kilo Sage

Hi everyone, I want to hide the "submit" button for when Im creating a new problem, but I see that this UI Action is in "global" how can I hide it?

1 ACCEPTED SOLUTION

AshishKM
Kilo Patron
Kilo Patron

Hi @F_bio Santos

You can copy that global Submit button for problem table, after that you can apply the hide logic on it. 

Keep the global one untouched.

 

 

OOTB, there is only submit button, are you replacing this button with other name. How you save the new problem record. ( except Save option from context menu )

 

AshishKMishra_0-1710430934043.png

 

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

View solution in original post

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

Hi @F_bio Santos

You can copy that global Submit button for problem table, after that you can apply the hide logic on it. 

Keep the global one untouched.

 

 

OOTB, there is only submit button, are you replacing this button with other name. How you save the new problem record. ( except Save option from context menu )

 

AshishKMishra_0-1710430934043.png

 

 

-Thanks,

AshishKM


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Hi @AshishKM the "hide" logic would be the condition right?

yes, you can check the sys_id = -1 ( means not yet created ) in condition


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @F_bio Santos 

 

If you hide this, then how a user will save? It will increase clicks for user.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************