Hi
On insert a record on inventTrans a eventCUD records is created.
We have not created any alerts for inventTrans, I tried to remove alert by alert to try to find which alert is causing the error.
Finally I remove all alerts and still EventCUD tried to create a record. When I create a inventTrans insert event is called and call to method CreateEventCUD on application class.
Now without alerts still call createEventCUD but eventCud is not create thanks to the method hasCompanyRules.
¿Any Idea about what are happening?
Regards