Table "Attachment Entity Buffer"
ID 5509
Namespace: Microsoft.Integration.Graph
Properties
| Name | Value |
|---|---|
| Caption | Attachment Entity Buffer |
| ReplicateData | False |
| TableType | Temporary |
| DataClassification | CustomerContent |
Fields
| Name | Type | Description |
|---|---|---|
| "Created Date-Time" | DateTime | |
| "File Name" | Text[250] | |
| Type | Enum Microsoft.Foundation.Attachment."Document Attachment File Type" | |
| Content | Blob | |
| "Document Type" | Enum Microsoft.Integration.Graph."Attachment Entity Buffer Document Type" | |
| "Attachment Type" | Enum Microsoft.Integration.Graph."Attachment Entity Buffer Type" | |
| Id | Guid | |
| "Document Id" | Guid | |
| "Byte Size" | Integer | |
| "G/L Entry No." | Integer | |
| "Document Flow Purchase" | Boolean | |
| "Document Flow Sales" | Boolean | |
| "Line No." | Integer | |
| SystemId | Guid | |
| SystemCreatedAt | DateTime | |
| SystemCreatedBy | Guid | |
| SystemModifiedAt | DateTime | |
| SystemModifiedBy | Guid | |
| SystemRowVersion | BigInteger |
Methods
SetBinaryContent
procedure SetBinaryContent(BinaryContent: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| BinaryContent | Text |
SetTextContent
procedure SetTextContent(TextContent: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| TextContent | Text |