Hello everyone,
For a client project, i need to integrate a tool focusing on Contacts and Accounts data.
To load a contact, they use the field "_accountid_value" to link contact record with an account record on their side.
I found out that it's a field defined "only" on the Contact view in the database level and is based on this filtering :
- From the DB perspective, no issue, as soon as i create/update a contact record and associate an account via the "ParentCustomerId" field, the "AccountId" field directly gets the new guid of the Account record as you can see below
- From WebApi/Soap endpoint perspective, i have an issue, the result for the same contact record has a null value for the field "_accountid_value", even few hours after the creation.
My final questions are :
- How this " _accountid_value" is filled from webapi/soap endpoint point of view?
- Is there a background job ?
- Is there any "cache" related to webapi queries ?
- Something else i'm missing ?
*This post is locked for comments