Skip to content

Instantly share code, notes, and snippets.

@Patlatus
Created May 13, 2021 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Patlatus/478ad038d83322e0b274ac508330a9c5 to your computer and use it in GitHub Desktop.
Save Patlatus/478ad038d83322e0b274ac508330a9c5 to your computer and use it in GitHub Desktop.
Create Custom Objects With Apex
for (Integer i = 0; i < 100; i++) {
HttpResponse res = MetadataApiCustomObjectCreate.add('CustomObject' + i);
System.debug(res.getBody());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment