openstax_salesforce 6.0.6 → 6.4.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2635171843c6b8901f9352a514eeadea2b74915ca5a207c03d4c39dbb5084182
|
4
|
+
data.tar.gz: a8af4c2b7b726e8f458023a3b8a2907fb417db1e3852d899867014d2e365c7ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fa6f1daff3c9bdbf37e86a2a6c947e7a1e6eae9f661dfc06989029d36c02a6d2ef142d4f12600c0dfd18b3c89f360c4404acb67196f35d5698347b61152f164
|
7
|
+
data.tar.gz: fe7ffea8d08eeb497612918fa81dfa78df58c9ac3bcbf5e01a6675283646657fc0063cb56000b09b6b5b3489b26817075f6fbf301cf6737386631bc0fcb08c46
|
@@ -10,7 +10,7 @@ module OpenStax::Salesforce::Remote
|
|
10
10
|
field :email, from: 'Email'
|
11
11
|
field :email_alt, from: 'Email_alt__c'
|
12
12
|
field :faculty_confirmed_date, from: 'Faculty_Confirmed_Date__c', as: :datetime
|
13
|
-
field :faculty_verified, from: '
|
13
|
+
field :faculty_verified, from: 'FV_Status__c'
|
14
14
|
field :last_modified_at, from: 'LastModifiedDate'
|
15
15
|
field :school_id, from: 'AccountId'
|
16
16
|
field :school_type, from: 'School_Type__c'
|
@@ -21,6 +21,8 @@ module OpenStax::Salesforce::Remote
|
|
21
21
|
field :grant_tutor_access, from: 'Grant_Tutor_Access__c', as: :boolean
|
22
22
|
field :b_r_i_marketing, from: 'BRI_Marketing__c', as: :boolean # Bill of Rights Institute (book) marketing
|
23
23
|
field :title_1_school, from: 'Title_1_school__c', as: :boolean
|
24
|
+
field :accounts_uuid, from: 'Accounts_UUID__c'
|
25
|
+
field :lead_source, from: 'LeadSource'
|
24
26
|
|
25
27
|
self.table_name = 'Contact'
|
26
28
|
end
|
@@ -16,7 +16,10 @@ module OpenStax::Salesforce::Remote
|
|
16
16
|
field :contact_id, from: "Contact__c"
|
17
17
|
field :lead_source, from: "LeadSource"
|
18
18
|
field :os_accounts_id, from: "OS_Accounts_ID__c"
|
19
|
+
field :accounts_uuid, from: 'Accounts_UUID__c'
|
19
20
|
field :name, from: "Name"
|
21
|
+
field :record_type_name, from: "Opportunity_Record_Type_Name__c"
|
22
|
+
field :record_type_id, from: "RecordTypeId"
|
20
23
|
|
21
24
|
|
22
25
|
self.table_name = 'Opportunity'
|
@@ -1,14 +1,15 @@
|
|
1
1
|
module OpenStax::Salesforce::Remote
|
2
2
|
class School < ActiveForce::SObject
|
3
|
-
field :name,
|
4
|
-
field :city,
|
5
|
-
field :state,
|
6
|
-
field :country,
|
7
|
-
field :type,
|
8
|
-
field :school_location,
|
9
|
-
field :sheerid_school_name,
|
10
|
-
field :is_kip,
|
11
|
-
field :is_child_of_kip,
|
3
|
+
field :name, from: 'Name'
|
4
|
+
field :city, from: 'BillingCity'
|
5
|
+
field :state, from: 'BillingState'
|
6
|
+
field :country, from: 'BillingCountry'
|
7
|
+
field :type, from: 'Type'
|
8
|
+
field :school_location, from: 'School_Location__c'
|
9
|
+
field :sheerid_school_name, from: 'SheerID_School_Name__c'
|
10
|
+
field :is_kip, from: 'K_I_P__c', as: :boolean
|
11
|
+
field :is_child_of_kip, from: 'child_of_kip__c', as: :boolean
|
12
|
+
field :total_school_enrollment, from: 'Total_School_Enrollment__c', as: :integer
|
12
13
|
|
13
14
|
self.table_name = 'Account'
|
14
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstax_salesforce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0
|
4
|
+
version: 6.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Slavinsky
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-02-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
- !ruby/object:Gem::Version
|
151
151
|
version: '0'
|
152
152
|
requirements: []
|
153
|
-
rubygems_version: 3.2.
|
153
|
+
rubygems_version: 3.2.33
|
154
154
|
signing_key:
|
155
155
|
specification_version: 4
|
156
156
|
summary: Interface gem for accessing OpenStax's Salesforce instance
|