Tag: sfdc

Trigger to copy child object picklist values to parent object separated by comma

I have picklist field “Opp_Location__c” on opportunity object and text field “Location_Type__c” on Account object. I want to copy the picklist values from all opportunities related to the account and… Read more »

Apex Trigger Scenario: Based on Child Object change field value in Parent Object

  I have a custom field on the contact record called connect_america_account__c. When the value of this contact field is true, I would like the CB field value on the… Read more »