MCRPriceHistoryRef::exists Method
Determines if a record already exists with the passed information.
Syntax
client server public static boolean exists(RefRecId _priceHistoryRecId, MCROrderLinePriceHistoryReference _mcrOrderLinePriceHistoryReference)
Run On
Called
Parameters
- _priceHistoryRecId
Type: RefRecId Extended Data Type
The RecId of the price history for which to insert a reference.
- _mcrOrderLinePriceHistoryReference
Type: MCROrderLinePriceHistoryReference Extended Data Type
The RecId of the MCROrderLine2PriceHistoryRef table for which to insert a reference.
Return Value
Type: boolean
true if a record exists; otherwise, false.