This article describes how to manage the option to queue a temporary card order in the use case Initialize temporary card (external production) in the Temporary cards add-on External production package. A script in Identity Manager Admin is used to manage the options.
See a list of all available options in the Smart ID use cases for the Temporary cards add-on External production here: Temporary cards External production - Options.
Prerequisites
Step-by-step instruction for the administrator
Log in to Identity Manager Admin
- 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 TempCardsAddonExtProdOrderQueue variable, see the example. By default it is set to false, which means that the temporary card order will be ordered directly (single order).
Example:
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).
Technical details
Default value and outcome
Value | Outcome |
---|
true | Temporary card orders are queued for batch sync. |
false (default) | Temporary card orders are ordered directly. |
The manage options script
Related information