NavApp.GetResource(Text, var InStream) Method
Version: Available or changed with runtime version 14.0.
Loads default, or starting, table data into the specified table of an extension during installation.
Note
This method is supported only in Business Central on-premises.
Syntax
NavApp.GetResource(ResourceName: Text, var ResourceStream: InStream)
Parameters
ResourceName
Type: Text
Name of the resource to retrieve
ResourceStream
Type: InStream
Name of the resource to retrieve
Related information
NavApp data type
Getting started with AL
Developing extensions