Skip to main content
Information about possible button actions for the quote version dialog.

Constructors

NSQuoteVersionButtonState()

Initializes a new instance of the NSQuoteVersionButtonState class.

Methods

GetAction()

Returns: CRMScript.Global.Integer - Action for the button. See <xref href=“CRMScript.NetServer.QuoteVersionButtonAction” data-throw-if-not-resolved=“false”></xref>. Example:

GetDisplayText()

Returns: CRMScript.Global.String - Text to be displayed on the button. Example:

GetEnabled()

Returns: CRMScript.Global.Bool - Indicate if the button should be enabled or disabled. Example:

GetImageHint()

Returns: CRMScript.Global.String - Image to be shown. Example:

GetTooltipText()

Returns: CRMScript.Global.String - The tooltip for the button. Example:

SetAction(Integer)

Returns: CRMScript.Global.Void Example:

SetDisplayText(String)

Returns: CRMScript.Global.Void Example:

SetEnabled(Bool)

Returns: CRMScript.Global.Void Example:

SetImageHint(String)

Returns: CRMScript.Global.Void Example:

SetTooltipText(String)

Returns: CRMScript.Global.Void Example: