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
Padma Sree 39Padma Sree 39 

how to find static resources which are used in custom formula fields

Padma Sree 39Padma Sree 39
Hi Team,

Is there any way to find static resources which are used in custom formula fields, i have used static resources in custom formula field, but i am able to delete static resource even it is used in custom formula. Is there any way to retrieve static resources which are used in custom formula filed.

Please suggest an idea for this.
printer helpcenterprinter helpcenter
Hey there, to solve this you should follow this step

1. Obtain the URL to the files you uploaded.
2. Click the Documents tab. ...
3. Enter your image URL into your Formula Field using the "IMAGE" function.
4. In the text area, enter your formula using IMAGE to retrieve the image file you uploaded in step

Canon printer customer care (http://printerhelpcenter.com/)
Nubes Elite Technologies Pvt. LtdNubes Elite Technologies Pvt. Ltd
Hi Padma Sree,

You can try this.
First u upload image in resourse . Then file open --> view file  then copy url.  
for example url may be https://ap1.salesforce.com/resource/1329402101000/Image1 
 then edit the url like this  ' /resource/Image1' 
 
IMAGE(
CASE( {!Rating__c},
1, " /resource/Image1'", 'None','No Image'
)

Thank You,
www.nubeselite.com
Development | Training | Consulting

Please mark this as solution if your problem is solved.
Deepali KulshresthaDeepali Kulshrestha
Hi Padma ,

Greetings to you!

In org,
Go through Setup-->Static resource-->Name-->Where is this used

You can use the below link
https://developer.salesforce.com/forums/?id=906F00000008vv5IAA

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com