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 a temporary card order
In Identity Manager Admin, go to Home >Scripts.
Select the script TempCardsAddonExtProdScriptOptions.
In the script,go to the TempCardsAddonExtProdOrderQueuevariable, see the example. By default it is set to false, which means that the temporary card order will be ordered directly (single order). Example:
/*
Defines if temporary card orders are queued for batch sync(bulk) or ordered directly(single).
Possible options:
* true - Temporary card orders are queued for batch sync.
* false(default) - Temporary card orders are ordered directly.
*/
TempCardsAddonExtProdOrderQueue = false
To change to batch sync (bulk) order, set TempCardsAddonExtProdOrderQueue to true.
Click Save in the upper left corner to save the updated script (or exit without saving if there are no updates).