X++ : Workflow Work Item Business event Payload Extension
Hi Martin,
Thanks for the feedback. Yes I mean the BusinessEventsWorkFlowWorkItem class.
An equivalent of this in BusinessEventsWorkFlowWorkItem is creating a method like initialize() and calling it from a CoC extension of construct().
Ok for the Initialize method, but I cannot extend the construct() of the class, since it is an internal one.
Or did I get something wrong?
After your answer, however, I start thinking about other solutions and my new idea is to create a new custom business event and trigger it in the same spot where the BusinessEventsWorkFlowWorkItem is triggered.
Also there, the issue is that the methods that trigger this business event are private so I cannot develop my solution.
Have you any suggestions also on this, please?
Thanks in advance,
Luca