Skip to main content

Resend

Scoping Questions
  1. Is transaction resend required?
  2. What types of data can be resent? (transactions, cash management events)
  3. What authorisation levels are needed?
Configuration Examples
Resend transactions privilege
<core:privilege
xmlns:core="http://www.enactor.com/core">
<core:privilegeId>POS_RESEND</core:privilegeId>
<core:descriptions>
<core:string language="en" country="GB">Resend Transactions</core:string>
</core:descriptions>
<core:privilegeGroupId>ADMINISTRATION</core:privilegeGroupId>
<core:authorisationRequired>true</core:authorisationRequired>
<core:logEvent>true</core:logEvent>
</core:privilege>