Skip to main content
A person can be a member of multiple projects, with a different comment and member type in each project.

Constructors

NSProjectMember()

Initializes a new instance of the NSProjectMember class.

Methods

GetComment()

Returns: CRMScript.Global.String - Comment text on the project membership. Example:

GetContactDepartment()

Returns: CRMScript.Global.String - Contact department. Example:

GetContactId()

Returns: CRMScript.Global.Integer - Contact ID of person who is the project member. Example:

GetContactName()

Returns: CRMScript.Global.String - Contact name. Example:

GetCountryId()

Returns: CRMScript.Global.Integer - Country. Example:

GetEmailAddress()

Returns: CRMScript.Global.String - The email address. Example:

GetEmailAddressName()

Returns: CRMScript.Global.String - The email address description. Example:

GetEmailId()

Returns: CRMScript.Global.Integer - The person’s email address Id. Example:

GetFirstname()

Returns: CRMScript.Global.String - First name. Example:

GetFullName()

Returns: CRMScript.Global.String - The person’s full name localized to the current culture/country. (internal name used in clients for employees). Example:

GetLastname()

Returns: CRMScript.Global.String - Last name. Example:

GetMiddleName()

Returns: CRMScript.Global.String - Middle name or ‘van’ etc. Example:

GetMrmrs()

Returns: CRMScript.Global.String - For example, Mrs, Dr, Ms. Example:

GetPersonId()

Returns: CRMScript.Global.Integer - The person’s ID; primary key. Example:

GetPhone()

Returns: CRMScript.Global.String - Phone number. Example:

GetPhoneId()

Returns: CRMScript.Global.Integer - The phone Id. Example:

GetProjectId()

Returns: CRMScript.Global.Integer - Parent project* the project this project member belongs to. Example:

GetProjectmemberId()

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

GetProjectMemberTypeId()

Returns: CRMScript.Global.Integer - NSProjectMember Type ID from the ProjectMemberType list. Example:

GetProjectMemberTypeName()

Returns: CRMScript.Global.String - The project member type name ‘secretary’, ‘member’, etc. Example:

GetProjectName()

Returns: CRMScript.Global.String - Name of the project this project member belongs to. Example:

SetComment(String)

Returns: CRMScript.Global.Void Example:

SetContactDepartment(String)

Returns: CRMScript.Global.Void Example:

SetContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetContactName(String)

Returns: CRMScript.Global.Void Example:

SetCountryId(Integer)

Returns: CRMScript.Global.Void Example:

SetEmailAddress(String)

Returns: CRMScript.Global.Void Example:

SetEmailAddressName(String)

Returns: CRMScript.Global.Void Example:

SetEmailId(Integer)

Returns: CRMScript.Global.Void Example:

SetFirstname(String)

Returns: CRMScript.Global.Void Example:

SetFullName(String)

Returns: CRMScript.Global.Void Example:

SetLastname(String)

Returns: CRMScript.Global.Void Example:

SetMiddleName(String)

Returns: CRMScript.Global.Void Example:

SetMrmrs(String)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetPhone(String)

Returns: CRMScript.Global.Void Example:

SetPhoneId(Integer)

Returns: CRMScript.Global.Void Example:

SetProjectId(Integer)

Returns: CRMScript.Global.Void Example:

SetProjectmemberId(Integer)

Returns: CRMScript.Global.Void Example:

SetProjectMemberTypeId(Integer)

Returns: CRMScript.Global.Void Example:

SetProjectMemberTypeName(String)

Returns: CRMScript.Global.Void Example:

SetProjectName(String)

Returns: CRMScript.Global.Void Example: