0
votes

Currently, i'm working on a project where we fetch data from Microsoft CRM using the Ruby gem dynamics_crm the way that we execute this is by retrieving the changes using RetrieveEntityChanges, the problem with this is that i cant fetch the linked entities, but yes using the XMLBuilder, but it doesn't fetch the changes, my question is, anyone knows a way or have a XML example for use RetrieveEntityChanges and retrieve the linked entities at the same time?

1

1 Answers

0
votes

RetrieveEntityChanges doesn't work with linked entities, only with the entity specified inside the parameter EntityName