Configure the workspace URL for contract metadata extraction notifications
Configure an extension point to update the workspace URL in email notifications, so that users can navigate to the correct workspace and view the extracted metadata.
Before you begin
Role required: admin
Procedure
Navigate to All > System Extension Points > Scripted Extension Points.
In the API Name field, search for
sn_cm_gen_ai.PopulateUrlForMetadataExtractionRequestRecordEXT.Select the record.
Select the Create implementation related link.
On the Script Include form, fill in the fields.
Script for workspace URL in metadata extraction email notification.
For a description of the field values, see [Scripted Extension Point form fields](../legal-request-management/scripted-extension-point-form-fields.md).
In the Script field, update the script to define the parent record’s table and specify the workspace URL to be included in the email notifications.
- In the
appliesTofunction, add the table name of the parent record. - In the
getWorkspaceUrlfunction, add the workspace URL. - Select Update.
- In the
Result
The configured workspace URL appears in the metadata extraction email notification.
For more information on enabling the notification for contract metadata extraction, see Enable notification for contract metadata extraction.
Parent Topic:Configuring contract metadata extraction
Related topics
Create use cases for contract metadata extraction
Map a use case for contract metadata extraction
Configure system properties for contract metadata extraction