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
Post a Comment