Hello Everybody,
We have experienced problems with the execution of customizations, this behavior began to appear with the version 21.1 update and increased in the last days after the 21.2 update
It would seem that some functions ( Declared in events ) are not executed and the processes are incomplete and generate problems.
Yesterday we loaded the extension where the customizations are and the processes worked correctly, but today the problem reappeared.
We have 3 functions in events
[EventSubscriber(ObjectType::Codeunit, Codeunit::"Sales-Post", 'OnAfterPostSalesDoc', '', true, true)]
procedure F1
....
[EventSubscriber(ObjectType::Codeunit, Codeunit::"Sales-Post", 'OnAfterPostSalesDoc', '', true, true)]
procedure F2
....
[EventSubscriber(ObjectType::Codeunit, Codeunit::"Sales-Post", 'OnAfterPostSalesDoc', '', true, true)]
procedure F3
....
We espect
F1 fisrt execution
F2 second execution
F3 Third execution.
F3 needs F2 Execution and F1 execution.
It appears F1 does not execute and error appears when f3 is executing.
We debug somwetimes in sandbox with no problem ( F1 First, f2 second and f3 third was executing)
Any similar problem?
We appreciate any help!!
Thanks in advance!!