Table CCS DMS Document Entry
table 5306030 "CCS DMS Document Entry"
Properties
| Name |
Value |
| Caption |
DMS Document Entry |
| DataClassification |
CustomerContent |
Fields
Entry No.
field(1; "Entry No."; BigInteger)
Properties
| Name |
Value |
| AutoIncrement |
1 |
| Caption |
Entry No. |
| DataClassification |
CustomerContent |
Document Action
field(2; "Document Action"; Enum "CCS DMS Document Entry Action")
Properties
| Name |
Value |
| Caption |
Document Action |
| DataClassification |
CustomerContent |
Document Library Code
field(10; "Document Library Code"; Code[20])
Properties
| Name |
Value |
| Caption |
Document Library Code |
| DataClassification |
CustomerContent |
Content Type Code
field(11; "Content Type Code"; Code[20])
Properties
| Name |
Value |
| Caption |
Content Type Code |
| DataClassification |
CustomerContent |
Record Id
field(12; "Record Id"; RecordId)
Properties
| Name |
Value |
| Caption |
Record ID |
| DataClassification |
CustomerContent |
Document
field(20; "Document"; Blob)
Properties
| Name |
Value |
| Caption |
Document |
| DataClassification |
CustomerContent |
Document Parameters
field(21; "Document Parameters"; Blob)
Properties
| Name |
Value |
| Caption |
Document Parameters |
| DataClassification |
CustomerContent |
field(22; "Document Metadata"; Blob)
Properties
| Name |
Value |
| Caption |
Document Metadata |
| DataClassification |
CustomerContent |
Document File Name
field(23; "Document File Name"; Blob)
Properties
| Name |
Value |
| Caption |
Document File Name |
| DataClassification |
CustomerContent |
Creation Date
field(31; "Creation Date"; DateTime)
Properties
| Name |
Value |
| Caption |
Creation Date |
| DataClassification |
CustomerContent |
| Editable |
0 |
Created by User
field(33; "Created by User"; Code[50])
Properties
| Name |
Value |
| Caption |
Created by User |
| DataClassification |
EndUserIdentifiableInformation |
| Editable |
0 |
Keys
| Name |
Fields |
Properties |
| Primary |
|
|
Methods
ImportDocument
public "CCS DMS Document Entry" ImportDocument(TempBlob: Codeunit "Temp Blob"): None
Copies the content from a Temp Blob into the document field.
The file stored in the Temp Blob.
Parameters
| Name |
Type |
Description |
| TempBlob |
Codeunit "Temp Blob" |
|
Return Value
None