Discussion:
Image upload in to a custom entity
(too old to reply)
CRM help
2010-07-09 16:17:16 UTC
Permalink
I have a custom entity in CRM 4.0, I would like to create a web application
for uploading images in to that entity instaed of the CRM attachment option.
I need to open a web form with dropdown list with the images need to be
uploaded. Any suggestions?
Ranjitsingh Raghuwanshi
2010-07-12 07:39:46 UTC
Permalink
Hi,
Create a ISV solution which will contain the File Upload Controls (you can
have multiple controls say 5).

When you upload, write a code to upload the images / documents to the Note.

And you can create a seperate isv application to display the images in it by
reading the FILE byte[].
Post by CRM help
I have a custom entity in CRM 4.0, I would like to create a web application
for uploading images in to that entity instaed of the CRM attachment option.
I need to open a web form with dropdown list with the images need to be
uploaded. Any suggestions?
unknown
2010-07-12 16:04:19 UTC
Permalink
Thanks for your response. As I am new to CRM,is it possible to get sample code for attaching image to note(annotation)?



Ranjitsingh Raghuwanshi wrote:

Hi,Create a ISV solution which will contain the File Upload Controls (you
12-Jul-10

Hi
Create a ISV solution which will contain the File Upload Controls (you ca
have multiple controls say 5)

When you upload, write a code to upload the images / documents to the Note

And you can create a seperate isv application to display the images in it b
reading the FILE byte[]

"CRM help" wrote:

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Win A Free License of SandDock for Silverlight
http://www.eggheadcafe.com/tutorials/aspnet/b603164c-1365-45cf-aee7-a5df6d6cf704/win-a-free-license-of-sanddock-for-silverlight.aspx
By George
2010-07-21 03:42:12 UTC
Permalink
Post by CRM help
I have a custom entity in CRM 4.0, I would like to create a web application
for uploading images in to that entity instaed of the CRM attachment option.
I need to open a web form with dropdown list with the images need to be
uploaded. Any suggestions?
How do you intend to display the pictures? If you want to display them
in an integrated way in CRM we have a plugin that makes it trivial to
display attachments inside an iframe. See:

http://opsiscrm.com.au/index.php/products

Contact us via: http://opsiscrm.com.au/index.php/contact-us

Loading...