Does it track adding/removing association with another entity.
For example adding an OpportunityProduct to an Opportunity : is this included in the track change of Oppotunity and Product?
*This post is locked for comments
Does it track adding/removing association with another entity.
For example adding an OpportunityProduct to an Opportunity : is this included in the track change of Oppotunity and Product?
*This post is locked for comments
Hi,
I think that for the example that you gave (OpportunityProduct and Opportunity) it should work, as there is a lot of logic triggered on Opportunity when OpportunityProduct is added (if you have system recalc, then for example it gets recalculated). So in this scenario it might work. In general however it will not work as creating relationship does not have impact on the record itself, so for example adding a contact under account won't update this account.
I'm not sure why you cannot track changes on both entity and related entity to get what you want?
Thank you for your response. It is not clear enough in my question, I mean in C# code, I am using datatoken to get changed oppotunities.
My question is if an oppotunity is not changed itself, but I add a relationship product to it, so can I see this oppotunity with RetrieveEntityChangesRequest and datatoken?
If no so any idea how can I achieve this?
Have you tried to look into the Audit History?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156