Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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();

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!