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 abaa0f6 + ab8690c commit 6e19229Copy full SHA for 6e19229
lib/openstax/salesforce/remote/contact.rb
@@ -17,7 +17,6 @@ class Contact < ActiveForce::SObject
17
field :faculty_confirmed_date, from: 'Faculty_Confirmed_Date__c', as: :datetime
18
field :faculty_verified, from: 'FV_Status__c'
19
field :last_modified_at, from: 'LastModifiedDate'
20
- field :last_modified_by, from: 'LastModifiedById' # we will use this to filter out B2BMA user, Id: 0050B000008QCs1QAG
21
field :school_id, from: 'AccountId'
22
field :school_type, from: 'School_Type__c'
23
field :send_faculty_verification_to, from: 'SendFacultyVerificationTo__c'
lib/openstax/salesforce/version.rb
@@ -1,5 +1,5 @@
1
module OpenStax
2
module Salesforce
3
- VERSION = '7.8.1'
+ VERSION = '7.8.2'
4
end
5
0 commit comments