ServiceNow Approvals - RITM / REQ Customization
ServiceNow Approvals - RITM / REQ Customization
ServiceNow Approvals - RITM / REQ Customization
In Moveworks Enterprise Approvals you can customize ServiceNow RITM / REQ for the following use cases:
While ServiceNow admins can specify the order in which to show variables on a catalog item in the portal using the “order” attribute, we do not ingest this attribute to replicate that ordering when we show the approvals (so the order is random). To control the order in which variables are shown, we ask that you to render the variables themselves in the RITM’s description. This is no trivial task. To reduce the amount of fraction of deploying this solution. Please provide the following instructions.
Create a Business Rule
Table: sc_req_item
Advanced: ✅
When to run → When: before
When to run → Insert: ✅
When to run → Order: 100,000
Under the Advanced tab, put the follow script:
Once this is done, the description should be populated with variable information in a formatted way.

Because we are populating it with chat rendering text formatting and emojis, it may be not human friendly when reading it from here. Once it is rendered in chat, here is what it will look like.

Much like your email notifications, Moveworks posts comments to the approval record. This is the out of the box behavior for ServiceNow.
If you’d like approver comments to be posted on the ticket for employees to read, you should implement a business rule to copy comments from the approval table to your ticket table.
A business rule script like the following would do the trick
sysapproval_approver table update and Moveworks is the Last Updated ByLike with Employee Comms, you can inject additional rich formatting into the chat environment itself

