Use this task to run a search on the Nexus GO Cards ordering API to get the status of an order which was previously launched through Nexus GO Cards production.
Configuration
To use this task, configure the following delegate expression in your service task:
Code Block
${caasCardOrderStatusAction}
The following parameters can be configured in PRIME Designer
Parameter
Mandatory
Sample value
Description
orderId
Image Modified
This is the orderId (or requestId) provided by Nexus GO Cards when a cardOrder is placed.
statusVariableKeyName
Image Modified
valid
pending
etc.
Defines the parameter name (for example orderStatus) which will contain the order status defined by the above orderId.
EM_rfIdType
-
This parameter determines the variable name for the rfid of type EM.
MIFARE_rfIdType
-
This parameter determines the variable name for the rfid of type MIFARE.
HITAG_rfIdType
-
This parameter determines the variable name for the rfid of type HITAG.
LEGIC_rfIdType
-
This parameter determines the variable name for the rfid of type LEGIC.
When the status order is retrieved from Nexus GO Cards, the RFIDs readouts can have multiple entries for the same type.
For these cases, the first value of the same type is used (EM_HEX_LSB and EM_HEX_MSB are considered to be of the same type).
Expand
title
Card Production: Server Side Card Operation
Description
Use this task to execute card productions on the server side. The service tasks supports execution of encodings via Card SDK or the PRIME-integrated JPKIEncoder. Printing is currently not supported.
Configuration
To use this task, configure the following delegate expression in your service task:
Code Block
${serverSideCardOperationTask}
The following parameters can be configured in PRIME Designer:
Parameter
Mandatory
Sample Value
Description
encodingName
Image Modified
PcmEncProduceEmployeeCard
Name of the encoding description to be executed
cardSDK
-
true
Flag to configure if the encoding should be executed through the PRIME server directly or through Card SDK. Default is true, which means that the encoding is executed through Card SDK.