Solved
Compare old/new data when updating a MDA Object
I ́m updating a MDA Object thru Bulk API from a CSV file, but i need to compare the old data and the new, how can i do that?
For example:
Send my CSV file containing:
Client: Dell
Available licences: 50
Used licences: 20
Then, a month later i send my CSV file again:
Client: Dell
Available licenses: 50
Used licenses: 15
It ́s important for us to be aware of this decrease when updating the object, is that possible?
For example:
Send my CSV file containing:
Client: Dell
Available licences: 50
Used licences: 20
Then, a month later i send my CSV file again:
Client: Dell
Available licenses: 50
Used licenses: 15
It ́s important for us to be aware of this decrease when updating the object, is that possible?