Skip to content

Instantly share code, notes, and snippets.

View derekdanderson's full-sized avatar

Derek D Anderson derekdanderson

  • Salesforce
  • Minneapolis, MN
View GitHub Profile

Keybase proof

I hereby claim:

  • I am derekdanderson on github.
  • I am derekdanderson (https://keybase.io/derekdanderson) on keybase.
  • I have a public key ASBRUTmzvmhdYhOh1DACMjABu35w0XQ8Em-E5-CSaEtuxwo

To claim this, I am signing this object:

List<List<String>> allQueues = new List<List<String>>{
new List<String>{'DDA Test 1','DDA_Test_1'},
new List<String>{'DDA Test 2','DDA_Test_2'}
};
List<Group> newQueues = new List<Group>();
List<QueueSObject> newQueueObjs = new List<QueueSObject>();
List<Group> newGroups = new List<Group>();