Skip to main content
Carrier object for ProjectTypeEntity.

Constructors

NSProjectTypeEntity()

Initializes a new instance of the NSProjectTypeEntity class.

Methods

GetDeleted()

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

GetDurationUnit()

Returns: CRMScript.Global.Integer - Units for the duration. See <xref href=“CRMScript.NetServer.DurationUnit” data-throw-if-not-resolved=“false”></xref>. Example:

GetHasGuide()

Returns: CRMScript.Global.Bool - Does this project type have a guide attached. Example:

GetIsAutoAdvance()

Returns: CRMScript.Global.Bool - Does the project status advance automatically, when the last guided activity in a status is completed? Example:

GetName()

Returns: CRMScript.Global.String - The list item. Example:

GetProjectDuration()

Returns: CRMScript.Global.Integer - Expected duration of project, in given units. Example:

GetProjTypeId()

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

GetRank()

Returns: CRMScript.Global.Integer - Rank order. Example:

GetStages()

Returns: CRMScript.NetServer.NSSelectableMDOListItem[] - Stages (project statuses), those associated with this ProjType are selected. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip or other description. Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetDurationUnit(Integer)

Returns: CRMScript.Global.Void Example:

SetHasGuide(Bool)

Returns: CRMScript.Global.Void Example:

SetIsAutoAdvance(Bool)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetProjectDuration(Integer)

Returns: CRMScript.Global.Void Example:

SetProjTypeId(Integer)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetStages(NSSelectableMDOListItem[])

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example: