Problem:
System doesn't allow me to add a new method to my data entity extension of standard entity SalesOrderLineEntity. I have to use the new method as a DataEntityView method for a computed field that I have successfully added to my extended data entity. How can I add a new method to my data entity extension? Is there any alternative to this approach. I also tried augmentation class for my data entity but no luck.

Background:
The requirement is to add some computed fields to the standard SalesOrderLineEntity data entity which can be sent to an external system. For this reason, I have extended the SalesOrderLineEntity in my model. Then added the custom fields. But I am not able to add a new method to my extended data entity to be used as a DataEntityView method. Please advise. Thanks!

*This post is locked for comments
I have the same question (0)