Skip to content

Commit

Permalink
add signup date to lead creation
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Nov 30, 2023
1 parent 25cfe72 commit 22f7ead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routines/newflow/create_or_update_salesforce_lead.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def exec(user:)
lead.sheerid_school_name = user.sheerid_reported_school
lead.account_id = sf_school_id
lead.school_id = sf_school_id
lead.signup_date = user.created_at.strftime("%Y-%m-%dT%T.%L%z")

state = user.most_accurate_school_state
unless state.blank?
Expand Down

0 comments on commit 22f7ead

Please sign in to comment.