We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a926bc7 + b90a027 commit f656eeeCopy full SHA for f656eee
lib/openstax/salesforce/remote/school.rb
@@ -16,6 +16,7 @@ class School < ActiveForce::SObject
16
field :is_kip, from: 'K_I_P__c', as: :boolean
17
field :is_child_of_kip, from: 'child_of_kip__c', as: :boolean
18
field :total_school_enrollment, from: 'Total_School_Enrollment__c', as: :integer
19
+ field :has_assignable_contacts, from: 'Has_Assignable_Contacts__c', as: :boolean
20
21
self.table_name = 'Account'
22
end
lib/openstax/salesforce/version.rb
@@ -1,5 +1,5 @@
1
module OpenStax
2
module Salesforce
3
- VERSION = '8.0.0'
+ VERSION = '8.1.0'
4
5
0 commit comments