Record producer within widget of service portal

salu
Mega Guru

Hello.

I need add my record producer in the page.In the CMS we can create iframe and we are passing the sys_id in to it.How can we achive it in service portal?Can some of please help?:(

Thanks

Saranya

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

You can use the url to render a record producer in the service portal already as there is already a page with the necessary widgets.



instance.service-now.com/sp?id=sc_cat_item&sys_id=<sysid of record producer>



You could also embed the SC Catalog Item widget within another widget if you want it on another page.


documentation/widget_embedded.md at master · service-portal/documentation · GitHub


View solution in original post

3 REPLIES 3

shilpiharitwal
Mega Expert

Hello Saranya,



Hope below mention URL can help you.



Redirect Record Producer within an iFrame


Redirect in ESS when Catalog is submitted



Regards,


Shilpi Sharma.


Hello Shilpi,


I am looking within service portal not CMS


Thanks


Saranya


Brad Tilton
ServiceNow Employee
ServiceNow Employee

You can use the url to render a record producer in the service portal already as there is already a page with the necessary widgets.



instance.service-now.com/sp?id=sc_cat_item&sys_id=<sysid of record producer>



You could also embed the SC Catalog Item widget within another widget if you want it on another page.


documentation/widget_embedded.md at master · service-portal/documentation · GitHub