computed column to get dimension display values

   [Hookable(false)]

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


Regard 
Muhammad Farraz
farazjaved01@gmail.com

Comments

Popular posts from this blog

How to Bypass Next in COC in D365 X++

create movement journal through code in d365 FO x++