Skip to main content

Constructors

NSReportEntity()

Initializes a new instance of the NSReportEntity class.

Methods

GetAssociateId()

Returns: CRMScript.Global.Integer - The owner of the report. Example:

GetDescription()

Returns: CRMScript.Global.String - The description of the report. Example:

GetName()

Returns: CRMScript.Global.String - The name of the report. Example:

GetPublished()

Returns: CRMScript.Global.Bool - Is the report published? Example:

GetReportCategory()

Returns: CRMScript.Global.Integer - The category of the report. See <xref href=“CRMScript.NetServer.ReportCategory” data-throw-if-not-resolved=“false”></xref>. Example:

GetReportId()

Returns: CRMScript.Global.Integer - The ID of the report. Example:

GetReportLayout()

Returns: CRMScript.Global.Integer - The layout of the report. See <xref href=“CRMScript.NetServer.ReportLayout” data-throw-if-not-resolved=“false”></xref> Example:

GetTemplateId()

Returns: CRMScript.Global.Integer - The ID of report template. Example:

SetAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetPublished(Bool)

Returns: CRMScript.Global.Void Example:

SetReportCategory(Integer)

Returns: CRMScript.Global.Void Example:

SetReportId(Integer)

Returns: CRMScript.Global.Void Example:

SetReportLayout(Integer)

Returns: CRMScript.Global.Void Example:

SetTemplateId(Integer)

Returns: CRMScript.Global.Void Example: