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

Redwood - How to delete order line using OM extension - setting 0 quantity does not work

Summary:

We are using OM extension to delete some lines on the order. It is working fine in Classic UI, but in Redwood lines remain visible with 0 quantity. We want them to be deleted (or at least to disappear from the page).

Content (please ensure you mask any confidential information):

In the process, we need to delete some lines on the orders.

We are setting the quantity as 0 using OM extension.

We are doing exactly as described in the documentation:

https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/faiom/use-extensions-to-cancel-order-lines.html


String cancelLines(String productNumber){
def lines = header.getAttribute("Lines");

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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