MarkupTrans::findSumValue_IN Method
Reads the MarkupTrans table for the specified recid, table id and markup code.
Syntax
client server public static MarkupValue findSumValue_IN(
TableId _tableId,
RecId _recId,
MarkupCode _markupCode)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The unique table id to find.
- _recId
Type: RecId Extended Data Type
The unique record id to find.
- _markupCode
Type: MarkupCode Extended Data Type
The markup code to find.
Return Value
Type: MarkupValue Extended Data Type
Returns markup value if exist.