Markup::mcrOverriden Method [AX 2012]

Determines whether miscellaneous charges are already attached to this record and have been overriden.

server public static boolean mcrOverriden(
    TableId _tableId, 
    RecId _recId, 
    TableId _fromTableId, 
    RecId _fromRecId)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The TableId object to check for miscellaneous charge overrides.
_recId
Type: RecId Extended Data Type
The record ID to check for miscellaneous charge overrides.
_fromTableId
Type: TableId Extended Data Type
The original table ID to check for miscellaneous charge overrides.
_fromRecId
Type: RecId Extended Data Type
The original record ID to check for miscellaneous charge overrides.

Return Value

Type: boolean
true if the miscellaneous charges exist and have been overriden; otheriwse, false.
Show: