Skip to main content
Used to import data into the system. Representing one entity that will be imported.

Constructors

NSImportLine()

Initializes a new instance of the NSImportLine class.

Methods

GetExternalKey()

Returns: CRMScript.Global.String - Optional external primary key for the row. Example:

GetOperation()

Returns: CRMScript.Global.Integer - Which operation will be used? This is a read-only property. See <xref href=“CRMScript.NetServer.ImportAction” data-throw-if-not-resolved=“false”></xref>. Example:

GetSelected()

Returns: CRMScript.Global.Bool - True if the entity shall be imported, false if the entity shall be ignored. Example:

GetType()

Returns: CRMScript.Global.Integer - Which entity type will be created? This is a read-only property. See <xref href=“CRMScript.NetServer.ImportEntityType” data-throw-if-not-resolved=“false”></xref>. Example:

GetValues()

Returns: CRMScript.Global.String[] - An array of the values that will be imported on the entity. Example:

SetExternalKey(String)

Returns: CRMScript.Global.Void Example:

SetOperation(Integer)

Returns: CRMScript.Global.Void Example:

SetSelected(Bool)

Returns: CRMScript.Global.Void Example:

SetType(Integer)

Returns: CRMScript.Global.Void Example:

SetValues(String[])

Returns: CRMScript.Global.Void Example: