Replies: 2 comments 1 reply
-
|
Hey - there is a Share project that will add this as a button to your catalog items. https://developer.servicenow.com/connect.do#!/share/contents/3610205_preview_item_in_portal?v=2&t=PRODUCT_DETAILS |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You can use the table name as well in the shortcut that you have created. This will ensure the correct one opens up, eg. sc_cat_item_guide if it is Order Guide and sc_cat_item if it is a Catalog Item. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Regularly, I configure catalog items and I want to test them on my portal. There is the "Try it" button but which refers to the backoffice view. I have to copy/paste the sys_id and paste it into the url "/sp?id=sc_cat_item&sys_id=XXXX"
Could we not add a feature in SN Utils to directly open the item from the cat_item form.
The ideal would be to be able to select the portal (like the "Try it" button in the Page form). For now, I created a shortcut "/ci" which redirects me to /sp?id=sc_cat_item&sys_id=$sysid .
Any other ideas?
Chris
Beta Was this translation helpful? Give feedback.
All reactions