The
Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
// Abbreviation of the Order data file
ResAbbreviation = Order.Abbreviation
Syntax
<Abbreviation of data file> = <Data file>.Abbreviation
<Abbreviation of data file>: Character string
Two letters that identify the abbreviation of the data file.
<Data file>: Character string
Name of data file to use.