Table CCS DMS Document Library
table 5306010 "CCS DMS Document Library"
Properties
Name | Value |
---|---|
Caption | DMS Document Library |
DataClassification | CustomerContent |
DrillDownPageID | CCS DMS Document Libraries |
LookupPageID | CCS DMS Document Libraries |
DataCaptionFields | 1,4 |
Fields
Code
field(1; "Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | Code |
DataClassification | CustomerContent |
Description
field(4; "Description"; Text[80])
Properties
Name | Value |
---|---|
Caption | Description |
DataClassification | CustomerContent |
Credential Code
field(5; "Credential Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | Credential Code |
DataClassification | CustomerContent |
TableRelation | "CCS DMS Credential".Code |
SharePoint Id
field(10; "SharePoint Id"; Guid)
Properties
Name | Value |
---|---|
Caption | SharePoint ID |
DataClassification | CustomerContent |
Title
field(11; "Title"; Text[50])
Properties
Name | Value |
---|---|
Caption | Title |
DataClassification | CustomerContent |
Web Url
field(15; "Web Url"; Text[200])
Properties
Name | Value |
---|---|
Caption | Web URL |
DataClassification | CustomerContent |
Server Relative Url
field(16; "Server Relative Url"; Text[250])
Properties
Name | Value |
---|---|
Caption | Server Relative URL |
DataClassification | CustomerContent |
Internal Static Name
field(17; "Internal Static Name"; Text[80])
Properties
Name | Value |
---|---|
Caption | Internal Static Name |
DataClassification | CustomerContent |
Enable Versioning
field(20; "Enable Versioning"; Boolean)
Properties
Name | Value |
---|---|
Caption | Versioning |
DataClassification | CustomerContent |
Editable | 0 |
Enable Minor Versions
field(21; "Enable Minor Versions"; Boolean)
Properties
Name | Value |
---|---|
Caption | Minor Versioning |
DataClassification | CustomerContent |
Editable | 0 |
Table Setups Released
field(25; "Table Setups Released"; Boolean)
Properties
Name | Value |
---|---|
CalcFormula | - Exist("CCS DMS Table Setup" where("Document Library Code" = field(Code), Status = const(Open))) |
Caption | Released |
Editable | 0 |
FieldClass | FlowField |
Module Code
field(70; "Module Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | LibrarySet Module |
DataClassification | CustomerContent |
TableRelation | "CCS DMS Library Module".Code |
Library Type
field(71; "Library Type"; Enum "CCS DMS Document Library Type")
Properties
Name | Value |
---|---|
Caption | Library Type |
DataClassification | CustomerContent |
Editable | 0 |
Rollout Status
field(75; "Rollout Status"; Boolean)
Properties
Name | Value |
---|---|
Caption | Rollout Done |
DataClassification | CustomerContent |
Editable | 0 |
Rollout Date
field(76; "Rollout Date"; DateTime)
Properties
Name | Value |
---|---|
Caption | Last Rollout Date |
DataClassification | CustomerContent |
Editable | 0 |
Rollout by User
field(77; "Rollout by User"; Code[50])
Properties
Name | Value |
---|---|
Caption | Rollout Done by User |
DataClassification | EndUserIdentifiableInformation |
Editable | 0 |
Keys
Name | Fields | Properties |
---|---|---|
Primary |
|
|
LibrarySet |
|
Methods
Build
public "CCS DMS Document Library" Build(): None
Build or update a document library and fields in SharePoint based on current settings.
Return Value
None
CreateLibrary
public "CCS DMS Document Library" CreateLibrary(): JsonToken
Create a document library in SharePoint (json)
A runtime error occurs on missing auth or wrong behaviour.
Return Value
JsonToken
Returns the web service response.
CreateLibrary
public "CCS DMS Document Library" CreateLibrary(List: JsonObject): JsonToken
Create a document library in SharePoint (json)
A runtime error occurs on missing auth or wrong behaviour.
Parameters
Name | Type | Description |
---|---|---|
List | JsonObject |
The lists's metadata. |
Return Value
JsonToken
Returns the web service response.
GetDocumentLibraryList
public "CCS DMS Document Library" GetDocumentLibraryList(): JsonToken
Query SharePoint and get a list of document libraries as response (json)
A runtime error occurs on missing auth or wrong behavior.
Return Value
JsonToken
Returns the web service response.
GetFields2
public "CCS DMS Document Library" GetFields2(): None
Gets the columns (fields) for a document library from SharePoint and creates all Document Library Fields new.
Return Value
None
GetList
public "CCS DMS Document Library" GetList(): JsonToken
Query SharePoint and get the list properties (json)
A runtime error occurs on missing auth or wrong behavior.
Return Value
JsonToken
Returns the web service response.
GetListByTitleOnly
public "CCS DMS Document Library" GetListByTitleOnly(SkipNotFound: Boolean): JsonToken
Query SharePoint and get the list properties (json)
A runtime error occurs on missing auth or wrong behavior.
Parameters
Name | Type | Description |
---|---|---|
SkipNotFound | Boolean |
The acceptation value for HttpResponseMessage |
Return Value
JsonToken
Returns the web service response.
GetListFields
public "CCS DMS Document Library" GetListFields(): JsonToken
Query SharePoint and get the fields for the current list (json)
A runtime error occurs on missing auth or wrong behavior.
Return Value
JsonToken
Returns the web service response.
OpenListAndSelect2
public "CCS DMS Document Library" OpenListAndSelect2(): None
Gets a list of Document Libraries from SharePoint and opens a modal list page to select one.
Return Value
None
SetDocumentLibraryRollout
public "CCS DMS Document Library" SetDocumentLibraryRollout(): None
Set the Rollout fields for the document library.
Return Value
None
TestConnection2
public "CCS DMS Document Library" TestConnection2(): None
Retrieves a document library from SharePoint and updates all record's fields.
Return Value
None
Update2
public "CCS DMS Document Library" Update2(): None
Retrieves a document library and their columns (fields) from SharePoint and updates all.
Return Value
None