Now mobile app: Hide Submit button

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2020 02:22 AM
Hi,
Any ideas on how to hide or disable the Submit/Order button? Is it possible event?
Thanks,
Dana
- Labels:
-
Now Mobile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2020 09:57 AM
since the catalog item page with submit button is a Service Portal page, you need to modify the SC Catalog Item widget and hide the button in widget code.
For example you can pass value from client controller c.data.hideButton = cabrillo.isNative();
and in HTML template use something like ng-hide=c.data.hideButton
But you will have to clone widget and replace it in the mesp_sc_cat_item page to make it working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2020 11:43 AM
Hi Peter,
Unfortunately, this is not going to work on account that everything mesp related is protected.
Even tried routing the me_sc_cat_item page to a new page containing the widget with hidden Submit button.
Thanks for your input,
Dana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2020 11:54 AM
I was able to use Page Route Maps and route user to correct page.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2020 12:04 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2021 06:22 AM
Hi Dana and all others,
Hiding the "Submit" button seems to be no longer needed 🙂
About Content items : previously these items were not supported on Now Mobile, though it does work now in Paris! 🙂
Just change the following property: glide.sc.mobile.item_class_not_supported
Remove "sc_cat_item_content" out of it.
Below how it looks in the Now Mobile app. Adding a link to another internal application or site does work well too. I also tested to have a KB article in it which worked fine too.
Please mark helpfull when it does 😉
regards, Peter
Something else: Making Catalog items or Content items available for Portal and not for Now Mobile can be done too.
Just changed both below properties and now "Desktop Only" catalog & content items are not appearing any longer.