Share via


SalesTable::mcrIsOrderContinuityParent Method

Determines if the SalesTable record, found by the passed sales ID, is a continuity order parent.

Syntax

client server public static boolean mcrIsOrderContinuityParent(SalesId _salesId)

Run On

Called

Parameters

  • _salesId
    Type: SalesId Extended Data Type
    The SalesId of the sales order for which this method determins if it is a continuity order parent.

Return Value

Type: boolean
true if the sales order containing the passed SalesId is a continuity order parent; otherwise, false.

See Also

Reference

SalesTable Table