Skip to main content

Hi,

I have created New Customized tables in ISV Solution.

How to Exclude Data of New Customized Tables while Importing/Restoring snapshot through the Package?

Thanks,
Giri.

HI @girik06,

You can try this way,

Extract the snapshot,remove the custom tables from the folder  and Re zip the folder and try.

 



 


 

 


Hi @girik06 

The snapshot configurations are stored in \App_Data\SnapshotConfigs. You can create new snapshot configurations based on existing ones.

It’s a simple xml, so to exclude a table you need to add 
    <Exclude  table="TableName" />

to the config.


Hi @Dmitrii Naumov.
In Client server We may not have access to App_Data Folders 
Can we access this Snapshot files in Package??

Thanks,
Giri


@girik06 usually you prepare the custom snapshot configs and include them in the same customization package together with your custom tables. That’s how you deploy them to customer instance


Reply