Codeunit CCS DMS Library Actions
codeunit 5306015 "CCS DMS Library Actions"
Warnung
This codeunit is pending obsolete. The object accessibility level will be set to internal. NewCodeStructure
Properties
Name | Value |
---|---|
ObsoleteState | Pending |
ObsoleteReason | The object accessibility level will be set to internal. |
ObsoleteTag | NewCodeStructure |
Methods
GetDocumentLibraryFields2
public "CCS DMS Library Actions" GetDocumentLibraryFields2(var DocumentLibrary: Record "CCS DMS Document Library"): None
Gets the columns (fields) for a document library from SharePoint and creates Document Library Fields.
All fields are deleted and afterwards inserted, again.
Parameters
Name | Type | Description |
---|---|---|
DocumentLibrary | Record "CCS DMS Document Library" |
The document library record to retrieve the fields from. |
Return Value
None
OpenDocumentLibraryList
public "CCS DMS Library Actions" OpenDocumentLibraryList(var DocumentLibrary: Record "CCS DMS Document Library"): None
Gets a list of Document Libraries from SharePoint and opens a modal list page to select one.
Modifies (true) the record after clicking OK and storing the values.
Parameters
Name | Type | Description |
---|---|---|
DocumentLibrary | Record "CCS DMS Document Library" |
The document library record to open SharePoint and save the values. |
Return Value
None
UpdateDocumentLibrary2
public "CCS DMS Library Actions" UpdateDocumentLibrary2(var DocumentLibrary: Record "CCS DMS Document Library"): None
Retrieves a document library from SharePoint and updates all record's fields.
Modifies (true) the record after retrieving the record.
Parameters
Name | Type | Description |
---|---|---|
DocumentLibrary | Record "CCS DMS Document Library" |
The document library record to update. |
Return Value
None