Now Mobile- Catalog Items display

Prateek kumar
Mega Sage

Hello Experts,

I'm trying to implement Now Mobile application and wanted to only display 4-5 catalog items in the Mobile Service Catalog.

The flag on the catalog item doesn't seem to work.

find_real_file.png

Did anyone happen to implement this feature?

Thanks in advance.

 


Please mark my response as correct and helpful if it helped solved your question.
-Thanks
1 ACCEPTED SOLUTION

RaghavSh
Kilo Patron

Below could be one of the way:

1 Create a new catalog entry in "sc_catalog" table for mobile eg."mobile service catalog". And associate the catalog items you want to show on mobile with this catalog.

2. Now go to "catalogs" under "mobile" in "application navigator". This contains all the catalogs available for mobile.

find_real_file.png 

3. Mark these inactive and create a new entry for the catalog entry created in step1.

After this only catalog items associated with this catalog will be visible on mobile.

You may have to create category and associate your catalog items with some category.


Raghav
MVP 2023

View solution in original post

6 REPLIES 6

RaghavSh
Kilo Patron

Below could be one of the way:

1 Create a new catalog entry in "sc_catalog" table for mobile eg."mobile service catalog". And associate the catalog items you want to show on mobile with this catalog.

2. Now go to "catalogs" under "mobile" in "application navigator". This contains all the catalogs available for mobile.

find_real_file.png 

3. Mark these inactive and create a new entry for the catalog entry created in step1.

After this only catalog items associated with this catalog will be visible on mobile.

You may have to create category and associate your catalog items with some category.


Raghav
MVP 2023

David Ha
ServiceNow Employee
ServiceNow Employee

As Raghav pointed out, catalog items will only display if it appears in your Mobile Employee Service Portal. So your catalog items will either need to update its URL to include MESP or follow Raghav's workaround solution

/mesp?id=sc_cat_item&sys_id=9c578864ed111010fa9b395e35885545

 

Best,

David