---
sourceDocument: Australia Employee Service Management
sourceDocumentLink: https://www.servicenow.com/docs/r/pt-BR/employee-service-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Employee Service Management

ft:clusterId :

    - emplsm

bundleId :

    - emplsm

workflow :

    - Employee


---

# Configure the workspace URL

# Configure the workspace URL for contract metadata extraction notifications {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

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.

## Antes de Iniciar

Role required: admin

## Procedimento

1. Navigate to AllSystem Extension PointsScripted Extension Points.
2. In the API Name field, search for <kbd class="ph userinput">sn_cm_gen_ai.PopulateUrlForMetadataExtractionRequestRecordEXT</kbd>.
3. Select the record.
4. Select the Create implementation related link.
5. On the Script Include form, fill in the fields.  
   Figura 1. Extension point for workspace URL

   For a description of the field values, see [Scripted Extension Point form fields](https://www.servicenow.com/docs/KNuvoM2bXo7ff1zXZR1Grw "List of fields in the Scripted Extension Point.").
6. 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 `appliesTo` function, add the table name of the parent record.
   * In the `getWorkspaceUrl` function, add the workspace URL.
   {#cncore-config-ext-wrkspc-email__choices_tpy_fcw_cdc}
7. Select Update.

## Resultado

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](https://www.servicenow.com/docs/ZGHtyj~NL~3kiXBpbpZBvA "Enable the notification for contract metadata extraction to receive email notifications when metadata extraction is completed.").
**Tarefas relacionadas**   

* [Create use cases for contract metadata extraction](https://www.servicenow.com/docs/QyyuttBQZF7bU10f1xSXLg "Create a use case for contract metadata extraction to define the information that you want Now Assist to detect in a document.")
* [Map a use case for contract metadata extraction](https://www.servicenow.com/docs/arnzCYXtAXrJwZrvUhn33A "Map a use case to specific tables, and define conditions to apply the use case for metadata extraction.")
* [Configure system properties for contract metadata extraction](https://www.servicenow.com/docs/pEYCMBSc2p4ikuLbVDjuxw "Configure system properties to specify whether the contract metadata extraction should be automatically initiated or manually.")
* [Enable notification for contract metadata extraction](https://www.servicenow.com/docs/ZGHtyj~NL~3kiXBpbpZBvA "Enable the notification for contract metadata extraction to receive email notifications when metadata extraction is completed.")
* [Configure an extension point to add contract metadata](https://www.servicenow.com/docs/WoR8ismx14THwcnNM5rxpA "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.")

