Skip to main content
Skip table of contents

Cards (external production) - Manage option to queue card orders

This article describes how to manage the option to queue a card order in the use cases Order card (external production) and Order multiple cards in a batch order (external production) in the 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 Cards add-on External production here: Cards add-on 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 card orders
  1. In Identity Manager Admin, go to Home > Scripts.
  2. Select the script CardsAddonExtProdScriptOptions.
  3. In the script, go to the CardsAddonExtProdOrderQueue variable, 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
  4. To change to batch sync (bulk) order, set CardsAddonExtProdOrderQueue to true.

  5. 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
  1. In Identity Manager Admin, go to Home > Scripts.
  2. Select the script CardsAddonExtProdScriptOptions.
  3. In the script, go to the CardsAddonExtProdBatchOrderQueue variable, 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
  4. To change to batch sync (bulk) order, set CardsAddonExtProdBatchOrderQueue 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
Use caseValueOutcome
Order cardFalse (default)There will be not an approval step when a card is queued for external production
TrueThere will be an approval step when a card is queued for external production
Order multiple cardsFalse (default)There will be not an approval step when multiple cards are queued for external production
TrueThere will be an approval step when multiple cards are queued for external production
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.