CustomsExportAssessableValue_IN::getMarkupValue Method
Gets the miscellaneous charges for the specified table ID, record ID, and inventory transaction ID.
Syntax
client server public static MarkupValue getMarkupValue(
TableId _tableId,
RecId _recId,
InventTransId _inventTransId,
[TransDate _transDate])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the transaction table where the miscellaneous charges are attached.
- _recId
Type: RecId Extended Data Type
The record ID of the transaction table where the miscellaneous charges are attached.
- _inventTransId
Type: InventTransId Extended Data Type
The inventory transaction ID of the transaction table where the miscellaneous charges are attached.
- _transDate
Type: TransDate Extended Data Type
The transaction date.
Return Value
Type: MarkupValue Extended Data Type
The miscellaneous charges attached for the transaction line.