I have created a Basic tutorial on a solution to have multiple target accounts under one button on payment screen.
Continuing the discussion from Payment type with multiple target accounts:
MultiplePayment.pdf (700.6 KB)
I have created a Basic tutorial on a solution to have multiple target accounts under one button on payment screen.
Continuing the discussion from Payment type with multiple target accounts:
MultiplePayment.pdf (700.6 KB)
Ideas why constraints on ticket closing does not work are welcome!
The reason the constraints do not work is because [:RemainingAmount]
is not available to the Automation Command - it’s value in this case is null, blank, or undefined.
You need to move actions for Display Payment Screen and Close Ticket to a Rule that captures the event for Payment Processed
… this event will return the correct value for [:RemainingAmount]
, so the Action constraints will work as expected.
Thanks, it works!