MCRUpSellItem.ruleFired Method
Returns whether the MCRUpSellItem rule has been executed.
Syntax
public boolean ruleFired(RecId _salesLineRecId)
Run On
Called
Parameters
- _salesLineRecId
Type: RecId Extended Data Type
The RecID of the SalesLine for which the rule is executed.
Return Value
Type: boolean
true if there is no rule defined or if the rule sucessfully fires; otherwise, false.