Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

ID Generator Field is used to produce a running number based on an  ใช้ในการสร้างหมายเลขตามตัวแปรสภาพแวดล้อม Environment variable.  To learn more about its usage, refer to หากต้องการเรียนรู้เพิ่มเติมเกี่ยวกับการใช้งานให้ดูที่ Generate Reference ID.

Note

You will only need to do this if you are using MySQL, as other databases already default to หากคุณใช้ MySQL เป็นฐานข้อมูล, หรือฐานข้อมูลอื่นที่มีค่าเริ่มต้นเป็น "READ-COMMITTED" .คุณจะต้องทำสิ่งนี้

เรียกใช้แบบสอบถามต่อไปนี้ใน MySQLRun 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.ของคุณ
[mysqld]
transaction-isolation = READ-COMMITTED


Figure ภาพที่ 1: Screenshot highlighting ID Reference Field in sample ภาพตัวอย่างแสดงฟิล์ดใน App HR Expenses Claim appclaim 

ภาพรวมในหัวข้อนี้ได้จาก Screenshots in this article obtained from http://localhost:8080/jw/web/console/app/hr_expense/1/form/builder/hr_expense_new

Figure ภาพที่ 2: ID Generator Field Propertiesคุณสมบัติตัวสร้างฟิลด์รหัส

NameDescription
ID

Element ID (By declaring as รหัส (เมื่อประกาศ ID ชื่อ "ref" , a corresponding database table column แล้ว จะมีการสร้างคอลัมน์ตารางในฐานข้อมูลว่า "c_ref" will be created)

Warning
titleNote when using this element when the form is part of a workflow process

Do not set the id as "id" when the form is used as part of a workflow process. The value generated by this element will not be associated with process instance's ID.

อย่าตั้ง id ชื่อ "id" เมื่อใช้แบบฟอร์มบนกระบวนการเวิร์กโฟลว์ ค่าที่สร้างโดยระบบจะไม่เชื่อมโยงกับ ID ของกระบวนการ

Labelชื่อที่จะแสดงให้ผู้ใช้เห็นLabelElement Label to be displayed to end user.
Environment Variable Name

Name of the environment variable to be used to keep the running number.ชื่อของตัวแปรที่ใช้เพื่อเก็บหมายเลขที่รัน

Format

Determines the pattern of the generated value (e.g., กำหนดรูปแบบของค่าที่สร้างขึ้น (เช่น "REF - ?????" will yield จะเป็น "REF-00001")

Figure ภาพที่ 3: ID Generator Field Properties - Advanced Options คุณสมบัติตัวอย่างฟิลด์รหัสตัวเลือกขั้นสูง

NameDescription
Hidden?

Determines if the element should be made visible in the form.กำหนดว่าควรจะปรากฏในแบบฟอร์มหรือไม่?

Workflow Variable

If the form is part of a workflow process, upon saving of the form (by clicking on ถ้าแบบฟอร์มเป็นส่วนหนึ่งของเวิร์กโฟลว์โพรเซส เมื่อบันทึกแบบฟอร์ม (โดยคลิกที่ปุ่ม "Save as Draft" or หรือ "Complete" button). The value in this input field will be saved into the corresponding workflow variable named here.) ค่าในฟิลด์อินพุตนี้จะถูกบันทึกลงในตัวแปรเวิร์กโฟลว์ที่ระบุไว้ที่นี่

Info
titleUsing a non-existent Workflow Variable name

You will get the following warning with the name printed out (e.g. status) in the server log if you attempt to map to a non-existent Workflow Variable.คุณจะได้รับคำเตือนต่อไปนี้โดยแสดงชื่อตัวแปรออกมา (เช่น status) ถ้าหากการบันทึกของเซิร์ฟเวอร์ไม่มีค่าที่พยายามแมปกับตัวแปรเวิร์กโฟลว์ได้

Code Block
context attribute status does not exist in process context - adding new attributes to the process context is not allowed