CFLShowGLEntryDim Procedure
Retrieves and displays the shortcut dimension codes for a given dimension set ID. Populates an array with the dimension value codes for all 8 shortcut dimensions defined in General Ledger Setup.
Signature
CFLShowGLEntryDim(DimSetID: integer; var ShortcutDimCode: array[8] of code[20])
Parameters
DimSetID integer
The dimension set ID to retrieve values for.
var ShortcutDimCode array[8] of code[20]
Output array containing the dimension value codes for shortcut dimensions 1-8. Empty string if no value exists.