Hi Vin, What you're looking for isn't really available at the moment, but it's exactly what Virtual Entities are supposed to solve in the current upgrade ( community.dynamics.com/.../dynamics-365-july-2017-update-virtual-entities for details). Virtual Entities retrieve data from another system but treats them as if they were (read only) records in your current system. The other wrinkle in your request is what Aric alluded to, and that's permissions. Because you're in CRM Online, you need to register you code in isolation. That means that you'll have lower permissions available to your code and probably won't be able to call that assembly directly. One common way to get around this is to set up a web service that handles the real logic and returns the results - in the plugin you just call out to the web service and get the answer back. Hope this helps! I'd appreciate if you'd mark this as Answering your question. Thanks, Aiden
↧