Target > Transaction > Scope setting

Use the Scope setting to specify when to check for success (OnSuccess) or failure (OnFailure) of a card so that the actions specified with the OnSuccess/OnFailure settings can be performed. The default value is Map.

Value
Description
Map
Check for success or failure at the completion of each map. If the map completes successfully, use the OnSuccess setting. If the map fails, use the OnFailure setting.
Burst
Check for success or failure at the completion of each burst. If the burst is successful, use the OnSuccess setting. If the burst fails, use the OnFailure setting.
Card
Check for success or failure at the completion of each card. If the card is processed successfully, use the OnSuccess setting. If the card fails, use the OnFailure setting.