Hello everyone,
I'm curious to know how other developers go about and develop their business rules and entity events using the Application Architect for Infor CRM 8.4 and newer. I am especially eager to know how you integrate unit testing into all this, if at all.
Since the Application Architect allows for linking external libraries as method implementations I thought about moving everything to an external assembly and have all unit testing there (via C# tooling). But this is where I'm stuck, I think. Did you build a custom rollback mechanism that undos your changes after your tests? Do you just 'accept' the changes and manually check in the web client if they satisfy your needs? Is there something else I missed, maybe deep in the ChangeManagement namespace?
Happy holidays by the way. Thank you all in advance. 