AccountUpdateCommentsTab Method |
This method enables you to add comment details available in the Comment tab of an Account in CampusNexus CRM. For example, you can add comments about a school to
the Comment Tab of the relevant Account.You must send the Account ID, Comment Tab ID and the CommentsData structure that contains the comment details you want to add to the
Account as input parameters to the Account iService. The Account iService processes the input values and returns the status of the add operation.
Namespace: AccountService
C#
public long UpdateCommentsTab( long accountID, long tabId, CommentsData comment, out string error )
Parameters
- accountID
- Type: SystemInt64
The ID of the Account for which you want to update the comments in the Comment Tab associated with the Account Object. - tabId
- Type: SystemInt64
The ID of the Comment Tab associated with the Account Object. - comment
- Type: Talisma.Server.CommonCommentsData
The CommentsData structure containing the updated details of the comment. - error
- Type: SystemString
The error messages returned when the update operation fails.
Return Value
Type: Int64The UpdateCommentsTab method returns 0 if the operation is successful and a negative value if the operation fails.
