- Unattended service – This batch type is configured to be used in the scenario where documents are sent from M-Files to FC for automatic processing.
- Attended service – This batch type is configured to be used in the scenario where documents sent from M-Files may require verification.
- Open the project on the Project Setup Station and press Ctrl+T to open the list of Document Definitions.
- Select the Document Definition named “European Invoice” and click Edit….
- In the Document Definition Editor dialog box, click Document Definition → Document Definition Properties….
- On the Export Destinations tab, start editing the script for the Export to MFiles export profile.
- Specify the connection settings to be used to connect to the M-Files server in the following lines:
- connectorSettings.DmsConnectionSettings.Server = “http://M-Files-server”
- connectorSettings.DmsConnectionSettings.Credentials.Username = @“username”
- connectorSettings.DmsConnectionSettings.Credentials.Password = “password”
- Save the changes and publish the Document Definition.
