RE: Increamental Push and Full push in D3FO
Hi Arpan,
Incremental push will return you all the records that are changed/updated or newly created since the last successful run.
Full push will return you all the records.
e.g. You have 200 customer records, in first run your incremental push will return you 200 records because you are executing it first time. Now you make changes in 2 records and create 2 more new customers, it will return you only these 4 records.(2 that are modified and 2 newly created)
In full push you will get 200 in first run and 204 in second run.
This is for export scenario.
Thanks,
Sangram