Skip to main content

Constructors

NSSaleStakeholder()

Initializes a new instance of the NSSaleStakeholder class.

Methods

GetComment()

Returns: CRMScript.Global.String - Optional comment text. Example:

GetContactId()

Returns: CRMScript.Global.Integer - Contact ID of person or contact who is the sale stakeholder. Example:

GetContactName()

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

GetCountryId()

Returns: CRMScript.Global.Integer - Country ID, primary key. Example:

GetEmailAddress()

Returns: CRMScript.Global.String - Email address. Example:

GetEmailDescription()

Returns: CRMScript.Global.String - Email description. Example:

GetEmailId()

Returns: CRMScript.Global.Integer - Email address ID, Primary key. Example:

GetFirstname()

Returns: CRMScript.Global.String - First name. 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 - Mrs, Mr, Ms, Dr. Example:

GetPersonId()

Returns: CRMScript.Global.Integer - Person ID, Primary key. Example:

GetPhone()

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

GetPhoneId()

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

GetRank()

Returns: CRMScript.Global.Integer - Rank in list of stakeholders. Example:

GetSaleId()

Returns: CRMScript.Global.Integer - Parent sale. Example:

GetSaleStakeholderId()

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

GetStakeholderRoleId()

Returns: CRMScript.Global.Integer - Stakeholder role list ID, Primary key. Example:

GetStakeholderRoleName()

Returns: CRMScript.Global.String - Stakeholder role name. Example:

SetComment(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:

SetEmailDescription(String)

Returns: CRMScript.Global.Void Example:

SetEmailId(Integer)

Returns: CRMScript.Global.Void Example:

SetFirstname(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:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetSaleId(Integer)

Returns: CRMScript.Global.Void Example:

SetSaleStakeholderId(Integer)

Returns: CRMScript.Global.Void Example:

SetStakeholderRoleId(Integer)

Returns: CRMScript.Global.Void Example:

SetStakeholderRoleName(String)

Returns: CRMScript.Global.Void Example: