I am not able to submit record producer from service portal?

Shantharao
Kilo Sage

Hello All,

 

I am not able to submit a record producer from the service portal page, I do not understand what is the problem,

I am able to submit from the native page but when I was trying to submit it from the portal page it doesn't show any error but it is showing as below submitting.......

 

find_real_file.png

Any ideas on this issue

1 ACCEPTED SOLUTION

Shantharao
Kilo Sage

After a long invetigation I found a solution,

In my case this issue is comming because of Making record producer varibles mandatory on the dictionary level. so I had been created UI policies to make fileds mandatory on the record producer.

View solution in original post

7 REPLIES 7

VigneshMC
Mega Sage

Check the console logs for any errors.

Make sure you're using the latest version of catalog item widget.

Thanks

Hi Vignesh,

 

Thanks for the response, console log is nothing but "syslog_list.do"(system log -> All) or anything else?

How can I know whether currently using a catalog item widget is the latest one or not?

Console log is your browser console log, you can open it up by hitting F12 key if you are using windows and go to console tab. Looks like below

find_real_file.png

To find if you're using latest version of widget, hold ctrl and right click over widget, widget name on the top should say " SC Catalog Item", if the name contains deprecated or name itself is different which means you are using either older or cloned version of widget. 

 

find_real_file.png

Harshad Wagh
Tera Guru

Hello,

 

There is lot of reasons for this issue on portal.

 

User don't have read(or) write access for catalog item...check acl's on catalog table,mandatory variables on catalog items.

 

Please go through below articles ,you will find exact reason and solution for that.

1) https://hi.service-now.com/kb_view.do?sysparm_article=KB0712528

2) https://hi.service-now.com/kb_view.do?sysparm_article=KB0621435

3) https://hi.service-now.com/kb_view.do?sysparm_article=KB0687096

4) https://hi.service-now.com/kb_view.do?sysparm_article=KB0681861

5) https://hi.service-now.com/kb_view.do?sysparm_article=KB0722971

 

Thanks

Harshad