Skip to main content
Carrier object for AppointmentSyncData.

Constructors

NSAppointmentSyncData()

Initializes a new instance of the NSAppointmentSyncData class.

Methods

GetAlarmTime()

Returns: CRMScript.Global.DateTime - Date and time at which to show alarm. Example:

GetAppointmentId()

Returns: CRMScript.Global.Integer Example:

GetAppointmentText()

Returns: CRMScript.Global.String - The appointment’s textbox; holds a descriptive text about the appointment. Filled out by the user. Example:

GetContactDepartment()

Returns: CRMScript.Global.String - The department of the contact connected to the appointment. Example:

GetContactFullName()

Returns: CRMScript.Global.String - The entire name of the contact, including department name. Example:

GetContactId()

Returns: CRMScript.Global.Integer - The contacts identifier. Example:

GetContactName()

Returns: CRMScript.Global.String - The contact associated with the appointment. Example:

GetEndDate()

Returns: CRMScript.Global.DateTime - Date + end time planned. Example:

GetHasAlarm()

Returns: CRMScript.Global.Bool - Does this appointment have an alarm? Example:

GetIsAllDay()

Returns: CRMScript.Global.Bool Example:

GetIsAssignment()

Returns: CRMScript.Global.Bool Example:

GetIsBusy()

Returns: CRMScript.Global.Bool Example:

GetIsCompleted()

Returns: CRMScript.Global.Bool Example:

GetIsInvitation()

Returns: CRMScript.Global.Bool Example:

GetIsTentative()

Returns: CRMScript.Global.Bool Example:

GetLocation()

Returns: CRMScript.Global.String - Location for appointment, defaulted from invited resource of type place and other rules, but you can write anything you want here. Example:

GetParticipants()

Returns: CRMScript.NetServer.NSParticipantSyncData[] Example:

GetPersonFormalName()

Returns: CRMScript.Global.String Example:

GetPersonFullName()

Returns: CRMScript.Global.String - The full name of the person this appointment belongs to. Example:

GetPersonId()

Returns: CRMScript.Global.Integer - Person ID of person the appointment is with, may be 0 Example:

GetProjectId()

Returns: CRMScript.Global.Integer - ID of project referred to, may be 0 Example:

GetProjectName()

Project name
Returns: CRMScript.Global.String Example:

GetSaleId()

Returns: CRMScript.Global.Integer - Owning sale, if any (may be 0). Example:

GetSaleName()

Returns: CRMScript.Global.String - Sale heading (short description?). Example:

GetStartDate()

Returns: CRMScript.Global.DateTime - date + start time planned. Example:

GetTaskName()

Returns: CRMScript.Global.String Example:

SetAlarmTime(DateTime)

Returns: CRMScript.Global.Void Example:

SetAppointmentId(Integer)

Returns: CRMScript.Global.Void Example:

SetAppointmentText(String)

Returns: CRMScript.Global.Void Example:

SetContactDepartment(String)

Returns: CRMScript.Global.Void Example:

SetContactFullName(String)

Returns: CRMScript.Global.Void Example:

SetContactId(Integer)

Returns: CRMScript.Global.Void Example:

SetContactName(String)

Returns: CRMScript.Global.Void Example:

SetEndDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetHasAlarm(Bool)

Returns: CRMScript.Global.Void Example:

SetIsAllDay(Bool)

Returns: CRMScript.Global.Void Example:

SetIsAssignment(Bool)

Returns: CRMScript.Global.Void Example:

SetIsBusy(Bool)

Returns: CRMScript.Global.Void Example:

SetIsCompleted(Bool)

Returns: CRMScript.Global.Void Example:

SetIsInvitation(Bool)

Returns: CRMScript.Global.Void Example:

SetIsTentative(Bool)

Returns: CRMScript.Global.Void Example:

SetLocation(String)

Returns: CRMScript.Global.Void Example:

SetParticipants(NSParticipantSyncData[])

Returns: CRMScript.Global.Void Example:

SetPersonFormalName(String)

Returns: CRMScript.Global.Void Example:

SetPersonFullName(String)

Returns: CRMScript.Global.Void Example:

SetPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetProjectId(Integer)

Returns: CRMScript.Global.Void Example:

SetProjectName(String)

Returns: CRMScript.Global.Void Example:

SetSaleId(Integer)

Returns: CRMScript.Global.Void Example:

SetSaleName(String)

Returns: CRMScript.Global.Void Example:

SetStartDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetTaskName(String)

Returns: CRMScript.Global.Void Example: