manual creation of de-duplication task possible with running any script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2020 11:10 AM
any possibility that an ServiceNow user, without admin access can create de-duplication task?
Many Thanks!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 10:15 AM
Hi Stephen - I appreciate the reply. I apologize for the delay in responding, as my ServiceNow alerts didn't let me know of the reply posting.
If I'm understanding the documentation correctly, I would need to:
- Have the ability to access the 'Scripts' module in ServiceNow
- Add the following code snippet to the Script Area:
var taskSysId = new CMDBDuplicateTaskUtils().createDuplicateTask("");
gs.print(taskSysId); - Go to the CI Class Manager and get the sys ids of the CIs in question
- Put the sys ids of the CIs in a comma-spaced format in the script above in between the quotes for createDuplicateTask("")
- Click on 'Run Script'
- Review the manually created de-duplication task.
Is that correct?
If so -
- What permissions / roles are required to access the 'Scripts' module? I don't have visibility to it now in our instance.
- Are the steps above the only way to manually create the de-duplication tasks?
Thanks for your time.
Scott

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2020 11:34 AM
I found this in the community board:
Is this valid?
Thanks,
Scott

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2020 12:07 PM
Hi,
Yes that is. ACL is in place to avoid manual creation of that tasks. It should be created by de-duplication or IDR engine.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 06:19 AM
Actually, the question was whether or not the process identified in the article was valid for having the ability to manually create a de-duplication task. I need that for creating de-duplication tasks when the platform does not create them automatically.
Thanks,
Scott

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020 07:45 AM
Hi,
At a cost of creating a new ACL to allow creation on this table.
Thanks,
Ashutosh