How do I hide a submit button for catalog items in now mobile app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 06:27 AM
Hey guys this is an urgent requirement form one of my client
How do I hide a submit button for catalog items in now mobile app
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 06:45 AM
if you want to hide then why to show that catalog item in now mobile app?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 09:59 AM
@Ankur Bawiskar We have catalog item that shows only link which will redirect to external website. In portal its disabled but in now mobile its showing the submit button when we click on it a case is being raised. That should not happen here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 10:02 AM
Hi @JOYSON VEGAS ,
May I suggest you one thing, instead of hiding it you can disable it by writing an on submit client script. So whenever any1 even submits it won't execute & create a ticket.
Please mark my answer helpful if it resolves your issue.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 11:14 PM
@Danish Bhairag2 Can you suggest me how can I achieve this?