I made a ssrs report that loop on all lines of ledger journal and validate journal
main account suspended or not , vendor on hold or not , project status finished or not and financial dimensions .
I solved all of this but I didn't find how to validate financial dimensions .
which method should I use to validate ?
when I try to use ledgerJournalcheckPost.run () --- it validates well but throw error at the end so my report throw error and doesn't continue (I put this method in try catch but doesn't work )
how can I validate this without throw this error ?