Share via


MarkupAutoLine::find Method

Gets a record from the MarkupAutoLine table.

Syntax

client server public static MarkupAutoLine find(
    MarkupModule markupModule, 
    MarkupCode markupCode, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true if the record should be selected for update; optional.

Return Value

Type: MarkupAutoLine Table
A MarkupAutoLine record.

Remarks

The ModuleInventCustVend enum was replaced with a more specific enum for markup functionality, use the MarkupModuleType enum

See Also

Reference

MarkupAutoLine Table