Data list Java

Confluence User - 06 Aug, 2022

How to insert data in joget data list by using Java code

datalists;java

1


08 Aug, 2022
confluenceUser
confluenceUser

Depends on the source of the data list. If it's form data, you'll need to know the table name and add the 'app_fd_' prefix and for columns add 'c_'. 

For example, if you create a datalist from a Joget Form called Requests (table name: "app_requests") and want to insert data to its "name" field. Your table name in your query should be "app_fd_app_requests" and the column should be "c_name"

If its from another source, you'll need to know the table and respective columns as normal.

This might give some insight abit:
Store Form Field Data to Multiple Tables - Knowledge Base for DX 7 - Joget | COMMUNITY

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print