London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
As far as I know, you cannot easily extend the PriceDetailValue class just like you can with meta data plus.
You can do it but it would mean rewriting some of the sub systems. For example you'd need to extend PriceDetailValue and then you'd need to write your own implementation of IPriceDetailService and the class responsible for saving to the database. Seems overkill based on your initial question.
I'm wondering if there's a way to create extended fields for PriceDetailValue. I can implement extensions for IPurchaseOrder or ILineItem, but not for IPriceDetailValue.
Can we extend or create custom fields for this?