cancel
Showing results for 
Search instead for 
Did you mean: 

Image load on ICWC

Former Member
0 Kudos

Hi:

I have the following requirement, in CRM 5.0 ic web client, whe want to load the picture of the business partner when this is created, and then display it when the business partner is confirmed, i've tried to place it in a html image placeholder but it failed so do anyone have any idea on this.

Thanks & regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

are you asking about how to upload images into bsp application?

if i understood correctly, then below is a sample command to upload pictures on to the document.

<htmlb:image src="C:\ICON\images.jpg" alt=" " tooltip="<%= otr(YP_HRPA/smile) %>" width="15"/>

add the image in the mime repository to use it in th bsp application.

regards,

manasa

Message was edited by:

manasa manasa

Former Member
0 Kudos

Hi manasa:

Coul you explain more, or do you have any example, ive added the "<htmlb:image src="C:\ICON\images.jpg" alt=" " tooltip="<%= otr(YP_HRPA/smile) %>" width="15"/>" field, in the view, but when i click on the search button it gives an error message from ICM, when i omit the field it works fine.

Thanks & regards