Skip to main content

Constructors

NSSuggestedDocumentEntity()

Initializes a new instance of the NSSuggestedDocumentEntity class.

Methods

GetDeleted()

Returns: CRMScript.Global.Bool - 0 -> record is active 1 -> record is ‘deleted’ and should not be shown in lists. Example:

GetDocTmpl()

Returns: CRMScript.NetServer.NSDocumentTemplate - Document template. Example:

GetDoctmplId()

Returns: CRMScript.Global.Integer - Type of the suggested document. Example:

GetHeader()

Returns: CRMScript.Global.String - Suggested ‘header’ Example:

GetName()

Returns: CRMScript.Global.String - Item name, visible in Guide. Example:

GetOurRef()

Returns: CRMScript.Global.String - Suggested ‘our reference’ Example:
Returns: CRMScript.NetServer.NSProjectTypeStatusLink - Project type and project status link info. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank, controls rank of non-instantiated items in Guide. Example:
Returns: CRMScript.NetServer.NSSaleTypeStageLink - Sale type and stage link info. Example:

GetSuggestedDocumentId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip / description. Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetDocTmpl(NSDocumentTemplate)

Returns: CRMScript.Global.Void Example:

SetDoctmplId(Integer)

Returns: CRMScript.Global.Void Example:

SetHeader(String)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetOurRef(String)

Returns: CRMScript.Global.Void Example:
Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:
Returns: CRMScript.Global.Void Example:

SetSuggestedDocumentId(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example: