Namespace System.ExternalFileStorage
Codeunit
| Name | Summary |
|---|---|
| Codeunit System.ExternalFileStorage."File Account" | Provides functionality to work with file accounts. |
| Codeunit System.ExternalFileStorage."External File Storage" | |
| Codeunit System.ExternalFileStorage."File Pagination Data" | |
| Codeunit System.ExternalFileStorage."File Scenario" | Provides functionality to work with file scenarios. |
Table
| Name | Summary |
|---|---|
| Table System.ExternalFileStorage."File Account" | A common representation of a file account. |
| Table System.ExternalFileStorage."File Account Content" |
Page
| Name | Summary |
|---|---|
| Page System.ExternalFileStorage."File Accounts" | Lists all of the registered file accounts |
| Page System.ExternalFileStorage."File Account Wizard" | Step by step guide for adding a new file account in Business Central |
| Page System.ExternalFileStorage."Folder Name Input" | |
| Page System.ExternalFileStorage."Storage Browser" | |
| Page System.ExternalFileStorage."File Scenario Setup" | Page is used to display file scenarios usage by file accounts. |
| Page System.ExternalFileStorage."File Scenarios FactBox" | Lists of all scenarios assigned to an account. |
| Page System.ExternalFileStorage."File Scenarios for Account" | Displays the scenarios that could be linked to a provided file account. |
Enum
| Name | Summary |
|---|---|
| Enum System.ExternalFileStorage."Ext. File Storage Connector" | Enum that holds all of the available file connectors. |
| Enum System.ExternalFileStorage."Ext. File Storage File Type" | Indicator of what type the resource is. |
| Enum System.ExternalFileStorage."File Scenario" | File scenarios. Used to decouple file accounts from sending files. |
Interface
| Name | Summary |
|---|---|
| Interface System.ExternalFileStorage."External File Storage Connector" | A External File Storage Connector interface "used to create file accounts and handle external files." |
PermissionSet
| Name | Summary |
|---|---|
| PermissionSet System.ExternalFileStorage."File Storage - Admin" | |
| PermissionSet System.ExternalFileStorage."File Storage - Edit" |
Events
| Name | Summary |
|---|---|
| OnBeforeInsertAvailableFileScenario | Event for changing whether an file scenario should be added to the list of assignable scenarios. If the scenario has already been assigned or is the default scenario, this event won't be published. |