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
- markupModule
Type: MarkupModule Extended Data Type
A element from the MarkupModule enum.
- markupCode
Type: MarkupCode Extended Data Type
A markup code.
- _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