Troubleshooting Screens: The Screen's Dead Zone
Dead Zone, DeadZone, Fields, Screens Troubleshooting
Each ASM Screen contains a Dead Zone and any field or element that has been deleted can be found there. The dead zone can be found in the raw HTML of your screen.
Purpose of the Dead Zone
This is a section in the HTML of your screen where deleted fields and elements are placed. While it makes restoring fields previously deleted easy, it servers a more important purpose: The Dead Zone hangs onto fields so that should you delete a necessary system field (one required by any script), the screen will still function and load correctly.
The content of the Dead Zone can sometimes cause issues if you have
deleted a field the system needs for scripting and also cleared it from the dead zone, or alternatively,
Re-added a deleted field back to your screen so that it exists multiple times on the same screen (in the main "Live" body of the screen and also in the Dead Zone) with potentially different values.
A few real-world examples:
Example #1:
The Type Tier is deleted, and then subsequently removed from the dead zone meaning there is no type tier on the screen at all. When you attempt to load the screen, the javascript that looks at the type tier of the screen fails with an error because the reference cannot be found.
In this scenario, we would put the type tier back on the screen and if it is not being used, set the default type tier value on the template, and then hide the field instead of deleting it.
Example #2:
The Request Title is deleted from the Request screen after it had data in it. It is in the dead zone. You later add Request Title back to the screen but now the text in the field is repeated every time you click save. This is because the Script that reads the title is seeing 2 versions of the same field and concatenating the data in both fields.
In this scenario, we would take the Request Title out of the dead zone because it is on the "live" portion of the screen.
Example #3
You have deleted several fields with Show/Hide Rules from your screen, but after some time, you have re-added the fields and configured new rules. Your rules are not working and there is no apparent reason why.
In this scenario, we would clear the deleted field references along with the rule references from the dead zone so that the only ones given consideration when the scripts run, are the active rules against those fields.
Troubleshooting Screens By Clearing the Dead Zone
Before You Start
PLEASE DO NOT ATTEMPT this procedure if you are not familiar with HTML and have had sufficient training in the use of ASM Screen Designer. For assistance with the dead zone, please contact Alemba Support and we will be happy to do this work for you.
Often, when screens are behaving in unexpected ways, we clear this dead zone to resolve the issue. In fact, its one of the first things you should try when you can not find any other reason for your screens doing things they should not be doing!
However, you must use caution when clearing the dead zone. The Dead Zone hangs onto fields so that should you delete a necessary system field requires by any script the screen uses, the screen will still function and load correctly. These fields must remain in the dead zone or on the main body of the screen.
If a required System Field has been deleted from the screen, it will also appear in the dead zone. These fields must not be cleared from the dead zone unless you add them back to the main body of the screen.
To Clear the Dead Zone
If a required System Field has been deleted from the screen, it will also appear in the dead zone. These fields must not be cleared from the dead zone unless you add them back to the main body of the screen. See ASM System Fields for the Screen Set you are working with: Calls, Requests, Tasks, CMDB Items, or Approvals.
When performing this action, always save a copy of the original screen as a backup.
You can see the screen's HTML by exporting your screen using the "Save As" button.
Access the Raw HTML
Locate the Dead Zone:
Select and clear the content that exists between this tag:
<div id="ieDeadZone" iwzoneid="ieDeadZone" style="display: none;">
and this tag:
<script name="DynamicJScript" id="DynamicJScript"></Script>
Alternatively, clear only the problem elements
Save the Raw HTML
In Core Screen Designer, Import the newly cleaned screen by using the "Load From" button
Select the updated screen
Load it into Core
Click Save to save the changes
System Fields that Should Remain Attached to and On the Screens
The fields called out below should not be deleted from your screens, but they can (in most cases) be hidden should you elect not to use them.
Call Screen System Fields
Please Note: The format below is DB (database) ID/Typical Display name and label. Labels can be reconfigured and could be different in your system. Always compare the Field's DB ID.
USER_REF/User
CLIENT_COMPANY_REF/Organization
SERVICE_REF/Service
ITEM_REF/CI
REF_COMPOSITE/Problem Type
CALL_PRIORITY/Priority
URGENCY_REF/Urgency
IMPACT_REF/Impact
PROBLEM_DESC/Description
WORKAROUND_DESC/Workaround Description
SOLUTION_DESC/Actions&Solutions
PUBLIC_HISTORY/Visible in Self Service Portal
Copy Update to Child Calls check box (System Field, no DB Name)
The whole of the Time and Expenses Section
Action Type
Action Start
Action End
Estimate Time
Expenses
Time Spent
Action Buttons at the Bottom of the Screen
Buttons can be relabeled
Buttons can be hidden (do not hide 'Save' or 'Submit' buttons)
Request Screen System Fields
REQUEST_TITLE/Request Title
REQUEST_REF/Ref
ORDER_ITEM_QUANTITY/Service Order Item Quantity
REQUESTOR_REF/User
The Whole of the Type and Priority Section
Type
Priority
Risk
Target Date
Imp Start
Imp End
CLIENT_COMPANY_REF/Organization
REQUEST_SERVICE_REFS/Linked Services
REQUEST_ITEM_REFS/Linked CIs
REQUEST_DESC/Description
HISTORY_DESC_HTML_EDITOR/Actions&Solutions
PUBLIC_HISTORY/Visible in Self Service Portal
ACTIVITY_REF/Action Type
Action Buttons at the Bottom of the Screen
Buttons can be relabeled
Buttons can be hidden (do not hide 'Save' or 'Submit' buttons)
Task Screen System Fields
REQUEST_TITLE/Request Title
REQUEST_REF/Ref
REQUEST_DESC/Description
The Whole of the Task Information Section
Task Title
Order
Task Priority
Task Type
Task Phase
Planned Start
Target Date
Auto Calculate Target Date
Recalculate Dependent Tasks
Planned Time
Work Start
Work End
Resource Managed
Resource Allocated
Duration
Skills
TASK_DESC/Task Description (This is often used to form the body of emails the task sends)
Manage CMDB Transactions
REQUEST_SERVICE_REFS/Linked Services
REQUEST_ITEM_REFS/Linked CIs
HISTORY_DESC/Action
PUBLIC_HISTORY/Visible in Self Service Portal
HISTORY_REF/Action Type
FORWARD_DATE_/Action Start
END_DATE_/Action End
ACTION_TIME/Action Time
HISTORY_EXPENSE/Expenses
Action Buttons at the Bottom of the Screen
Buttons can be relabeled
Buttons can be hidden (do not hide 'Save' or 'Submit' buttons)
Approval Screen System Fields
REQUEST_TITLE/Request Title
REQUEST_REF/Ref
REQUEST_DESC/Description
The Whole of the Task Information Section
Task Title
Order
Task Priority
Task Type
Task Phase
Planned Start
Target Date
Auto Calculate Target Date
Recalculate Dependent Tasks
Planned Time
Work Start
Work End
Resource Managed
Resource Allocated
Duration
Skills
TASK_DESC/Task Description (This is often used to form the body of emails the task sends)
Manage CMDB Transactions
REQUEST_SERVICE_REFS/Linked Services
REQUEST_ITEM_REFS/Linked CIs
HISTORY_DESC/Action
PUBLIC_HISTORY/Visible in Self Service Portal
HISTORY_REF/Action Type
FORWARD_DATE_/Action Start
END_DATE_/Action End
ACTION_TIME/Action Time
HISTORY_EXPENSE/Expenses
CLEAR_APPROVAL_COMMENTS/Clear Approval Comments on Activation
Action Buttons at the Bottom of the Screen
Buttons can be relabeled
Buttons can be hidden (do not hide 'Save' or 'Submit' buttons)
For User Approval Tasks, the whole of the Recipient Section
Select Users
Defer
Forward to Recipient Set on Template
Forward to Recipient on Activation
Forward to Last Forward to Recipient
Forward to Last Recipient
CMDB Item System Fields
TITLE/Title
ASSET_REF/Ref
VERSION/Version
NEXT_ENTITY_TYPE/Type (CMDB Item Type)
CLASS_REF/Class
MANUFACTURER_REF/Manufacturer
MODEL_REF/Model
MANU_SERIAL_NO/Serial Number
EXISTENCE_TYPE/Baseline Checkbox
TEMPLATE_IND/Template Checkbox
PUBLIC_IND/Self Service Portal (Viewable/Searchable on the SSP)
The whole of the User and Location Section
The Whole of the Criticality and Status Section
DESCRIPTION/Description
Last updated
Was this helpful?