How to set the short Description field on an group approval
Import
·
Oct 01, 2019
·
article
How to set the short Description field on an group approval
| Image | Description |
|---|---|
| 01. ServiceNow Login | |
| 02. >> System Definition > Business Rules | |
| 03. New | |
| 04. Type name, for example "set Short Description App grp" | |
| 05. Select Group approval table sysapproval_group | |
| 06. on the "When to run" tab, select before | |
| 07. select "insert" | |
| 08. Select Advanced | |
| 09. current.short_description = current.wf_activity.name; | |
| 10. Click Save/update |
View original source
https://www.servicenow.com/community/itsm-articles/how-to-set-the-short-description-field-on-an-group-approval/ta-p/2312449