Skip to content

CodeVanguard/Dyn365FindDocumentTemplates

Repository files navigation

Select Document Templates Sample

This project accompanies the blog post about how to query and display the document templates for an entity in Dynamics 365. Other posts on how to publish these resources will be coming soon.

For now, you can run it in your browser as a standalone page. To do so:

  1. Edit the settings on the top of SelectDocumentTemplate.js to point to your instance and API level:
// Arguments to get it working in your local environment
const organizationUrl = '<Your Oranization URL>';
const apiVersion = 'v8.0';
  1. Open SelectDocumentTemplate.html in a Chrome instance where CORS is disabled.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published