-
What is the formula syntax when making a checkbox True or False from values collected from a Text Field?
I have Master Detail object, named Agent__c, with a lookup text field named, Member__c, it has a child object related to it, Badges__c. Up to 6 related records can be created for the Member__c field [BadgeName01, BadgeName02, etc.] and each related record named differently (see below) and I would like to create 6 separate checkboxes to show True when any of the 6 related records has a value.
I am going to create 6 custom checkboxes with values of:
Check Awards__c
Check Paper__c
Check Rock__c
Check Scissor__c
Check Water__c
Check Air__cIf a value is present from the Member__c field, it should trigger a True value on the checkbox relating to it.
Can someone help me out on this one?
Below is more information about the objects and fields names.
When a member is created, it creates an Id according the which record is created.
The Member__c field choices are:Member Awards
Member Paper
Member Rock
Member Scissor
Member Water
Member AirAPI Custom Object Names:
Agent__c [contains the Member__c record field]
Badges__c [contains the badges name record field]
CheckXXXX__c [contains the True/False values and should be located on the Agent custom object]This is my diagram, hope it helps!
Thank you in advance!
-
This discussion was modified 8 years, 9 months ago by
Nick.
-
This discussion was modified 8 years, 8 months ago by
Forcetalks.
-
This discussion was modified 8 years, 9 months ago by
Log In to reply.
Popular Salesforce Blogs

A 'Deep Clean' for Your Salesforce Org: Data and Metadata
As your business grows, so will your Org. And while a highly customized Salesforce Org reflects a booming business, there’s a critical difference between necessary…

5 Best Salesforce Features for Developers To Look in 2022
With the start of the year 2022, Salesforce's Spring '22 release is just around the corner. Now, it is a wonderful moment to talk about…

External Objects in Salesforce - The Implementation Guide
External Object is a kind of virtual object which does not exist in your Org. It is a custom object like other custom objects we…
Popular Salesforce Videos
Winter '21 Release | Salesforce Tutorial Video
The Sandbox Preview window for Winter '21 begun on September 11, 2020. You must have an active sandbox on a preview instance before then to…
Salesforce Business to Consumer (B2C) Solution Architecture
Salesforce Business to Consumer (B2C) Solution Architecture Introduction, 05 min -Case Study – A Retail Company Journey -A need for Multi-Cloud Solutions -Salesforce B2C Solution…
Salesforce Tutorial - Data Loader Installation On Windows - with Zulu Open JDK
Data Loader is utility to perform bulk database operation. Recently Salesforce has changed the way data loader need to be install. I explain end to…