You need to sign in to do that
Don't have an account?
Trailhead project: Creating a Controller Extension
Step 2 - Extend the Data Model
Part 3 - Create picture field
Part 3 - Create picture field
IMAGE(Picture_Path__c,") doesn't work as a formula.
Result: Error: Syntax error. Missing "
1. The return type for formula should be text.
2. Ensure that Pictiure_Path__c is existing.
1. The return type for this field is text, but it's not created due to the error.
2. The field Picture Path exists.
That worked!
Thanks so much Sumeet_Force!