Codeunit CCS DMS Management
codeunit 5306000 "CCS DMS Management"
Avertizare
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
CheckFieldIsEnabled
public "CCS DMS Management" CheckFieldIsEnabled(TableId: Integer; FldNo: Integer): None
Tests if a specified field in the Field table is enabled.
Parameters
Name | Type | Description |
---|---|---|
TableId | Integer |
The table number. |
FldNo | Integer |
The field number inside the table. |
Return Value
None
DelInvalidChr
public "CCS DMS Management" DelInvalidChr(CurrentText: Text): Text
Removes invalid characters from a string, like folder or file name.
The following characters are invalid: # : * ? " < > | \ '
Parameters
Name | Type | Description |
---|---|---|
CurrentText | Text |
The current Text to correct. |
Return Value
Text
The corrected Text as string.
ReleaseTableSetup
public "CCS DMS Management" ReleaseTableSetup(var TableSetup: Record "CCS DMS Table Setup"): None
Validates and releases a table setup.
The record will be modified at the end.
Parameters
Name | Type | Description |
---|---|---|
TableSetup | Record "CCS DMS Table Setup" |
The table setup record to be released. |
Return Value
None
TrimUrl
public "CCS DMS Management" TrimUrl(Url: Text): Text
Removes leading an trailing spaces and slashes from an URL string.
Parameters
Name | Type | Description |
---|---|---|
Url | Text |
The URL to trim. |
Return Value
Text
The trimmed URL as string.