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

Extension for line level freight term

Summary:
we have requirement to get the first shippable line 'Freight Term' and derive the shipping method based on that freight term. we are trying use extension to get this done. However, We are not able to retrieve FreightTerms Name from the lines.getAttribute("FreightTerms") in Sales order extension

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

import oracle.apps.scm.doo.common.extensions.ValidationException;
import oracle.apps.scm.doo.common.extensions.Message;
def lines = header.getAttribute("Lines");
while (lines.hasNext())

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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