La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
Beginning inMarch 2024, we'll be updating the system that generates contact record IDs. This will affect theid for thev3 Contacts API, thevidfor thelegacy Contacts API, and thehs_object_idproperty returned with either API.
What's changing?
Once this change goes into effect, the numbers generated for contact record IDs may be significantly higher than currently generated IDs. The new ID values will require 64 bit data types to store the ID as an integer value.
This update will bring contacts in line with all other CRM objects that already use the new system for generating IDs.
The IDs for existing contact records will not be changing. This will only affect the IDs for newly created contact records.
When is this happening?
The new system will start being used to generate IDs for new contact records onMarch 11, 2024.
Please let us know if you have any questions by replying below.
What you guys did without any notice to users is very, very messed up; we lost a week of customers till we noticed the issue and had to spend hours to diagnose the issue.
"The new ID values will require 64 bit data types to store the ID as an integer value."
How or where can I check if I already have the required data types in my portal? Is this something I need my IT/developer team to do? Thanks in advance.
@Dadams JavaScript's native JSON.parse/stringify do not natively handle full 64 bit integers so for users of the legacy (v1) API, where IDs are returned as numbers rather than strings, this will require some non-trivial adjustments. With that in mind - as implied by the title - can you confirm that this change ONLY apply to contact IDs?