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 .
-
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.
-
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.
-
Select Update.