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
RemediosRemedios 

Display info from custom within a standard object

I need to mass email standard objects based on fields of their custom objects. For example I have Accounts and a custom object named Profile which is related to the account via lookup field. Each account can have more than one profiles. Each profile has a different status: active, inactive, closed, etc.. I would like to be able to display this status on the account page with the condition "if status = active". So i have to check all child objects for a particular account and bring only those that meet the condition - then populate the field in the account page.

 

Any guidance on how's best to set this up? New in development ;)

 

Thanks, guys!