diff --git a/lib/sf/contact.rb b/lib/sf/contact.rb index 15d706f..e81887e 100644 --- a/lib/sf/contact.rb +++ b/lib/sf/contact.rb @@ -128,7 +128,7 @@ def self.inc_execs_for(account_id='') from = 'Contact_Affiliation__c' inc_exec_filter = { Account__c: account_id, Role__c: "Executive Contact", - Program__c: "Trust & Identity", Status__c: "Current" + Program__c: "Trust and Identity", Status__c: "Current" } where = inc_exec_filter.map {|k,v| "#{k} = \'#{v}\'"}.join(" and ") build_contacts(from, where) diff --git a/lib/sf/version.rb b/lib/sf/version.rb index 4522f9b..b33da3c 100644 --- a/lib/sf/version.rb +++ b/lib/sf/version.rb @@ -1,3 +1,3 @@ module Sf - VERSION = "0.1.41" + VERSION = "0.1.42" end