Skip to main content
Chat session summary: id, title, created date. Carrier object for ChatSummaryItem.

Constructors

NSChatSummaryItem()

Initializes a new instance of the NSChatSummaryItem class.

Methods

GetChatSessionId()

Returns: CRMScript.Global.Integer - The primary key (auto-incremented). Example:

GetCompanyName()

Returns: CRMScript.Global.String - The name of the customers company, if provided. Example:

GetFirstMessage()

Returns: CRMScript.Global.String - A copy of the first message in the chat session. Example:

GetLastMessage()

Returns: CRMScript.Global.String - A copy of the last message in the chat session. Example:

GetName()

Returns: CRMScript.Global.String - The name of customer, if provided. Example:

GetWhenEnded()

Returns: CRMScript.Global.DateTime - When the session was ended. Example:

GetWhenRequested()

Returns: CRMScript.Global.DateTime - When the session was requested by the customer. Example:

SetChatSessionId(Integer)

Returns: CRMScript.Global.Void Example:

SetCompanyName(String)

Returns: CRMScript.Global.Void Example:

SetFirstMessage(String)

Returns: CRMScript.Global.Void Example:

SetLastMessage(String)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetWhenEnded(DateTime)

Returns: CRMScript.Global.Void Example:

SetWhenRequested(DateTime)

Returns: CRMScript.Global.Void Example: