AccountGetAttachmentTab Method |
This method enables you to get the details of attachments available in the Attachment Tab of an Account item in CampusNexus CRM. For example,
you can retrieve details of schools stored as attachments in the Attachment Tab of an Account item.
Namespace: AccountService
C#
public long GetAttachmentTab( long accountID, long tabID, out AttachmentData[] attachments, out string error )
Parameters
- accountID
- Type: SystemInt64
[in] The ID of the Account item in CampusNexus CRM. - tabID
- Type: SystemInt64
[in] The ID of the attachment Tab associated with the Account Object in CampusNexus CRM. - attachments
- Type: Talisma.Server.CommonAttachmentData
[out] An array of the AttachmentData[] structure.This array contains the name of the attachment, the comment about the attachment, the text content of the attachment, the boolean value to indicate if the attachment needs to be deleted,and the unique ID for the attachment. The value of the attachments array is blank if no attachment is available in Attachment Tab of an Account. - error
- Type: SystemString
[out] The error messages returned when the get operation fails.
Return Value
Type: Int64The GetRLTab method returns 0 if the operation is successful and a negative value if the operation fails.
