Resend
Scoping Questions
- Is transaction resend required?
- What types of data can be resent? (transactions, cash management events)
- What authorisation levels are needed?
How To Guide
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>