Try our conversational search powered by Generative AI!

PriceDetailValue extended custom field

Vote:
 

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?

#282413
Jun 24, 2022 7:12
Vote:
 

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.

#282460
Jun 25, 2022 1:05
Vote:
 

There is currently no way to extend the system, except to have a custom implementation with custom table. Some customers I know store extra information in PriceCode, which I feel more of a hack than an actual solution 

#282548
Edited, Jun 27, 2022 6:50
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.