Codeunit 70623934 EOS070.02 Attachments Impl.

Codeunit 70623934 EOS070.02 Attachments Impl.

Methods

CheckForContentRequest

procedure CheckForContentRequest(var MESAttachmentEntry: Record "EOS 070 MES Attachment Entry" temporary) IsContentRequest: Boolean

Parameters / Return Value

  • MESAttachmentEntry Record "EOS 070 MES Attachment Entry"

  • Returns Boolean


GetAttachmentsList

procedure GetAttachmentsList(var MESAttachmentEntry: Record "EOS 070 MES Attachment Entry" temporary)

Parameters / Return Value

  • MESAttachmentEntry Record "EOS 070 MES Attachment Entry"

GetAttachment

procedure GetAttachment(var MESAttachmentEntry: Record "EOS 070 MES Attachment Entry" temporary)

Parameters / Return Value

  • MESAttachmentEntry Record "EOS 070 MES 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 MESAttachmentEntry: Record "EOS 070 MES Attachment Entry" temporary)

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

Parameters / Return Value

  • MESAttachmentEntry Record "EOS 070 MES Attachment Entry"

    The collection of documents retrieved from SharePoint libraries


OnAfterGetDocSolutionsDocumentContent

local procedure OnAfterGetDocSolutionsDocumentContent(var MESAttachmentEntry: Record "EOS 070 MES Attachment Entry" temporary)

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

Parameters / Return Value

  • MESAttachmentEntry Record "EOS 070 MES Attachment Entry"

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



EOS Labs -