Carrier object for AlarmData.
Constructors
NSAlarmData()
Initializes a new instance of the NSAlarmData class.
Methods
GetAlarmTime()
Returns: CRMScript.Global.DateTime
Example:
GetAppointmentId()
Returns: CRMScript.Global.Integer - Appointment ID (primary key).
Example:
GetAppointmentText()
Returns: CRMScript.Global.String - The actual text, max 2047 significant characters even though it is stored as a larger data type on some databases.
Example:
GetAppointmentType()
where=no start time,note,docin, docout
Returns: CRMScript.Global.Integer - See <xref href=“CRMScript.NetServer.AppointmentType” data-throw-if-not-resolved=“false”></xref>
Example:
GetAssignmentStatus()
Returns: CRMScript.Global.Integer - Status if this appointment is in the process of being assigned to someone else.
Example:
GetBookingType()
Returns: CRMScript.Global.Integer - The type of booking the appointment represents.
Example:
Returns: CRMScript.Global.String - Department.
Example:
Returns: CRMScript.Global.String
Example:
Returns: CRMScript.Global.Integer - Contact ID of owning contact, may be 0.
Example:
Returns: CRMScript.Global.String - Contact name.
Example:
GetEndDate()
Returns: CRMScript.Global.DateTime - Date + end time planned.
Example:
Returns: CRMScript.Global.String - The associate’s culture formatted formalname (firstname, middleName and lastname, title, mrmrs).
Example:
GetInvitationStatus()
Returns: CRMScript.Global.Integer - Status if this appointment represents an invitation.
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:
GetPersonFullName()
Returns: CRMScript.Global.String - The associate’s culture formatted fullname (firstname, middleName and lastname).
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()
Returns: CRMScript.Global.String - Project name.
Example:
GetSaleId()
Returns: CRMScript.Global.Integer - Owning sale, if any (may be 0).
Example:
GetSaleName()
Returns: CRMScript.Global.String
Example:
GetStartTime()
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:
SetAppointmentType(Integer)
Returns: CRMScript.Global.Void
where=no start time,note,docin, docout
Example:
SetAssignmentStatus(Integer)
Returns: CRMScript.Global.Void
Example:
SetBookingType(Integer)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
SetEndDate(DateTime)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
SetInvitationStatus(Integer)
Returns: CRMScript.Global.Void
Example:
SetLocation(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:
SetStartTime(DateTime)
Returns: CRMScript.Global.Void
Example:
SetTaskName(String)
Returns: CRMScript.Global.Void
Example: