In d365 fo, inside all loads menu item when I clicked on a load it open a load details and inside that particular page I have added a output menu item which generates a SSRS report based on that particular load.
My questions is how do I get the particular load id for loads in data provider class
Get current page data for data provider class where the menu item is called
Moved from Integration, Dataverse, and general topics forum to Finance | Project Operations, Human Resources, AX, GP, SL forum.
The RDP class receive parameters through a data contract class. You can pass the selected load ID to the contract in the controller class; the main() methods receives the selected record in _args.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.