Hello,
we have purchased the license to use plutexEnterprise 3.3.0.11, and now we are using it to merge multiple files;
I'm merging one file with custom properties (file 1) and one file without custom properties (file 2);
if I merge the files in the order file 1/file 2 then the merged file has the custom properties, if the merge is done in the order file 2/file 1 then the merged file hasn't the custom properties;
is there a way to avoid this behavior and to produce a merged file with custom properties no matter about the order of the files to be merged ?
I've solved the problem adding to the final merged file the DocPropsCustomPart of the first file to be merged for which it is valid.
Thanks