Get running Select statement from Query during runtime in D365FO

 

Syntax:  info(new query(queryStr(QueryName)).toString());


Example: info(new query(queryStr(Customer)).toString());

Popular posts from this blog

Send Purchase Orders to Vendor collaboration for Vendor Review in D365FO

Remove Prefix from a String in D365FO

Odata Patch operation using Postman