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 queue card orders
In Identity Manager Admin, go to Home >Scripts.
Select the script CardsAddonExtProdScriptOptions.
In the script,go to the CardsAddonExtProdOrderQueuevariable, see the example. By default it is set to false, which means that the card order will be ordered directly (single order). Example:
/*
Defines if card orders are queued for batch sync(bulk) or ordered directly(single).
Possible options:
* true - Card orders are queued for batch sync.
* false(default) - Card orders are ordered directly.
*/
CardsAddonExtProdOrderQueue = false
To change to batch sync (bulk) order, set CardsAddonExtProdOrderQueue to 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 queue card orders done through batch order
In Identity Manager Admin, go to Home >Scripts.
Select the script CardsAddonExtProdScriptOptions.
In the script,go to the CardsAddonExtProdBatchOrderQueuevariable, see the example. By default it is set to false, which means that the card orders will be ordered directly (single order). Example:
/*
Defines if card orders done through batch order are queued for batch sync(bulk) or ordered directly(single).
Possible options:
* true - Card orders are queued for batch sync.
* false(default) - Card orders are ordered directly.
*/
CardsAddonExtProdBatchOrderQueue = false
To change to batch sync (bulk) order, set CardsAddonExtProdBatchOrderQueueto 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
False (default)
There will be not an approval step when a card is queued for external production
True
There will be an approval step when a card is queued for external production
Order multiple cards
False (default)
There will be not an approval step when multiple cards are queued for external production
True
There will be an approval step when multiple cards are queued for external production