Developer forum

Forum » Integration » Undocumented parameters using the TestTool

Undocumented parameters using the TestTool

Michael Knudsen
Reply

Hello @here,

- I'm using the TestTool and when selecting the "Get Product Stock Advanced" request it gives me the following request:

<GetEcomData Qty="10" ReimportTable="true" SetCheckpointToNow="false" CustomModifier="Test"><tables><ProductStock type="all"  /></tables></GetEcomData>
Some of the parameters aren't in the current documentation, but do anyone knows what they do?
 
ReimportTable="true"
 
SetCheckpointToNow="false"
 
CustomModifier="Test"
 

Thanks in advance.

Br. Michael Knudsen


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply
This post has been marked as an answer

Hi Michael,

ReimportTable - This resets the checkpoint for delta tracking to 0 so all records will be imported again. 
SetCheckpointToNow - When true, it sets the checkpoint for the delta tracking to now so that only recently changed records are  returned.
CustomModifier - Allows you to have multiple site connected to the same ERP where each site gets its own set of deltas. Useful if you have a B2B and B2C site for example and want the changes from the ERP on both.

Hope this helps,

Imar

Votes for this answer: 1
 
Michael Knudsen
Reply

Thank you Imar, it will certainly help me.

 

Br. Michael Knudsen

 

You must be logged in to post in the forum