Skip to main content
Skip table of contents

Temporary cards (external production) - Manage option to queue temporary card

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

Prerequisites

-

Step-by-step instruction for the administrator

Log in to Identity Manager Admin
  1. Log in to Identity Manager Admin as Administrator.
Manage the option to queue a temporary card order
  1. In Identity Manager Admin, go to Home > Scripts.
  2. Select the script TempCardsAddonExtProdScriptOptions.
  3. 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:

    /*
    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
  4. To change to batch sync (bulk) order, set TempCardsAddonExtProdOrderQueue to true.

  5. 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
ValueOutcome
trueTemporary card orders are queued for batch sync.
false (default)Temporary card orders are ordered directly.
The manage options script


Related information

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.