Skip to content

Instantly share code, notes, and snippets.

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 MamaiRachid/dc75faf68271049a3f30939f945030c9 to your computer and use it in GitHub Desktop.
Save MamaiRachid/dc75faf68271049a3f30939f945030c9 to your computer and use it in GitHub Desktop.
SELECT
CT.Id AS SubscriberKey,
CASE
WHEN CT.datapm__CommunicationRules__c LIKE '%100001%' THEN 'TRUE'
ELSE 'FALSE'
END AS NewsletterEmail_Consent,
CASE
WHEN CT.datapm__CommunicationRules__c LIKE '%100002%' THEN 'TRUE'
ELSE 'FALSE'
END AS SpecialOffersEmail_Consent
FROM Contact_Salesforce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment