Unable to override line price using OM extensions
Summary:
Hi,
I have some issue using OM extensions to automatically override sales order lines price.
It seems that this functionality is not supported by 23C version, but I need to somehow override the unit selling price of my lines.
Is there any other way to do so?
Thanks for you help.
Kindly Regards,
Federico.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
23C
Code Snippet (add any code snippets that support your topic, if applicable):
if(item_name == "PREPAYMENT"){
def PriceAdj = line.getAttribute("ManualPriceAdjustments");
if (PriceAdj.hasNext() == false){
def PriceAdjRow = PriceAdj.createRow();