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 select production type
In Identity Manager Admin, go to Home >Scripts.
Select the script CardsAddonExtProdScriptOptions.
In the section Production type in the script,go to the CardsAddonExtProdTypevariable, see the example. By default it is set to gocards, which means that the cards will be ordered using the Nexus GO Cards API.
The only supported option for now is the default option gocards.
Example:
/*
Defines the production type of the card.
Possible options:
* gocards(default) - Production type is set to gocards. Cards will be ordered using the Nexus GO cards API.
* spp - Production type is set to spp. Cards will be ordered using the IN Groupe connector. THIS IS CURRENTLY NOT SUPPORTED.
*/
CardsAddonExtProdType = "gocards"
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
gocards (default)
Production type is set to gocards.
The manage options script
Click here to see the whole manage options script.