Skip to main content

Posts

Showing posts from December, 2021

Find workflow approver user using x++ D365 AX 2012

 Hi Devs! Workflows are very common in Dynamics world. Many clients asks to document details related to workflows and here is one requirement below. Requirement: * Find list of users that approved workflow  Solution: I have written a query that will fetch all users that have approved that workflow and I displayed it on a report's field. For concatenating user you can user : (LedgerJournalTmp table is for Report)