NSQuoteConnection
Information about a connection to the ERP system.
Information about a connection to the ERP system.
Initializes a new instance of the NSQuoteConnection class.
Returns: CRMScript.Global.Bool - Is this connection accessible to everyone? If not, then the QuoteConnectionAccess table tells us who can access it.
Example:
Returns: CRMScript.Global.Integer[] - Array of IDs containing associates that will have access to this connection.
Example:
Returns: CRMScript.Global.String - Programmatic name of the Connector plugin that implements this kind of connection.
Example:
Returns: CRMScript.Global.Bool - If set, then this is a row that has been ‘deleted’; we do not physically delete rows to avoid disaster.
Example:
Returns: CRMScript.Global.String - Tooltip/description shown to user; multi-language support. Any other info available that would make an uncertain user chose the right connector. Typically, used for tooltip.
Example:
Returns: CRMScript.Global.String - Connection name shown to user; multi-language support. The name of the connector to display in a list so that the users can choose between them. Typically the name of the client, with maybe the ERP system in parenthesis.
Example:
Returns: CRMScript.Global.Integer - The ERP Connection that this Quote connection is an extension of.
Example:
Returns: CRMScript.Global.String - Name of the ERP system (programmatic).
Example:
Returns: CRMScript.Global.String - Optional extra data, in XML format, for configuring the connector. Connector-specific!
Example:
Returns: CRMScript.NetServer.NSPluginResponse - Status and Error message when the system called the connector Initialize method. Null if the connector has not been initialized yet.
Example:
Returns: CRMScript.Global.Bool - Whether or not the specified connection is available. Typically, without network access the availability is false.
Example:
Returns: CRMScript.NetServer.NSPriceList[] - The PriceLists that this connection offers.
Example:
Returns: CRMScript.Global.Integer - Primary key.
Example:
Returns: CRMScript.Global.Integer - Rank order.
Example:
Returns: CRMScript.Global.Integer[] - Array of ids containing user groups that will have access to this connection.
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Related topics
NSQuoteAgentQuoteConnectionQuoteConnection tableQuoteConnectionInfoGet All Available Quote ConnectionsQuoteConnectionAccess table