There is a variable that can be set in CA Service Desk Manager that should address this issue.
CA Engineering team have confirmed that the default behaviour is where all fields will be shown mandatory in the CA PAM form.
This can be overridden by setting NX.env variable. This is also available via docops article:
https://docops.ca.com/ca-service-management/14-1/en/using/mobility/ca-service-management-mobile-application/optional-set-form-fields-as-non-mandatory - - - - -
This option can be installed by running the following command from the Command Prompt on the Primary server machine:
"pdm_options_mgr -c -s MOBILE_WFM_ITPAM_ALL_FIELDS_ARE_REQUIRED -v No -a pdm_option.inst "
To avoid losing the change when you run pdm_configure, please run the above command with the '-t' flag as follows:
" pdm_options_mgr -c -s MOBILE_WFM_ITPAM_ALL_FIELDS_ARE_REQUIRED -v No -a pdm_option.inst -t "
A restart of SDM server is needed for this. If its Advanced Availability, rolling maintenance is needed for this option to be translated to all servers
- - - - -