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

Compare with Current View Page History

« Previous Version 8 Next »

Definition

Joget Entity Data Binder provides data set access to entities related to platform and system's level.

New Feature

This is a new feature in Joget Workflow v6.


Figure 1: Sample Datalist using Joget Entity Datalist Binder to Retrieves Data From Form Data Audit Trail Entity

Figure 2: Properties

NameDescription
Entity

Entity to retrive dataset from.

Choosing entity related to App (i.e. Datalist Definition) will produce another option called

Only retrieve from current App version? to optionally return data related only to the current App the datalist is built on.
Filter Conditions

Filter Conditions

NameDescription
Join Type
  • And
  • Or
Field

Field ID. (e.g. title)

Operator
  • Equal
  • Not Equal
  • Greater Than
  • Greater Than Or Equal
  • Less Than
  • Less Than Or Equal
  • Like
  • Not Like
  • In
  • Not In
  • Is True
  • Is False
  • Is Null
  • Is Not Null
ValueFilter value.
Extra Conditions

Additional condition(s) for filtering the data set. HQL is the expected here.

 

Sample app to demonstrate the use of Datalist Entity:Data Binder: 
APP_j_entity_list.jwa




  • No labels