ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Set Multi-Row-Variable-Set using Cart API

Hi Everyone, I'm using the cart API as follows to create some orders automatically (inside some scripted REST API) var cartId = GlideGuid.generate(null);var cart = new Cart(cartId);var item = cart.addItem('someCatalogItemId');cart.setVariable(item, "...

Single currency for variable

Hi All, I need a help, in risk event two currency variable are there. single currency symbol but not globally change(don't accept other table field) which are using the currency field. just need for single table

Arun_Manoj by Mega Sage
  • 573 Views
  • 4 replies
  • 1 helpfuls

email notification

I want to sent the email notification to the Assignment group members which one is the best practice to do that ? coz assignment_group.include members  in "who will received" is not working 

piyushbedre by Tera Contributor
  • 530 Views
  • 4 replies
  • 0 helpfuls

Widget on service portal

I am working on service platform. I have cloned the out of the box widget call "KB Most viewed", when I drag and drop original widget into my page it works fine but when I drag and drop the one that I cloned from the original is causing an error, is ...

JoseSantosA_0-1762455342169.png
JoseSantosA by Tera Contributor
  • 913 Views
  • 6 replies
  • 0 helpfuls

Resolved! Prevent duplicate records in sys_user_grmember

In our ServiceNow instance, I have noticed that it is possible to insert duplicate records into the sys_user_grmember table. However, in my out of the box PDI there seems to be something in place that prevents this, and throws and "Invalid insert" er...