Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Note |
---|
You will only need to do this if you are using MySQL, as other databases already default to "READ-COMMITTED". Run following queries in MySQL. SET GLOBAL tx_isolation='READ-COMMITTED'; SET SESSION tx_isolation='READ-COMMITTED';
You will also need to set the following in your my.cnf/my.ini file. |
Panel | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
ID Generator Tool allows one to increase value stored in Environment Variable by one. It is very often used to generate/keep a running number (e.g. application reference number). |
...
เครื่องมือตัวสร้าง ID ช่วยให้ในการเพิ่มค่าที่เก็บไว้ในตัวแปรสภาพแวดล้อมโดยมักจะใช้ในการสร้าง/เก็บหมายเลขที่ทำงานอยู่ (เช่นหมายเลขอ้างอิงแอพลิเคชัน) |
รูปที่ 1: คุณสมบัติเครื่องมือตัวสร้าง ID
ชื่อ | คำอธิบาย |
---|---|
Form | แบบฟอร์มเป้าหมาย แบบฟอร์มที่เลือกจะถูกใช้สำหรับแอตทริบิวต์ "Field" ด้านล่าง |
Field ID | ฟิลด์ตัวเลือก คุณสามารถระบุรหัสฟิลด์แบบฟอร์มที่จะอัพเดต |
Record ID | ฟิลด์ตัวเลือก คุณสามารถระบุรหัสเรกคอร์ดอย่างชัดเจนมิฉะนั้นจะมีการสันนิษฐานรหัสอินสแตนซ์ของกระบวนการ |
Environment Variable Name | ชื่อของตัวแปรสภาพแวดล้อมที่จะใช้เพื่อเก็บหมายเลขที่รันอยู่ |
Format | กำหนดรูปแบบของค่าที่สร้างขึ้น (เช่น |
Figure 1: ID Generator Tool Properties
Name of the environment variable to be used to keep the running number.
"REF-?????" |
จะให้ผลลัพธ์ "REF-00001") |
Figure รูปที่ 2: ID Generator Tool Properties คุณสมบัติเครื่องมือตัวสร้าง ID
ชื่อ | คำอธิบาย |
---|
Workflow Variable |
ค่าที่สร้างขึ้นสามารถบันทึกลงในตัวแปรลำดับงานที่สอดคล้องกันที่ชื่อที่นี่
|
|
...