Displaying ledger Dimension Value and name
static void getDimensionCombinationValues(Args _args) { // DimensionAttributeValueCombination stores the combinations of dimension values // Any tables that uses dimension combinations for main account and dimensions // Has a reference to this table’s recid DimensionAttributeValueCombination dimAttrValueComb; //GeneralJournalAccountEntry is one such tables that refrences DimensionAttributeValueCombination GeneralJournalAccountEntry gjAccEntry; // Class Dimension storage is used to store and manipulate the values of combination DimensionStorage dimensionStorage; // Class DimensionStorageSegment will get specfic segments based on hierarchies DimensionStorageSegment segment; int s...