- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:37 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:39 AM - edited 03-14-2024 08:43 AM
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 )
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:39 AM - edited 03-14-2024 08:43 AM
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 )
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:41 AM
Hi @AshishKM the "hide" logic would be the condition right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:48 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2024 08:40 AM
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]
****************************************************************************************************************