Skip to content

Commit 559c396

Browse files
authored
Merge pull request #78 from openstax/last-modified-by
add last modified by
2 parents ff17ab6 + bd8e8e3 commit 559c396

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/openstax/salesforce/remote/contact.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Contact < ActiveForce::SObject
1717
field :faculty_confirmed_date, from: 'Faculty_Confirmed_Date__c', as: :datetime
1818
field :faculty_verified, from: 'FV_Status__c'
1919
field :last_modified_at, from: 'LastModifiedDate'
20+
field :last_modified_by, from: 'LastModifiedById' # we will use this to filter out B2BMA user, Id: 0050B000008QCs1QAG
2021
field :school_id, from: 'AccountId'
2122
field :school_type, from: 'School_Type__c'
2223
field :send_faculty_verification_to, from: 'SendFacultyVerificationTo__c'

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 = '7.7.0'
3+
VERSION = '7.8.0'
44
end
55
end

0 commit comments

Comments
 (0)