Service Catalog/Items with process automation and playbook anyone?

Damian Martinez
Mega Sage

Hello Everyone,
is somebody using process automation and playbook with their service portal?
We currently have catalog items, with flows that trigger actions/tasks etc.
We are thinking about using Process Automation Designer/Playbook but not sure how this will work with service portal and requested items.

Thanks.

1 ACCEPTED SOLUTION

Each plugin provides the ability to trigger off of different tables:

  • PAD for ITSM lets you trigger processes from 2 tables: Incident and Incident Task.
  • PAD for App Engine lets you trigger processes from 100+ standard platform tables. Incident and Incident Task are not included with "PAD for App Engine".

 

View solution in original post

6 REPLIES 6

Bimschleger
ServiceNow Employee
ServiceNow Employee

Hi Damian,

This certainly can be done. However, the connection is less native than Flow Designer / Workflow, and requires a bit of a workaround. A more seamless experience is on our roadmap.

 

–––

 

1) Catalog item > Flow > Process

A little bit of a workaround, but...

  1. Create Catalog Item A.
  2. Tell Catalog Item A to run 'FlowB' when requested.
  3. Within FlowB, add an action to create a new record on TableC. 
  4. When a new record is created in TableC, trigger ProcessD.

It could be a good way to guide your agent steps...but I acknowledge that this is a little funky.

 

2) Record producer > Process

If you use record producers, the result might be:

  1. Create Record Producer A to create a new record on TableB
  2. When a new record is created in TableB, trigger ProcessC.

 

–––

 

A few other notes:

Hello @Brian Bimschleger,
thanks very much for your feedback, I'll try all of the above but looks like order guides is the closest to our needs.
Another question is, do you know why when creating a process and setting the trigger conditions, the incident and change request table are showing up but not case or sc_req_item tables?
Is there something I have to do to include these tables?

Thanks

find_real_file.png

Damian,

Yup, this is a common question. 

Process Automation Designer is a premium platform product. Free to get the product, but additional licensing is required to trigger from certain tables. 

All plugins support custom tables, provided the custom tables are not extended from unlicensed tables.

You can view supported tables here, and the 4 primary licenses are:

 

  • PAD for App Engine: This includes access to all standard platform tables.
  • PAD for ITSM
  • PAD for CSM: This includes Incident, Change request, and it *should* include Case [sn_customerservice_case].
  • PAD for FSM

 

"sc_req_item" is kind of a special table, and it won't show up. As mentioned in the previous post, we're working on it. 🙂

Hello @Brian Bimschleger ,

thanks so much for the information, what is the difference between

PAD for App Engine and PAD for ITSM ??

Thanks.