Table "Inc. Doc. Attachment Overview"

ID 137
Namespace: Microsoft.EServices.EDocument

Properties

Name Value
Caption Inc. Doc. Attachment Overview
TableType Temporary
ReplicateData False
DataClassification CustomerContent

Fields

Name Type Description
"Incoming Document Entry No." Integer
"Line No." Integer
"Created Date-Time" DateTime
"Created By User Name" Code[50]
Name Text[250]
Type Option
"File Extension" Text[30]
"Attachment Type" Option
"Sorting Order" Integer
Indentation Integer
"Posting Date" Date
"Document No." Code[20]
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

GetStyleTxt

procedure GetStyleTxt(): Text

Returns

Type Description
Text

InsertFromIncomingDocument

procedure InsertFromIncomingDocument(IncomingDocument: Record "Incoming Document", var TempIncDocAttachmentOverview: Record "Inc. Doc. Attachment Overview" temporary)

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"
TempIncDocAttachmentOverview Table Microsoft.EServices.EDocument."Inc. Doc. Attachment Overview"

InsertSupportingAttachmentsFromIncomingDocument

procedure InsertSupportingAttachmentsFromIncomingDocument(IncomingDocument: Record "Incoming Document", var TempIncDocAttachmentOverview: Record "Inc. Doc. Attachment Overview" temporary)

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"
TempIncDocAttachmentOverview Table Microsoft.EServices.EDocument."Inc. Doc. Attachment Overview"
procedure IsGroupOrLink(): Boolean

Returns

Type Description
Boolean

Events

OnAfterInsertFromIncomingDocument

[IntegrationEvent(False,False)]
local procedure OnAfterInsertFromIncomingDocument(IncomingDocument: Record "Incoming Document", var TempIncDocAttachmentOverview: Record "Inc. Doc. Attachment Overview" temporary, var SortingOrder: Integer)

Parameters

Name Type Description
IncomingDocument Table Microsoft.EServices.EDocument."Incoming Document"
TempIncDocAttachmentOverview Table Microsoft.EServices.EDocument."Inc. Doc. Attachment Overview"
SortingOrder Integer

OnBeforeNameDrillDown

[IntegrationEvent(False,False)]
local procedure OnBeforeNameDrillDown(var IncDocAttachmentOverview: Record "Inc. Doc. Attachment Overview" temporary, var IsHandled: Boolean)

Parameters

Name Type Description
IncDocAttachmentOverview Table Microsoft.EServices.EDocument."Inc. Doc. Attachment Overview"
IsHandled Boolean

See also