Created
September 25, 2016 16:22
-
-
Save miragedeb/b86346bb5d1639d283d5e72c63674fb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class AggregateStateInfo | |
{ | |
@InvocableMethod | |
//Method that accepts the Account ID | |
{ | |
// Find all related Location_Information__c records and store the State__c value in a collection variable | |
// Make sure the values are not duplicates | |
// Update a custom field on Account (Aggregated_State_Info__c [Text type]) with the de-duplicated States separated by a comma | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment