
Is is possible to have the system include a Hash Total in a generated XML payment file?
Hi James,
If I understand the idea of a hash total correctly, it is simply summing the values of certain fields. If that's the case, you can use a formula to sum things up. For example, if you have a node on the XML file for this, select the node and click Edit Formula. Then you can enter something like:
model.BankAccount.AccountId + model.Checks.Amount
That is just a very basic example, but it might get you close to what you are trying to do. There is no function for calculating the hash automatically.
I hope that helps.
Jeremy Driscoll
Microsoft Support Engineer