Why do you need this change?
Could global variable RecalculateLines be added to this event?
OnAfterInitSalesLineFields(ToSalesLine,RecalculateLines);
Describe the request
InitSalesLineFields function is called in function SetDefaultValuesToSalesLine wich have event OnAfterSetDefaultValuesToSalesLine that have RecalculateLines.
I need to check RecalculateLines to do my logic.
Why do you need this change?
Could global variable RecalculateLines be added to this event?
OnAfterInitSalesLineFields(ToSalesLine,RecalculateLines);Describe the request
InitSalesLineFields function is called in function SetDefaultValuesToSalesLine wich have event OnAfterSetDefaultValuesToSalesLine that have RecalculateLines.
I need to check RecalculateLines to do my logic.