Map overwrites same CRM record over and over again….
I have a CRM-GP map which I need to create Contract entities in CRM based on information from GP (billing dates etc.)
I have the map working, and all my fields get mapped properly, however, it creates the first Contract in CRM and then it just keeps overwriting with each one after it. For example, in our test we have 110 customers, it creates the first contract for Customer 1 and then overwrites that same contract with the contract for the rest of the 109 customers.
Not sure where I went wrong but I would need it to create a contract for each customer, if possible.
I have the map working, and all my fields get mapped properly, however, it creates the first Contract in CRM and then it just keeps overwriting with each one after it. For example, in our test we have 110 customers, it creates the first contract for Customer 1 and then overwrites that same contract with the contract for the rest of the 109 customers.
Not sure where I went wrong but I would need it to create a contract for each customer, if possible.
I managed to figure it out, I was grouping by the wrong field.