Xadmin v16.0.1- Insert and truncate issue using MNT/REP files
Hi,
This is regarding Xstore v16.0.1. We have to auto deploy the MNT and REP files using Xadmin. We have defined header like below to download and apply immediately the file changes:
<Header download_time="IMMEDIATE" apply_immediately="true" />
But we do not know in which order Xadmin will deploy these files if MNT file gets deployed first then trucate will delete all the entries if it executes later.
Is there any way to handle file insert and truncate simultaneously because here our tax data is being changed on weekly basis so we need to make sure truncate executes first each time?