Can we add record producer in navigation bar/menu under certain module?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2016 04:17 AM
Hi All,
I created a record producer, now I want to add this record producer to the incident module.is it possible?
Thanks
Nikita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2016 05:22 AM
Create a Module > URL (from Arguments:)
add the argument: com.glideapp.servicecatalog_cat_item_view.do?sysparm_id=[sys_id of the producer]
for example, try: com.glideapp.servicecatalog_cat_item_view.do?sysparm_id=6377b7a77f000001070ec31b396896fe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2022 01:40 PM
This helps us 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2016 06:26 AM
Hi Nikitha,
Yes .What john said is right ,adding little bit info.
In the Application Navigator go to your application (Example like self-service) below that Right-click on it . You can see the option as Edit Module
now give the title name and select link type as URL-Arguments.
You should pass the Arguments as : /com.glideapp.servicecatalog_cat_item_view.do?sysparm_id=6377b7a77f000001070ec31b396896fe // you should change the sys_id to your record producer id.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2016 06:34 AM
Sorry - but not in UI16, the Right-click edit is removed in Geneva!