function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MayankDkPantMayankDkPant 

Displaying Warning Information

Hi,

 

My scenarion:  On contact page layout I have to show a warning message with info image in it. Warning message consist of 300 characters.  I had achieved it using visual force page but is there any way or any control on which I can write the message with image and display it as a section below contact information section in salesforce. I am not able to find any way at my own for this.

 

I have added the screen shot.

 

Any help will be greatly appreciated. Thank in advance.

 

With Regards,

Mayank Pant

Best Answer chosen by Admin (Salesforce Developers) 
Karthik B.ax1475Karthik B.ax1475

You can create a formula somthing like 

 

IMAGE("/servlet/servlet.ImageServer?id=015E00000018qs2&oid=00DE0000000a39s&lastMod=1347859388000","alt image[,30,30]")

 

as it is a formula field it will appear only in view mode.

All Answers

AmitSahuAmitSahu
There is no image added to the post.

By the way you have done the correct thing, there is no other straight forward way to do this..
Karthik B.ax1475Karthik B.ax1475

You can create a formula somthing like 

 

IMAGE("/servlet/servlet.ImageServer?id=015E00000018qs2&oid=00DE0000000a39s&lastMod=1347859388000","alt image[,30,30]")

 

as it is a formula field it will appear only in view mode.

This was selected as the best answer
AmitSahuAmitSahu
I would still say he has done the correct thing...
MayankDkPantMayankDkPant

How can I display info warning image in formul field. What will be the url for that?


Thanks.

MayankDkPantMayankDkPant

Thanks a ton. I have added the image with data as static resource and then used the static resource for it.

 

With Regards,

Mayank Pant.