Configure an extension point to add contract metadata
Update the script in an extension point to specify fields in a related contract repository table where you want to add the extracted information for unmapped fields of a metadata extraction use case.
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.NowAssistUpdateMetadataExtractedValuesExt.Select the record.
Select the Create implementation related link.
On the Script Include form, fill in the fields.
Script for adding metadat extraction values in related table.
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 specify the contract repository related table and the field mapping
- In the
canHandlefunction, add the request table name where you want to update the extracted information. - In the
updateContractRepositoryFieldsfunction, add a script to update the fields. The extracted metadata will be fetched from theretrievedFieldsDataparameter. - Select Update.
- In the
Result
The script specifies the related contract repository tables and their field mappings. After metadata extraction, values from these fields are added according to the defined mapping.
For more information on metadata extraction use case mapping, see Map a use case 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
Enable notification for contract metadata extraction
Configure the workspace URL for contract metadata extraction notifications