With MessageAudit
With persisted even when errors occur, we can come back later and check the error handling.
To test this
- Set the MarketingProgram's isActive to false
- In MktConf, Approve a Marketing Conference.
- You should not see the Charges data.
- Set the MarketingProgram's isActive to true
- Alter the MessageAudit ProcessedFlag, and save.
- You should see the Charges data appear.