MarkupTransMapping::createMiscellaneousChargeMapping Method
Creates a relationship between a parent invoice line and the corrected invoice miscellaneous charge.
Syntax
client server public static void createMiscellaneousChargeMapping(
LineNum _markupTransLineNum,
RefRecId _markupTransTransRecId,
TableId _markupTransTransTableId,
LineNum _parentMarkupTransLineNum,
RefRecId _parentMarkupTransTransRecId,
TableId _parentMarkupTransTransTableId)
Run On
Called
Parameters
- _markupTransLineNum
Type: LineNum Extended Data Type
The line number of the corrected invoice miscellaneous charge.
- _markupTransTransRecId
Type: RefRecId Extended Data Type
The record ID of the corrected transaction.
- _markupTransTransTableId
Type: TableId Extended Data Type
The table ID of the corrected transaction.
- _parentMarkupTransLineNum
Type: LineNum Extended Data Type
The line number of the parent invoice miscellaneous charge.
- _parentMarkupTransTransRecId
Type: RefRecId Extended Data Type
The record ID of the parent transaction.
- _parentMarkupTransTransTableId
Type: TableId Extended Data Type
The table ID of the parent transaction.