ตัวยึดข้อมูลของฟอร์ม เป็นตัวยึดเริ่มต้นที่ใช้ในการส่งคืนข้อมูลจากแบบฟอร์มที่ส่ง


รูปที่ 1: คุณสมบัติของตัวยึดข้อมูลของฟอร์ม

ชื่อคำอธิบาย
Formแบบฟอร์มต้นทางที่จะดึงข้อมูลมา
Extra Filter Condition

เงื่อนไขเพิ่มเติมสำหรับการกรองชุดข้อมูล HQL เป็นที่คาดหวังที่นี่

เริ่มต้นชื่อตัวกรองด้วย e.customProperties. ตามด้วย field id (i.e. title)

You may even use operator such as "LIKE" to narrow down your data set.

e.customProperties.title = 'Trip'

Hash variable is accepted here.

e.customProperties.submitted_by = '#currentUser.id#'

Userview Key can be used as part of the condition.

e.customProperties.category_id = '#userviewKey#'