Hello,
I have added custom DefaultDimension field in MarkupTable.
If the user adds a markup record on a purchase order header, then the custom default dimension needs to be applied as the purchase order default dimension.
I had overriden the method calculateDefaultDimension() in the class ChargeSourceDocLineItem (the original method is found in parent class SourceDocLineItem).
It used to work perfectly until recently, it has stopped working. The logic does not get triggered at all.
Is there any other approach to do this?
Also, what is the true purpose of the ChargeSourceDocLineItem class?
I could not find any documentation online.
I had developed this back in 2022. I feel that maybe something has changed with this standard D365FO logic since the recent updates.