D365 D365 Custom JSON Web Service with Pagination I got a request for a RESTful API with Pagination; here is my proof of concept: There are a few keys to this: * A queryRun object must be used (vs SELECT statement) in
D365 Copy Write D365 Document Management Handling File to wherever via Logic Apps Because why not? Problem: How do I get this lost raccoon from a D365 attachment to another part of the cloud? Spoiler: You're going to DB partnerFirst, we need to create
Logic Apps GET and POST Stuff via Logic Apps Sometimes you need to get stuff in and out of D365; Logic Apps help with this a lot. Here are some simple examples of GETs and POSTs that call D365 exposed web services,
Integrations Call x++ web service with web browser snippet There are a lot of ways to call D365 web services – Postman, Fiddler, Logic Apps – but they're all a bit fussy. Getting authentication right the first time can be stressful, and
x++ Send NonInteractive E-mail x++ D365 There are a lot of posts out there about how to send e-mails in Dynamics. It's something we've all been doing for years, but a lot of us could
x++ DMFDataPopulation - Download Recurring Files Integrations are a lot of work. No matter how good you are, the project will never come together without great planning, transparency, and teamwork from all parties. In the ERP world, they can