Hello guys
I have a problem while upgrading the table.
There is a base function in "sales line" table called "ShowDimensions". In this we've some customized code.
Now I need to call this base function in our newly create codeunit(upgrade codeunit) to handle the code using extensions since customized code in base object is not supported. I've handled call to insert trigger, modified trigger, even actions trigger also in event function but I see there are no event function to handle base functions customization in subscriber.
How to handle this. May I know the best solution to solve. Is it possible to do so?
I have a problem while upgrading the table.
There is a base function in "sales line" table called "ShowDimensions". In this we've some customized code.
Now I need to call this base function in our newly create codeunit(upgrade codeunit) to handle the code using extensions since customized code in base object is not supported. I've handled call to insert trigger, modified trigger, even actions trigger also in event function but I see there are no event function to handle base functions customization in subscriber.
How to handle this. May I know the best solution to solve. Is it possible to do so?