Skip to main content
The context a quote is created in.

Constructors

NSQuoteContext()

Initializes a new instance of the NSQuoteContext class.

Methods

GetCRMAssociate()

Returns: CRMScript.NetServer.NSAssociate - The associate (salesman) that is logged into the CRM system. Example:

GetCRMQuoteAlternative()

Returns: CRMScript.NetServer.NSQuoteAlternative - The relevant or current alternative of the quote in the CRM system, if applicable. Example:

GetCRMQuoteLine()

Returns: CRMScript.NetServer.NSQuoteLine - The relevant or current quote line of the quote in the CRM system, if applicable. Example:

GetCRMQuoteVersion()

Returns: CRMScript.NetServer.NSQuoteVersion - The relevant or current revision of the quote in the CRM system, if applicable. Example:

GetCRMSale()

Returns: CRMScript.NetServer.NSSale - The sale the quote is registered in the CRM system. Example:

GetUserLanguageCode()

Returns: CRMScript.Global.String - The iso language code of the language the user is using in the crm system. Use this language when replying, if possible. Example:

SetCRMAssociate(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetCRMQuoteAlternative(NSQuoteAlternative)

Returns: CRMScript.Global.Void Example:

SetCRMQuoteLine(NSQuoteLine)

Returns: CRMScript.Global.Void Example:

SetCRMQuoteVersion(NSQuoteVersion)

Returns: CRMScript.Global.Void Example:

SetCRMSale(NSSale)

Returns: CRMScript.Global.Void Example:

SetUserLanguageCode(String)

Returns: CRMScript.Global.Void Example: