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

How to get Fulfill Line attributes in OM Extensions...?

edited Dec 16, 2025 10:06PM in Order Management

Summary:

Need to read & use a couple of Fulfill Line Attributes on the OM Extension.

Tried calling them how we do with Lines, but getting errors! So how do we call & get Fulfill Line attributes..?

The code snippet below is how we usually work with Line attributes, but not able to determine how to do the same with Fulfill Lines!

Can we simply do something like header.getAttribute ("FulfillLines") !!?

Content (please ensure you mask any confidential information):

def lines = header.getAttribute("Lines");

while(lines.hasNext())

{
def line = lines.next();

def Attribute1 = line.getAttribute("AttributeXyz");

}

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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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