filmov
tv
Using Image in formula field in Salesforce | Salesforce Tutorials
![preview_player](https://i.ytimg.com/vi/oH2iC0gU6QY/maxresdefault.jpg)
Показать описание
📌Using Image in formula field in Salesforce | Salesforce Tutorials
To use an image in a formula field, first you need to store the image in a static resource.
For that, first go to Set up, then in the Quick Find box, search for static resource.
Here, click on new button.
Then type the name of the static resource and fill in the description.
Then choose the image file you want to store in the static resource.
And keep cache control private and then click "Save."
After that, when it's saved, click on "view file," and it will show the image that you have uploaded to the static resource.
Then, copy the link at the top of the page.
Now create a formula field.
To create a formula field, go to the object manager, open an account object (you can choose an object based on your needs), and then click, fields and relationships, then click on new.
And then choose formula as the data type and click next.
Now, type the name of your formula field in the label. For example, I am typing the name of my formula field as Add Image Field, and the api name will be auto populated.
Choose text as the data type and click next. After that, write the formula for the formula field.
☑️ For example,
IMAGE('image url', 'cynoteck')
Then click on "next" to check the formula field. When it shows no errors, click next.
After that, give permission to the system administration profile. And click next and save.
Now check whether our formula works or not. To check, go to App Manager, click account, open it, and then open any record of that account. After that, click on details and scroll down, and here our image is showing on the record page.
----------------------
-----------------------
Follow us Here-
----------------------
#Salesforce
Video tags-
Using Image in formula field in Salesforce
Use Images in formula fields in Salesforce
Use Images in Salesforce Formula Fields
To use an image in a formula field, first you need to store the image in a static resource.
For that, first go to Set up, then in the Quick Find box, search for static resource.
Here, click on new button.
Then type the name of the static resource and fill in the description.
Then choose the image file you want to store in the static resource.
And keep cache control private and then click "Save."
After that, when it's saved, click on "view file," and it will show the image that you have uploaded to the static resource.
Then, copy the link at the top of the page.
Now create a formula field.
To create a formula field, go to the object manager, open an account object (you can choose an object based on your needs), and then click, fields and relationships, then click on new.
And then choose formula as the data type and click next.
Now, type the name of your formula field in the label. For example, I am typing the name of my formula field as Add Image Field, and the api name will be auto populated.
Choose text as the data type and click next. After that, write the formula for the formula field.
☑️ For example,
IMAGE('image url', 'cynoteck')
Then click on "next" to check the formula field. When it shows no errors, click next.
After that, give permission to the system administration profile. And click next and save.
Now check whether our formula works or not. To check, go to App Manager, click account, open it, and then open any record of that account. After that, click on details and scroll down, and here our image is showing on the record page.
----------------------
-----------------------
Follow us Here-
----------------------
#Salesforce
Video tags-
Using Image in formula field in Salesforce
Use Images in formula fields in Salesforce
Use Images in Salesforce Formula Fields
Комментарии