Use New Methods in Your Order Management Extensions

You can use new public methods in your order management extensions. You no longer have to explicitly code them.

Realize these benefits:

  • Get more flexibility when you code your extensions.
  • Improve productivity. You can reduce your implementation's complexity and cost.

Method Object Description

getOrderInProcessing

Order Header

Get the sales order that's currently in processing status for the corresponding revision order.

getLineInProcessing

Order Line

Get the order line that's currently in processing status for the corresponding revision order.

getOriginalOrderForReferencedReturn

Order Line

Get the original order that the referenced return line references.

getOriginalLineForReferencedReturn

Order Line

Get the original order line that the referenced return line references.

getOrderById

Public View Object

Use the value that uniquely identifies the sales order to get the order.

getLineById

Public View Object

Use the value that uniquely identifies the order line to get the line.

getOrderCopiedFrom

Order Header

Get the original order that provided the source for the copied order.

isCopiedOrder

Order Header

See whether the sales order was copied from another order.

getOrderTotalsRowByCode

Order Header

Get details about the order total.

getOrderTotalsPrimaryRow

Order Header

Get details about the primary order total.

getItemRow

Order Line

Get details about the item on the order line.

getLookupRow

Public View Object

Get the lookup detail for a lookup type and lookup code.

Steps to Enable

You don't need to do anything to enable this feature.

Key Resources

Access Requirements

Users who are assigned a configured job role that contains this privilege can access this feature:

  • Manage Order Management Extensions (FOM_MANAGE_ORDER_MANAGEMENT_EXTENTIONS)

This privilege was available before this update.