SaveCharge (V1)

 This activity was migrated to a new namespace. For new workflows use SaveCharge (V2) in Cmc.Nexus.StudentAccounts.Workflow.

Use the SaveCharge activity to save a Charge and display a validation message.

Warning: Do not use this activity inside of a Account Charge Transaction - Saving event because it will cause an infinite loop in your workflow.

SaveCharge

Properties

SaveCharge Properties
Property Value Required Notes
Charge Transaction InArgument<AccountChargeTransaction> Yes Specify a transaction using a VB expression.
DisplayName String No Specify a name for the activity or accept the default.
ValidationMessages InOutArgument<ValidationMessageCollection> No Specify a variable that can be used to capture validation messages. For more information, see Capture Validation Errors.

To see how this activity can be used in a workflow, refer to Charge a Fee when the Enrollment Status Changes.