Enum WSB_DCAFolderPathEntryType
The type of folder path entries. This enum can be extended with additional options.
Properties
Name |
Value |
Access |
Public |
Extensible |
True |
Values
Ordinal |
Name |
Description |
1 |
EnvironmentName |
The current Business Central environment's name. |
2 |
CompanyName |
The name of the current company. |
3 |
CompanyDisplayName |
The display name of the current company. |
10 |
NoSeriesNo |
The number of the file record. |
20 |
CategoryCode |
The code of the category of the file record. |
21 |
CategoryDescription |
The description of the category of the file record. |
50 |
TableNo |
The table number of the source record that the file record is linked to. |
51 |
TableName |
The table name of the source record that the file record is linked to. |
52 |
TableCaption |
The table caption of the source record that the file record is linked to. |
60 |
EntityNameSingular |
Use the name of known entities such as "Posted Sales Invoice" (singular form). For unknown entities/tables fall back on the "Table Caption". |
61 |
EntityNamePlural |
Use the name of known entities such as "Posted Sales Invoices" (plural form). For unknown entities/tables fall back on the "Table Caption". |
70 |
PrimaryKeyFieldValues |
The primary key field values of the source record that the file record is linked to (separated by spaces). |
71 |
EntityIdentifier |
A unique ID for entities, for example, only the "Document No." for "Sales Order" documents (i.e., without "Document Type"). |
80 |
FieldNo |
A field number. |
81 |
FieldName |
The name of a field of the source record that the file record is linked to. |
82 |
FieldCaption |
The caption of a field of the source record that the file record is linked to. |
83 |
FieldValue |
The value of a field of the source record that the file record is linked to. |
100 |
FixedText |
A fixed text entered by the user. |