Skip to content

Instantly share code, notes, and snippets.

@emoran
Last active February 24, 2022 16:25
Show Gist options
  • Save emoran/a818540398a2b593df673a0e830d10ad to your computer and use it in GitHub Desktop.
Save emoran/a818540398a2b593df673a0e830d10ad to your computer and use it in GitHub Desktop.
payload.sobjects filter ( $.queryable == true and
$.replicateable == true and
$.retrieveable == true and
$.searchable == true and
$.triggerable == true and
($.name == "Account" or
$.name == "Contact" or
$.name =="Project__c")) map $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment