How To Create A Lookup Method In D365 Forms
A staple of relational databases is the ability to reference on one table a related record on another table. A lookup method in D365…
A staple of relational databases is the ability to reference on one table a related record on another table. A lookup method in D365…
X++ developers can override the ExecuteQuery in D365 forms to change what data is read from the underlying table. By default, data sources will…
I was working on the integration between Dataverse and external Rest API. The scenario is simple as – “Send the JSON object to the…
I had a issue when I called the code DMFUtil::GenerateExecutionId and DMFDefinitionGroupExecution::ExportToPackage in one of my custom class. Export was generating the execution correctly…
You can discover all sorts of useful capabilities if you dive your nose deep enough into the Dynamics 365 Online / Common Data Service…