Participant form for contract templates
Summarize
Summary of Participant Form for Contract Templates
The Participant form is designed to facilitate the addition of participants to a contract template within the ServiceNow platform. This functionality is particularly useful for managing contract processes efficiently, especially when dealing with both internal and external users.
Show less
Key Features
- Name: Displays the mapped participant's name.
- Action: Specifies the type of action, such as 'Sign', that the participant is expected to complete.
- Order: Determines the sequence in which tasks are assigned to participants.
- User: Maps a user to a participant. Internal users are selected here, while external users require additional information.
- Participant Name: Required for external users if the User field is not selected.
- Participant Email: An email address is also mandatory for external participants.
- Participant Title: Optional field to specify the title of the external participant.
- Document Template: Specifies the name of the document template associated with the contract.
- Due Date Source: Defines the due date for the document task assigned to the participant.
- Advanced Script: Allows for custom scripting to set specific participant conditions.
- Optional: When enabled, a participant can be skipped if user and email information is missing.
Key Outcomes
By utilizing the Participant form, ServiceNow customers can efficiently manage contract templates by clearly defining participant roles, ensuring proper communication with external parties, and automating task assignments. This leads to improved workflow management and compliance in contract processing.
Use the Participant form to add participants in a contract template.
| Field | Description |
|---|---|
| Name | Display the name of the mapped participant. |
| Action | Type of action to be performed by the participant such as Sign. |
| Order | Order in which a task has to be initiated for the participant to complete the action. |
| User | Mapping the user field to a participant. Note:
|
| Participant name | Option to specify the name when the defined participant is an external user. Note:
|
| Participant email | Option to specify an email address when the defined participant is an external user. Note:
|
| Participant title | Option to specify the title when the defined participant is an external user. Note:
|
| Table | Table (sys_user table or any table extending sys_user table) from which you choose to populate the variables. |
| Document template | Name of the document template. |
| Document task template | Template selected on the Document Template task table to populate additional details for the document task, such as description and short description for fill, sign and review tasks. Note:
If additional details are not defined, the default values of the template are used in the document template task. |
| Due date source | Due date for the document task that is created for that participant. |
| Date offset type | Due date for the document task is picked from the task record. Additionally, you can offset the due date by days, weeks or months. |
| Advanced script | Option to display the Script field. |
| Script | Script indicating the participant conditions with User ID, Participant name, Participant email, and Participant title. This field is enabled only when the Advanced script field is selected. |
| Optional | When enabled, a participant will be skipped if the participant user and participant email is not available. This check is done during runtime only and not while configuring the template. |