Constants defined in UX Client Script Include "SowIncidentLandingPageUtilsSNC" cannot be overwritten in "SowIncidentLandingPageUtils"DescriptionOOB, the queries behind the Overview cards on the SOW landing page are defined in the read-only UX Client Script Include "SowIncidentLandingPageUtilsSNC"/sys_ux_client_script_include.do?sys_id=4c36c1e3b77c3010e69dbc16de11a9a1The UX Client Script Include "SowIncidentLandingPageUtils" is editable and is supposed to be used to customize the Overview cards:/sys_ux_client_script_include.do?sys_id=a1dcc9e7b77c3010e69dbc16de11a93bThis is documented in:Modify the first-level cards in the Overview sectionhttps://docs.servicenow.com/bundle/sandiego-it-service-management/page/product/service-operations-workspace/task/customize-first-level-cards.htmlWhen trying to customize the queries behind these cards, it is not possible to simply add the " const query = {... " to "SowIncidentLandingPageUtils". The only way to be able to do this is to copy & paste THE WHOLE script from SowIncidentLandingPageUtilsSNC into SowIncidentLandingPageUtils and then customize the queriesSteps to Reproduce 1. Impersonate any user with an open incident assigned to them and navigate to SOW2. Notice the "Incidents assigned to me" card in the Overview panel fielters for incident Active and Assigned to me3. The goal is to customize the query behind that filter to add a fielter on the State. 4. Open Read-only UX Client Script Include "SowIncidentLandingPageUtilsSNC"const query = {'incident_assigned': 'active=true^assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe',5. Open UX Client Script Include "SowIncidentLandingPageUtils" and try to customize just the const query. i.e.:const query = {'incident_assigned': 'active=true^assigned_toDYNAMIC90d1921e5f510100a9ad2572f2b477fe'^state=3,6. Navigate to the SOW homepage and notice that the "Incidents assigned to me" card does not work anymoreWorkaroundThis problem has been fixed. If you are able to upgrade, review the Fixed In or Intended Fix Version fields to determine whether any versions have a planned or permanent fix.Related Problem: PRB1593240