You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Definition

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


รูปที่ 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#'
  • No labels