Skip to content

Commit

Permalink
changed the program from 'InCommon' to 'Trust & Identity' in contact …
Browse files Browse the repository at this point in the history
…affilation
  • Loading branch information
ij committed Sep 23, 2016
1 parent 5670fe7 commit 22db6a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/sf/contact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Sf::Contact
'MailingCity', 'MailingState', 'MailingPostalCode', 'MailingCountry',
'Status__c', 'Functional_Title__c', 'Informal_Name__c',
'Meeting_Reg_Pre_Population_Opt_Out__c', 'Meeting_Reg_Hold__c',
'gs_executive__c', 'techex_executive__c', 'gender__c', 'Contact_ID__c']
'gs_executive__c', 'techex_executive__c', 'gender__c', 'Contact_ID__c']
FIELDS_SELECT_STR = FIELDS.join(', ')

def initialize(contact=nil)
Expand Down Expand Up @@ -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: "InCommon", Status__c: "Current"
Program__c: "Trust & Identity", Status__c: "Current"
}
where = inc_exec_filter.map {|k,v| "#{k} = \'#{v}\'"}.join(" and ")
build_contacts(from, where)
Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.40"
VERSION = "0.1.41"
end

0 comments on commit 22db6a2

Please sign in to comment.