Get JSON of Dimensions through Entity d365fo x++

Get JSON of Dimensions through Entity d365fo x++

Code:

[Hookable(false)]
    public static str dimensionValuesJsonSQL()
    {
        return DimensionSQLValuesJsonFunction::getDimensionCombinationValuesJsonSQL(
            dataentityviewstr(FCGeneralJournalEntryEntity),
            dataEntityDataSourceStr(FCGeneralJournalEntryEntity, CFGeneralJournalEntryCustomView),
            fieldStr(FCGeneralJournalEntryEntity, LedgerDimension));
    }

Comments

Popular posts from this blog

D365FO – AX – X++ –Refresh, Reread, Research, and ExecuteQuery

Create Inventory Journal through Code in D365FO X++

SalesLine Reservation in D365fo x++