Public change statuses are displayed in drop down despite data partition
search cancel

Public change statuses are displayed in drop down despite data partition

book

Article ID: 6288

calendar_today

Updated On:

Products

SUPPORT AUTOMATION- SERVER CA Service Desk Manager - Unified Self Service CA Service Desk Manager CA Service Management - Asset Portfolio Management CA Service Management - Service Desk Manager

Issue/Introduction

Data partition set to display, for a Change Order, only the initial status and the statuses related to a specific tenant doesn't work and also the 'public' statuses are displayed in the dropdown 

Environment

CA Service Desk Manager 14.1

Cause

Problem due to 'lookup=no' set in the customized 'order_status_change.htmpl' file, to force the display of a dropdown instead of a lookup.

Original content of order_status_change.htmpl file:

---------- 

<PDM_MACRO name=dtlDropdown hdr="New Status" attr=status default="!default_trans_sym!" evt="onBlur=\\\"detailSyncEditForms(this)\\\" onChange=\\\"make_desc_required(this)\\\"" initial="!default_trans_code!">

---------- 

With customization in place:

-------------------- 

<PDM_MACRO name=dtlDropdown hdr="New Status" attr=status lookup=no default="!default_trans_sym!" evt="onBlur=\\\"detailSyncEditForms(this)\\\" onChange=\\\"make_desc_required(this)\\\"" initial="!default_trans_code!">

-------------------- 

 

Resolution

Using the default file or after removing the 'lookup=no' statement from the customized file, the statuses displayed are the correct ones, on the base of the data partition set.

Note:

To have a dropdown instead of a lookup, there is the possibility to act on the parameters MaxSelectList and SelListCacheMax inside the web.cfg file.