Configure an extension point to add contract metadata

  • Rversion finale: Australia
  • Mis à jour 12 mars 2026
  • 1 minute de lecture
  • 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.

    Avant de commencer

    Role required: admin

    Procédure

    1. Navigate to All > System Extension Points > Scripted Extension Points.
    2. In the API Name field, search for sn_cm_gen_ai.NowAssistUpdateMetadataExtractedValuesExt.
    3. Select the record.
    4. Select the Create implementation related link.
    5. On the Script Include form, fill in the fields.
      Figure 1. Extension point for fields in related tables
      Script for adding metadat extraction values in related table.

      For a description of the field values, see Scripted Extension Point form fields.

    6. In the Script field, update the script to specify the contract repository related table and the field mapping
      • In the canHandle function, add the request table name where you want to update the extracted information.
      • In the updateContractRepositoryFields function, add a script to update the fields. The extracted metadata will be fetched from the retrievedFieldsData parameter.
    7. Select Update.

    Résultats

    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.