Search code examples
workflowservicenow

Workflow - ServiceNow


I'm new to ServiceNow and followed this tutorial Workflow for Servicenow Incidents to create a simple workflow for an approval request.

The steps that I took on studio of my developer instance:

  • Created an application "ServiceNowApp"
  • Created a table "Order"
  • Created a field "Status"
  • Created a workflow as described on tutorial

My intention is to trigger the workflow by the creation of a new record on Order table and change the Status field based on the decision of the responsable user.

Any advice is welcome to accomplish the goal

Thank you


Solution

  • When you create the Order table, make sure it extends the Task table. This will allow you to add an approval to it.

    Based on that post you should be able to follow things as you build it out in the same manner, just select your Order table.