Compartir a través de


PurchReqControlRFQRule::getRFQHelpText Method

Finds the help text to display tool tips in the PurchReqControlRFQCategoryCondition table.

Syntax

server public static HelpTxt getRFQHelpText(PurchReqLine _purchReqLine, boolean _isFormal)

Run On

Server

Parameters

  • _purchReqLine
    Type: PurchReqLine Table
    The record ID in the PurchReqControlRFQRule table to find.
  • _isFormal
    Type: boolean
    A Boolean value that indicates whether help text is needed for a formal or informal request for quote (RFQ).

Return Value

Type: HelpTxt Extended Data Type
The value of the FormalHelpText field if the IsFormal property is true; otherwise, the value of the InformalHelpText field.

See Also

Reference

PurchReqControlRFQRule Table