Cookies are used to collect information about you. Nexus uses this information to give you a better experience of the website (functional) and to count the pages you visit (statistics).
Click OK to give Nexus your consent to use cookies. Read more about Nexus' cookie policy.
Log in to Identity Manager Admin as Administrator.
Manage the option to have an approval step for "Order card (external production)"
In Identity Manager Admin, go to Home >Scripts.
Select the script CardsAddonExtProdScriptOptions.
In the section Approval in the script,go to the CardsAddonExtProdOrderApprovalvariable, see the example. By default it is set to false, that is, there is not an approval step when you order a card for a user. Example for the Order card (external production) use case:
/*
Defines if card ordering requires approval.
Possible options:
* true - Approval steps are enabled.
* false(default) - Approval steps are disabled.
*/
CardsAddonExtProdOrderApproval = false
If you want to have an approval step when you order a card for external production, set CardsAddonExtProdOrderApprovalto true.
Click Save in the upper left corner to save the updated script (or exit without saving if there are no updates).
Manage the option to have an approval step for "Order multiple cards in a batch order (external production)"
In Identity Manager Admin, go to Home >Scripts.
Select the script CardsAddonExtProdScriptOptions.
In the section Approval in the script,go to the CardsAddonExtProdBatchOrderApprovalvariable, see the example. By default it is set to false, that is, there is not an approval step when you order multiple cards in a batch order for external production. Example for the Order multiple cards in a batch order (external production) use case:
/*
Defines if card ordering done through batch order require approval.
Possible options:
* true - Approval steps are enabled.
* false(default) - Approval steps are disabled.
*/
CardsAddonExtProdBatchOrderApproval = false
If you want to have an approval step when you order multiple cards in a batch order for external production, set CardsAddonExtProdBatchOrderApprovalto true.
Click Save in the upper left corner to save the updated script (or exit without saving if there are no updates).
Technical details
Default value and outcome
Use case
Value
Outcome
Order card (external production)
False (default)
There will be not an approval step when ordering a card for external production
True
There will be an approval step when ordering a card for external production
Order multiple cards in a batch order (external production)
False (default)
There will be not an approval step when ordering multiple cards in a batch order for external production
True
There will be an approval step when ordering multiple cards in a batch order for external production
The manage options script
Click here to see the whole manage options script.