The workflow engine introduces the import and export of tables (detail tables.
We know that users often mention the question of import and export during the editing of a detail table. How can we set it in ccflow?
Follow these steps:
1. Find the English name of the detail table. Each detail table has an English name. You can see it from the detail table attribute. The default naming rule is Nd + node number + DTL + N.
For example: nd101dtl1.
2. Create a file named '.xls.
3. Create a column. The column name must be the same as the Chinese name of the detail table field.
4. Edit the predefined format, such as the calculation relationship between columns.
5. Store the template file in. D: \ ccflow \ visualflow \ datauser \ dtltemplete.
The working principle is as follows:
1. You can download the imported template file you have compiled.
2. After entering the data, the system reads the data in the file and uses the first row of data as the column name, and other rows of data as the data, which is imported to the system.
Template considerations:
-----------------------
1. Edit the formula between columns Because ccflow does not trigger the column calculation you set.
2. Data of the enumeration type should be filled in strictly according to the label of the enumeration value. Otherwise, it cannot be matched. When creating a template, you can set it to allow the user to select rather than enter it.