Split versions into files

Hello,

In our company we have a bunch of small companies (division). For some reason they have similiar numberseries for invocies which causes same invoice-number can appear in more than once, In our import-service it was forgotton to take the division in mind which has caused that:
Invoice X from company A comes like a version 2 on Invoice Y from company B instead of becoming two unique documents.

Is it possible to automate a split of the documents that has been imported  into single documents?

Parents Reply
  • There is a "Reporting and Data Export" capability of M-Files. Basicly, you point out what you want to export, to which SQL Server and DB you want to export and this tool exports the data. The point is to have your data in a Database with the property definition names you see in UI. So, it's easier to understand, manipulate and get meaningful reports out of the Metadata Data of M-Files objects.

    This tool can also export the version history of the property definitions as well. So, you can have your versions and metadata so you can easily create a view in SQL to compare them in the same table

    If my english is not english enough :) you can check this
    userguide.m-files.com/.../Data_export.html

Children