Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Inbound Email Action : did not create or update sc_req_item using current

akyadav
Tera Expert

Hi Team,


I am using below inbound script to generate a request, it is working fine when I am sending an email with my email address but when an external user sends the email inbound action is giving error : 'Inbound Email Action : did not create or update sc_req_item using current'.

 

How to resolve this issue ?

var item = cart.addItem('sysid'); //catalog item sys_id 
cart.setVariable(item, 'var1', 'sysid'); 
cart.setVariable(item, 'var2', 'test');
cart.setVariable(item, 'var3', '2024-08-15');
var rc = cart.placeOrder();

 Thanks!!!

6 REPLIES 6

Cameron Boote
Tera Guru

Is the guest account locked on your instance?  

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0790244

Hi @Cameron Boote , it is active and locked out is false.