
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2024 02:36 PM
Hello,
I was wondering if anyone has as of yet used the Data Certification experience in CMDB Workspace, and have been able to also configure Notifications (email or Teams) that would go out to each user that is getting a certification task. We used to do this in Legacy Data Certification and just want to be able to have a way that users know that they have a Certification Task to work. These users are not in CMDB Workspace usually and are not very familiar with it. So we would want the email to have a link to get them to the CMDB Certification Task in the CMDB Workspace, so that they could go right to it. It would be great if we could have it sent out via Teams. Be great to be able to also send out reminders, etc.
Has anyone done this yet? If so, how did you configure this? I am not really seeing anything OOB for this, unless I am missing something.
Thanks in advance,
-Eric
BECU
ServiceNow Operations Engineer
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 04:52 AM
Hey Eric,
OOB you should see in the notifications table records for the 'cmdb_data_management_task' table. An example would be 'CMDB Data Management Task Created' which emails the task individual regarding any type of policy related task.
Is this what you're after?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 09:17 AM
We will be adding support for specifying a user to run Data Manager scheduled jobs in a forthcoming release of CMDB Workspace.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 11:01 AM
Hi Shreya,
We are working on adding a policy option for Attestation and Certification policy types that will allow the Data Manager Administrator to set a user to run the associated scheduled jobs under. We plan to introduce this option in 2H 2025 via a CMDB Workspace Store release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 06:57 AM - edited 03-27-2025 04:22 PM
Hi @Eric_Gauthier,
Were you able to successfully configure the notifications for this?
I'm trying to set it up so that an email is sent to each assignee with a link to their specific task. However, the OOB notification "CMDB Data Management Task Created" and the email script 'cmdbdatamanager.tasks.created' setup seem to generate a single email sent to all assignees, containing links to all tasks created by the policy.
Instead of that, I was expecting each assignee to receive an email with only their assigned task link or the link when clicked dynamically goes to their task. For example, if 50 tasks were created by the policy they are all listed in the email that goes to every assignee.
Is this the expected behavior, or is something misconfigured?
Many thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 09:40 AM
Currently, this is expected behavior but we can review this as an improvement for a future release.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 09:34 AM
I'm using the Data Certification in CMDB Workspace and there is an OOB event and notification
event = sn_cmdb_ws.attestationtask.reassign
notif = CMDB Attestation Task Reassign To User
that calls a template
template = CMDB Attestation task - Reassign To User
which in turn calls a Notification Script
notif_script = cmdbattestationtask.reassigntousuer
OOB its not getting called upon reassignment. Why?
In order to try and remedy I created a BR on the cdmb_data_management_task table to call the event directly.