Hi, we currently have an integration that we will need to migrate.
The new properties:
hs_v2_date_entered_{stage_id}
hs_v2_date_exited_{stage_id}
hs_v2_latest_time_in_{stage_id}
Hs_v2_cumulative_time_in_{stage_id}
the deprecated properties:
hs_lifecyclestage_{stage id}
hs_date_entered_{stage id}
hs_date_exited_{stage id}
hs_time_in_{stage id}
From the informations you give in the article, I can safely say that I’ll do my replacement like this:
hs_date_entered_ fields will go => hs_v2_date_entered_
hs_date_exited_ fields will go => hs_v2_date_exited_
But for hs_time_in_ I have the choice of hs_v2_latest_time_in_ OR Hs_v2_cumulative_time_in_; What should be used then ?
Also, no information on how to migrate the hs_lifecyclestage_ related fields.
It is stated in the article that “there is a replacement set of properties for the legacy properties”. I fetched the contact properties list from the API, and could not determine which one were safely replacing hs_time_in_{stage id} and hs_lifecyclestage_{stage id}.
Thanks for any help and guidance that you could provide for this.