From the Microsoft Dynamics CRM blogs: Downloading attachments with Java Script; Free address validation; Folder-level tracking; Field service inventory quantities
A selection of the latest insights from the Microsoft Dynamics CRM blogs:
- Downloading Dynamics CRM Attachments with JavaScript
- Free Address Validation Tool for Dynamics CRM
- Folder-level Tracking in CRM 2015 Online
- Field Service - Inventory Quantities
Downloading Dynamics CRM Attachments with JavaScript
On his blog, Lucas Alexander said he recently ran into a requirement where he needed to give Microsoft Dynamics CRM users an easy way to download PDF attachments from a set of links in an iframe.
Alexander figured he'd just grab the corresponding annotation ID and pass it to the CRM download.aspx page. However, that didn't work. But the slightly more complex solution did work:
- Retrieve the file name and document body data for the annotation that has the attachment you want to download.
- Convert the document body (a Base64-encoded representation of the attachment) to a Uint8Array.
- Initiate a file download using the download.js library.
You can find the code that does it all here.
Free Address Validation Tool for Dynamics CRM
On his Dynamics CRM Blog, Salim Adamon said that his company, Sadax Technology, has developed a simple and free address validation add-on for Microsoft Dynamics CRM.
Adamon explained that the SharpXRM Address Validation is a lightweight add-on for Dynamics CRM 2015 and 2016. The tool is used to validate the address information of CRM record such as contact, account, lead or custom entities containing address information.
"[The add-on] uses the Bing Location API to perform the address ...
FREE Membership Required to View Full Content:
Joining MSDynamicsWorld.com gives you free, unlimited access to news, analysis, white papers, case studies, product brochures, and more. You can also receive periodic email newsletters with the latest relevant articles and content updates.
Learn more about us hereor login