ITSM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Customizing the request table

I am starting my journey with the request table.  So far, I have built out a catalog item/record producer for the end users to use.  When submitting the request via catalog it creates a record but when I view the record it has none of the new fields ...

jaubert by Tera Guru
  • 4069 Views
  • 5 replies
  • 0 helpfuls

ServiceNow Workato Integration account

I need to create an Workato account for ServiceNow Integrations and I want to restrict access.What permissions/role does this account require? 

John H1 by Tera Guru
  • 1718 Views
  • 1 replies
  • 0 helpfuls

Not close the RITM until Manual task(s) are closed

All, I have multiple catalog items where users create manual task(s) in addition to the task(s) that are generated by the workflow. However, when the user closes the workflow generated tasks before the manual tasks, the RITM closes and the XML shows ...

Resolved! URL Redirection getURLForTask(current, 'rfc'));

Can someone brief what this particular UI Action code does: action.setRedirectURL(new StdChangeUtils().getURLForTask(current, 'rfc')); This is being used to create standard change from an Incident. And it redirects to the below page. I want this UI A...

find_real_file.png

Catalog task is not getting created via flow designer

Hi Community, I have created the simple flow designer which generate catalog task...set run as "user who initiates session".when I create a request, task is getting created but if other users create the request task is not getting generate and i chec...

suuriya by Tera Contributor
  • 1729 Views
  • 2 replies
  • 0 helpfuls

Resolved! Transform map onBefore event versus Run Script

Hi friends,I am writing transform map script onBefore() : (function runTransformScript(source, map, log, target) {     if(target.u_request_frequency!=''){        ignore = true;    }})(source, map, log, target); Now, the doubt is :Shall I write this s...