. NET Open-Source Workflow RoadFlow-Form Design-New Form (attribute settings), workflow roadflow-
Click the new form button on the Form Design toolbar to display the new form attribute setting box:
Form Name:The name of the new table.
Data Connection:Database connection corresponding to the form (this connection is maintained in System Management> database connection ).
Data Table:Database Table corresponding to the form.
Primary key:Primary keys of database tables (primary keys can only be auto-incrementing int type or uniqueidentifier (guid) type ).
Title field:Which field of the business table is used as the title of the to-do task.
Library category:Form category, which is maintained in the data dictionary.
Task title:Whether the title is automatically generated. If the title is automatically generated, the title is automatically generated by the process name (initiator name.
Verification prompt:A prompt that the verification fails when the form is submitted.
1. Pop-up (alert): the browser pop-up prompt (window. alert ("prompt "));
2. icons and prompt information:
3. icon: there is only an error icon, and there is no text behind it. When you move the mouse over the icon, an error message is displayed.
After setting the form attributes, click OK to design the form.