Class NSSuggestedAppointment
Constructors
NSSuggestedAppointment()
Initializes a new instance of the NSSuggestedAppointment class.
Declaration
NSSuggestedAppointment Methods
GetAssociate()
Declaration
NSAssociate GetAssociate() Examples
NSSuggestedAppointment thing;
NSAssociate associate = thing.GetAssociate();
Returns
| Type | Description |
| NSAssociate | The owner of the suggested activity. Always the same as the sales owner. |
GetAutoSuggest()
Declaration
Integer GetAutoSuggest() Examples
NSSuggestedAppointment thing;
Integer autoSuggest = thing.GetAutoSuggest();
Returns
| Type | Description |
| Integer | Should this appointment be auto-suggested. |
GetDaysFuture()
Declaration
Integer GetDaysFuture() Examples
NSSuggestedAppointment thing;
Integer daysFuture = thing.GetDaysFuture();
Returns
| Type | Description |
| Integer | How many days into the future the appointment should be scheduled. |
GetDeleted()
Declaration
Integer GetDeleted() Examples
NSSuggestedAppointment thing;
Integer deleted = thing.GetDeleted();
Returns
| Type | Description |
| Integer | 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists. |
GetDuration()
Declaration
Integer GetDuration() Examples
NSSuggestedAppointment thing;
Integer duration = thing.GetDuration();
Returns
| Type | Description |
| Integer | Duration in minutes of suggested appointment. |
GetName()
Declaration
String GetName() Examples
NSSuggestedAppointment thing;
String name = thing.GetName();
Returns
| Type | Description |
| String | Item name, visible in Guide. |
GetProjectTypeStatusLinkId()
Declaration
Integer GetProjectTypeStatusLinkId() Examples
NSSuggestedAppointment thing;
Integer projectTypeStatusLinkId = thing.GetProjectTypeStatusLinkId();
Returns
| Type | Description |
| Integer | Link to projectTypeStatusLink, the anchor for project guide items. |
GetRank()
Declaration
Integer GetRank() Examples
NSSuggestedAppointment thing;
Integer rank = thing.GetRank();
Returns
| Type | Description |
| Integer | Rank, controls rank of non-instantiated items in Guide. |
GetRegisteredAssociateId()
Declaration
Integer GetRegisteredAssociateId() Examples
NSSuggestedAppointment thing;
Integer registeredAssociateId = thing.GetRegisteredAssociateId();
Returns
| Type | Description |
| Integer | Registered by whom. |
GetSaleTypeStageLinkId()
Declaration
Integer GetSaleTypeStageLinkId() Examples
NSSuggestedAppointment thing;
Integer saleTypeStageLinkId = thing.GetSaleTypeStageLinkId();
Returns
| Type | Description |
| Integer | Link to saleTypeStageLink, the anchor for sale guide items. |
GetSuggestedAppointmentId()
Declaration
Integer GetSuggestedAppointmentId() Examples
NSSuggestedAppointment thing;
Integer suggestedAppointmentId = thing.GetSuggestedAppointmentId();
Returns
| Type | Description |
| Integer | Primary key. |
GetTaskId()
Declaration
Integer GetTaskId() Examples
NSSuggestedAppointment thing;
Integer taskId = thing.GetTaskId();
Returns
| Type | Description |
| Integer | Type of the suggested appointment. |
GetText()
Declaration
String GetText() Examples
NSSuggestedAppointment thing;
String text = thing.GetText();
Returns
| Type | Description |
| String | The suggested text of the new appointment. |
GetTooltip()
Declaration
String GetTooltip() Examples
NSSuggestedAppointment thing;
String tooltip = thing.GetTooltip();
Returns
| Type | Description |
| String | Tooltip / description. |
SetAssociate(NSAssociate)
Declaration
Void SetAssociate(NSAssociate associate) Examples
NSSuggestedAppointment thing;
NSAssociate associate;
thing.SetAssociate(associate);
Parameters
| Type | Name | Description |
| NSAssociate | associate | The owner of the suggested activity. Always the same as the sales owner. |
Returns
| Type | Description |
| Void |
SetAutoSuggest(Integer)
Declaration
Void SetAutoSuggest(Integer autoSuggest) Examples
NSSuggestedAppointment thing;
Integer autoSuggest;
thing.SetAutoSuggest(autoSuggest);
Parameters
| Type | Name | Description |
| Integer | autoSuggest | Should this appointment be auto-suggested. |
Returns
| Type | Description |
| Void |
SetDaysFuture(Integer)
Declaration
Void SetDaysFuture(Integer daysFuture) Examples
NSSuggestedAppointment thing;
Integer daysFuture;
thing.SetDaysFuture(daysFuture);
Parameters
| Type | Name | Description |
| Integer | daysFuture | How many days into the future the appointment should be scheduled. |
Returns
| Type | Description |
| Void |
SetDeleted(Integer)
Declaration
Void SetDeleted(Integer deleted) Examples
NSSuggestedAppointment thing;
Integer deleted;
thing.SetDeleted(deleted);
Parameters
| Type | Name | Description |
| Integer | deleted | 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists. |
Returns
| Type | Description |
| Void |
SetDuration(Integer)
Declaration
Void SetDuration(Integer duration) Examples
NSSuggestedAppointment thing;
Integer duration;
thing.SetDuration(duration);
Parameters
| Type | Name | Description |
| Integer | duration | Duration in minutes of suggested appointment. |
Returns
| Type | Description |
| Void |
SetName(String)
Declaration
Void SetName(String name) Examples
NSSuggestedAppointment thing;
String name;
thing.SetName(name);
Parameters
| Type | Name | Description |
| String | name | Item name, visible in Guide. |
Returns
| Type | Description |
| Void |
SetProjectTypeStatusLinkId(Integer)
Declaration
Void SetProjectTypeStatusLinkId(Integer projectTypeStatusLinkId) Examples
NSSuggestedAppointment thing;
Integer projectTypeStatusLinkId;
thing.SetProjectTypeStatusLinkId(projectTypeStatusLinkId);
Parameters
| Type | Name | Description |
| Integer | projectTypeStatusLinkId | Link to projectTypeStatusLink, the anchor for project guide items. |
Returns
| Type | Description |
| Void |
SetRank(Integer)
Declaration
Void SetRank(Integer rank) Examples
NSSuggestedAppointment thing;
Integer rank;
thing.SetRank(rank);
Parameters
| Type | Name | Description |
| Integer | rank | Rank, controls rank of non-instantiated items in Guide. |
Returns
| Type | Description |
| Void |
SetRegisteredAssociateId(Integer)
Declaration
Void SetRegisteredAssociateId(Integer registeredAssociateId) Examples
NSSuggestedAppointment thing;
Integer registeredAssociateId;
thing.SetRegisteredAssociateId(registeredAssociateId);
Parameters
| Type | Name | Description |
| Integer | registeredAssociateId | Registered by whom. |
Returns
| Type | Description |
| Void |
SetSaleTypeStageLinkId(Integer)
Declaration
Void SetSaleTypeStageLinkId(Integer saleTypeStageLinkId) Examples
NSSuggestedAppointment thing;
Integer saleTypeStageLinkId;
thing.SetSaleTypeStageLinkId(saleTypeStageLinkId);
Parameters
| Type | Name | Description |
| Integer | saleTypeStageLinkId | Link to saleTypeStageLink, the anchor for sale guide items. |
Returns
| Type | Description |
| Void |
SetSuggestedAppointmentId(Integer)
Declaration
Void SetSuggestedAppointmentId(Integer suggestedAppointmentId) Examples
NSSuggestedAppointment thing;
Integer suggestedAppointmentId;
thing.SetSuggestedAppointmentId(suggestedAppointmentId);
Parameters
| Type | Name | Description |
| Integer | suggestedAppointmentId | Primary key. |
Returns
| Type | Description |
| Void |
SetTaskId(Integer)
Declaration
Void SetTaskId(Integer taskId) Examples
NSSuggestedAppointment thing;
Integer taskId;
thing.SetTaskId(taskId);
Parameters
| Type | Name | Description |
| Integer | taskId | Type of the suggested appointment. |
Returns
| Type | Description |
| Void |