Can we add record producer in navigation bar/menu under certain module?

nikitaporwal
Kilo Expert

Hi All,

I created a record producer, now I want to add this record producer to the incident module.is it possible?

Thanks

Nikita

5 REPLIES 5

johnfru
Giga Contributor

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


This helps us 🙂

syedfarhan
Kilo Sage

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


Sorry - but not in UI16, the Right-click edit is removed in Geneva!