Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Removing 'Check Conflicts' button from conflicts section of the change request form - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Removing 'Check Conflicts' button from conflicts section of the change request form
KB0692688

Removing 'Check Conflicts' button from conflicts section of the change request form


1141 Views Last updated : Jan 3, 2025 public Copy Permalink
KB Summary by Now Assist

Issue



Description


This is a customization. Customization support and implementation assistance are out of the scope of support and the customized scripts will be skipped during an upgrade.

The Procedure section below contains a documentation on how to remove the 'Check Conflicts' button from the Conflicts section of the Change Request form.

Procedure


1. The button is not coming through any UI action. Rather, the button on the form is due to the UI macro change_request_conflict_progress. The macro can be found here: 
https://<instance_name>.service-now.com/sys_ui_macro.do?sys_id=ea6d7293efa002008e4c36caa5c0fb11 

2. Line no 101 defines the button in question on the right-hand side of the form section, one can manipulate this line or other parts of the macro to fit business needs. The xml on the above mentioned line is as below:
<button style="white-space: nowrap" class="btn btn-default" id="conflict_action_run">$[gs.getMessage("Check Conflicts")]</button> 

Applicable Versions


All

 


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.