"Remediate" of "De-Duplication Tasks" only show "Run Remediation" popup with no optionsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Clicking on the "Remediate" button on the "De-Duplication Tasks", will show the "Run Remediation" popup with a selection box, without any option. Steps to reproduce 1) Go to any "De-Duplication Tasks" (reconcile_duplicate_task) record. 2) Click on the "Remediate" button. 3) The "Run Remediation" popup will show up with only "-- Select Remediation --" selection box, without any other options. Release This issue happens on pre-London release (eg Kingston) Cause The options on the "Remediation" section box, comes from the records from the "CMDB Remediation Rule" (remediation_rule) table where the "type" is "reconcile_duplicate_task". Resolution In order for options to show up on the "Remediation" selection, custom "CMDB Remediation Rule" (remediation_rule) record for "reconcile_duplicate_task" type, will need to be created.Creation of the "CMDB Remediation Rule" for "Reconcile Duplicate Task" 1) Go to the Configuration > CMDB Remediationor go to: https://<instance_name>.service-now.com/remediation_rule_list.do 2) Click "New" to create a new record: a) set "Task type" to "Reconcile Duplicate Task" b) select "Active" c) for "Workflow", you need a workflow on the table name "Reconcile Duplicate Task" (reconcile_duplicate_task).If none shows up, you need to create one (see the next section on "Creation of Workflow for 'Reconcile Duplicate Task'") 3) Save the record. Creation of the Workflow for "Reconcile Duplicate task" 1) Click "New" to create a new Workflow. 2) Fill in the form: a) for the option of "Table", select "Reconcile Duplicate Task" (reconcile_duplicate_task) b) For "If condition matches", select "None". 3) [Ensure that the associated workflow remediates duplicate CIs.] 4) Save and Publish the workflow. Additional Information The official recommendation for remediation of "De-Duplication Tasks" (before London) is as follows: [Quote from: https://docs.servicenow.com/csh?topicname=t_ResolveDeDuplicationTask.html&version=latest] "Based on your analysis of de-duplication tasks, you can determine which CI should remain active and which of the duplicate CIs in the Duplicate Audit Results records are stale or incorrect. Determine if it is appropriate to delete or inactivate any of these CIs." Recommendation With London release, there is a default "Duplicate CI Remediator" feature.It is recommended to upgrade to London or later versions to fully utilized the "Duplicate CI Remediator" feature. https://docs.servicenow.com/csh?topicname=reconcile-dup-task.html&version=latest