Codeunit 70624260 EOS060.01 Attachments Impl.

Codeunit 70624260 EOS060.01 Attachments Impl.

Methods

CheckForContentRequest

procedure CheckForContentRequest(var AttachmentEntry: Record "EOS060 Attachment Entry" temporary) IsContentRequest: Boolean

Parameters / Return Value

  • AttachmentEntry Record "EOS060 Attachment Entry"

  • Returns Boolean


GetAttachmentsList

procedure GetAttachmentsList(var AttachmentEntry: Record "EOS060 Attachment Entry" temporary)

Parameters / Return Value

  • AttachmentEntry Record "EOS060 Attachment Entry"

GetAttachment

procedure GetAttachment(var AttachmentEntry: Record "EOS060 Attachment Entry" temporary)

Parameters / Return Value

  • AttachmentEntry Record "EOS060 Attachment Entry"

HasAttachment

procedure HasAttachment(TheSource: Variant): Boolean

Parameters / Return Value

  • TheSource Variant

  • Returns Boolean


Events

OnGetCurrentRecordRefFromFilters

local procedure OnGetCurrentRecordRefFromFilters(var RecordIdList: List of [RecordId]; SourceType: Integer; SourceGuid: Guid)

Event raised when calculating RecRef from SourceType and SourceGuid.

Parameters / Return Value

  • RecordIdList List[RecordId]

    The list containing record ids referencing to the record identified by SourceType and SourceGuid

  • SourceType Integer

    The number of the table of the record

  • SourceGuid Guid

    The guid of the record in the SourceType table


OnAfterGetDocSolutionsDocuments

local procedure OnAfterGetDocSolutionsDocuments(var AttachmentEntry: Record "EOS060 Attachment Entry" temporary)

Event raised after populating AttachmentEntry with documents retrieved from SharePoint libraries.

Parameters / Return Value

  • AttachmentEntry Record "EOS060 Attachment Entry"

    The collection of documents retrieved from SharePoint libraries


OnAfterGetDocSolutionsDocumentContent

local procedure OnAfterGetDocSolutionsDocumentContent(var AttachmentEntry: Record "EOS060 Attachment Entry" temporary)

Event raised after populating AttachmentEntry with documents retrieved from SharePoint libraries with their contents in base64.

Parameters / Return Value

  • AttachmentEntry Record "EOS060 Attachment Entry"

    The collection of documents retrieved from SharePoint libraries with their contents in base64



EOS Labs -