Skip to content

Commit f656eee

Browse files
authored
Merge pull request #82 from openstax/has-assignable
add field to see if school has assignable integration
2 parents a926bc7 + b90a027 commit f656eee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/openstax/salesforce/remote/school.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class School < ActiveForce::SObject
1616
field :is_kip, from: 'K_I_P__c', as: :boolean
1717
field :is_child_of_kip, from: 'child_of_kip__c', as: :boolean
1818
field :total_school_enrollment, from: 'Total_School_Enrollment__c', as: :integer
19+
field :has_assignable_contacts, from: 'Has_Assignable_Contacts__c', as: :boolean
1920

2021
self.table_name = 'Account'
2122
end

lib/openstax/salesforce/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OpenStax
22
module Salesforce
3-
VERSION = '8.0.0'
3+
VERSION = '8.1.0'
44
end
55
end

0 commit comments

Comments
 (0)