Creating a Vendor Payment Journal Using X++ Code D365 Finance & Operation

This blog will explain to you how to create a Journal (GenJN, VendPay) Using X++ Code D365 Finance & Operation. I am not going to explain you in theory I tried this and got the solution we have lots of blogs available on creat a Vendor Payment Journal Using X++ Code/creat General Journal Using X++ Code but the Code is not working in D365 because they are using either DimensionStorage::getDynamicsAccount method or LedgerJournalTransData Class but both things are not available in D365 F and O Environment.

Now only one thing is remaining you have to Pass the Variable to this method......

Microsoft updates those things in D365 F and O Environment. Now we are using MCRLedgerJournal_Payment Class. you will get the code there as well.

Enjoy 👍

No comments:

Post a Comment

Workflow Approver Name For PurchRequsition Order

 For First Approver, this.workflowApprover(purchReqTable.RecId);     public void workflowApprover (RecId _recId)  // Requsation Table RecId ...