Datalist Filter Error

Confluence User - 15 Dec, 2022

Hii There,

Am Facing issue on datalist i have joined two tables with two filters its working fine some and  gives error table is not mapped sometime when i trigger approval process. Please check below snaps any help will be highly appreciated.


datalists;join;filters

1


16 Dec, 2022
confluenceUser
confluenceUser

Map the datalist "id" to the process that's linked to the database table. For example, if app_fd_table1 is the process table, when using JDBC SQL datasource, type as (example):


SELECT a.id as id FROM app_fd_table1 a
LEFT JOIN b.id FROM app_fd_table2 b ON a.id=b.c_fkey

Then set the "Datalist Builder > Source > Primary Key" as "id" property. Meaning you need to pass the correct primary key "id" value of the process form you are accessing in Datalist Inbox.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print