Show other active tasks button next to the Affected CI on change request form is not visible in sow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi Team,
The "Show Other Active Tasks" button is missing on the Affected CI field in the Change Request record in SOW.Currently, the Affected CI field already has two decorators configured:
- Open Record
- Configuration Item
I need the "Show Other Active Tasks" button to be visible as well. To achieve this, I created an additional decorator for the Affected CI field, but it is not being displayed.
I noticed that when I deactivate the Open Record decorator, the "Show Other Active Tasks" button becomes visible. This button is visible based on the order.However, for other fields, the system allows more than two decorators to be displayed simultaneously.
Could you please help me understand why the "Show Other Active Tasks" button is not visible on the Affected CI field and how I can make it appear along with the existing decorators?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
59m ago - last edited 40m ago
Hi @ramireddysa ,
In Workspace (Next Experience), a reference field can show only 3 field decorators at a time. This is an OOB ServiceNow limitation.
For the Configuration Item (cmdb_ci) field, ServiceNow already adds 3 global decorators:
Open Record
Search / Lookup
CMDB Dependency / Configuration Item
Because all 3 slots are used, your custom “Show Other Active Tasks” decorator won’t appear unless you remove or reorder one of the existing ones.
Since these 3 OOB decorators are important, instead of removing any of them, a better approach is to create a related list on the form (e.g., “Affected CI Active Tasks”) that shows active tasks for the selected Configuration Item. This way you keep all OOB decorators and still provide the required functionality without fighting the 3-decorator limit.