Default Assessable Value from Order Line EFF using Service Mapping and Pricing Algorithm Setup — Cloud Customer Connect
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

Default Assessable Value from Order Line EFF using Service Mapping and Pricing Algorithm Setup

We have defined an Order Management Extensible Flexfield (EFF) with the context code "AdhocPacking" and the attribute "AdhocPackingValue".
Our requirement is to default the Assessable Value field from AdhocPackingValue, but only when the attribute is not null.

Requesting your guidance on the recommended approach to achieve this functionality

Environment: Oracle Fusion Cloud Applications 25B (11.13.25.04.0)



We have tried Order Management Extension for the same "on Save" but the same is not working.

///
import oracle.apps.scm.doo.common.extensions.ValidationException;
import oracle.apps.scm.doo.common.extensions.Message;
import java.util.logging.Level;

// Loop through all order lines
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!