You need to sign in to do that
Don't have an account?
Steven Vawdrey 13
I need to add text to a formula field when checkboxes are checked
When specific checkboxes are checked on our Contact object, I need a formula field to be populated/appended to with specific values. For example, if checkbox 1 is checked, I need the formula field to include "One". If another checkbox is also checked, I need that value appended to the first value in the formula field. For example, if both checkbox 1 and checkbox 2 are checked, the formula field should populate with "One Two" (on separate lines, if possible.)
I have eight checkboxes that will affect the value in the formula field (formula because I want the value to be there when a user visits the contact, not after creating or editing the record.
Thanks so much for any help you can provide.
I have eight checkboxes that will affect the value in the formula field (formula because I want the value to be there when a user visits the contact, not after creating or editing the record.
Thanks so much for any help you can provide.
There is no response here until now perhaps because your need is not clear (formula field? height checkboxes?)
We could use a picklist ( multi-select ) instead of "the formula field which should populate with "One Two" (on separate lines, if possible.)"
What feature is missing using a simple picklist ( multi-select ) as above?
Best regards
Alain
You can do this via trigger and it would start something like this: If this answers your question then please mark it best!