Page "File Accounts"
ID 9450
Namespace: System.ExternalFileStorage
Source table: Table System.ExternalFileStorage."File Account"
Lists all of the registered file accounts
Properties
| Name | Value |
|---|---|
| PageType | List |
| Caption | External File Accounts |
| ApplicationArea | #All |
| UsageCategory | Administration |
| SourceTable | Table System.ExternalFileStorage."File Account" |
| SourceTableTemporary | True |
| InsertAllowed | False |
| ModifyAllowed | False |
| DeleteAllowed | False |
| Editable | False |
| ShowFilter | False |
| LinksAllowed | False |
| RefreshOnActivate | True |
| InherentPermissions | X |
| InherentEntitlements | X |
Methods
GetAccount
Gets the selected file account.
procedure GetAccount(var TempFileAccount: Record "File Account" temporary)
Parameters
| Name | Type | Description |
|---|---|---|
| TempFileAccount | Table System.ExternalFileStorage."File Account" |
The selected file account |
SetAccount
Sets a file account to be selected.
procedure SetAccount(var TempFileAccount: Record "File Account" temporary)
Parameters
| Name | Type | Description |
|---|---|---|
| TempFileAccount | Table System.ExternalFileStorage."File Account" |
The file account to be initially selected on the page |
EnableLookupMode
Enables the lookup mode on the page.
procedure EnableLookupMode()