Monday 13 August 2018

Job to get WBS ID / Key having activity number in D365

Recently I have been working on Work break down structure in which I want to get the work break down structure Id or Key. So when I back track the code it seems little complex to find WBS hierarchy task id. So for other technical AX developers I have created a job for finding WBS Id while having activity id related to Project that can save their time and efforts.
















Code snippet:












Result:









No comments:

Post a Comment

How to Get Customer Free Text Invoice "Totals" form field value with X++ in D365FO

Customer free text invoices are an essential aspect of financial management in D365FO. In this blog, I have compiled all the code needed to ...