TradeTotals.lineRecordHasMarkup Method [AX 2012]

Determines if any MarkupTrans table record is related to the specified line record in the specified table

public boolean lineRecordHasMarkup(RefTableId _tableId, RefRecId _recId)

Run On

Server

Parameters

_tableId
Type: RefTableId Extended Data Type
A RefTableId type.
_recId
Type: RefRecId Extended Data Type
A RefRecId type.

Return Value

Type: boolean
true if a MarkupTrans table record exist; otherwise, false.

Community Additions

ADD
Show: