Hi ,
i need to know if there is a way (library ) to set image to contact profil via plugin . the version of crm is 365
Thank you in adavnce
*This post is locked for comments
Hi ,
i need to know if there is a way (library ) to set image to contact profil via plugin . the version of crm is 365
Thank you in adavnce
*This post is locked for comments
Hi Prashant
for information i tried using ILMRGE , it works fine by the QRCode Library .
Best Regards
I chose not to take an extrenal Library to avoid the problems of ILmerge , i used the possibility offered by the chrome url
Hi ,
i used the url : chart.googleapis.com/chart string" to build QR code , then use System.Drawing.Bitmap to extract image .
you can choose your image type like :
System.Drawing.Bitmap bmp = new Bitmap(responseStream);
bmp.Save(ms, ImageFormat.Png);
in the end save your entity with this data
regards
Hi Prashant ,
i just used chrome url to convert string to QR Code, the plugin is fired on post operation create
Its good to hear your issue resolved. Which library your are using for QR Code generation? I believe you must be using .Net library because to use third party library in plugin you have ILmerge tool for merging dlls then use them in plugins.
it's ok i wrote a code plugin to do that , the idea is to convert a reference number to Qr Code and set it in entityimage field
CRMMOUSS
Thank you Prashant for this information , but my object is
convert string value like reference number to QR code , the idea is to set this QR code to image field in the custom entity
You can set profile image using plugins following link might help you.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156