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 559c396 + d6db125 commit abaa0f6Copy full SHA for abaa0f6
lib/openstax/salesforce/remote/lead.rb
@@ -41,6 +41,7 @@ class Lead < ActiveForce::SObject
41
field :instant_conversion, from: 'Instant_Conversion__c', as: :boolean
42
field :signup_date, from: 'Signup_Date__c', as: :datetime
43
field :self_reported_school, from: 'Self_Reported_School__c'
44
+ field :tracking_parameters, from: 'Tracking_Parameters__c'
45
46
# These 2 fields both hold the Account (School) ID, but have different data types and uses in SF
47
field :account_id, from: 'Account_ID__c'
lib/openstax/salesforce/version.rb
@@ -1,5 +1,5 @@
1
module OpenStax
2
module Salesforce
3
- VERSION = '7.8.0'
+ VERSION = '7.8.1'
4
end
5
0 commit comments