Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
ตัวยึดข้อมูลของฟอร์ม เป็นตัวยึดเริ่มต้นที่ใช้ในการส่งคืนข้อมูลจากแบบฟอร์มที่ส่ง
รูปที่ 1: คุณสมบัติของตัวยึดข้อมูลของฟอร์ม
ชื่อ | คำอธิบาย |
---|---|
Form | แบบฟอร์มต้นทางที่จะดึงข้อมูลมา |
Extra Filter Condition | เงื่อนไขเพิ่มเติมสำหรับการกรองชุดข้อมูล HQL เป็นที่คาดหวังที่นี่ Syntax Query เริ่มต้นชื่อตัวกรองด้วย e.customProperties. ตามด้วย field id (i.e. title) HQL is accepted You may even use operator such as "LIKE" to narrow down your data set. Sample e.customProperties.title = 'Trip' Hash variable is accepted here. Sample e.customProperties.submitted_by = '#currentUser.id#' Userview Key can be used as part of the condition. Sample e.customProperties.category_id = '#userviewKey#' |