Hello Mahi, You could use EntityQuery in ftl.
Refer below code: https://github.com/apache/ofbiz-plugins/blob/trunk/projectmgr/template/project/EditTaskAndAssoc.ftl#L94 HTH Thanks and Regards, Aditya Sharma On Thu, Jan 20, 2022 at 11:22 AM Mahi maheshwari <[email protected]> wrote: > Hi, > > I have few ftl files which are dashboards in my plugin. > these ftl files has forms, text boxes and buttons in it. my requirement is > to fetch the data from the tables(only required columns) and show that > table data in the text boxes of ftl page. > for example : I have a text box with label product name in the ftl page .I > want to display the product name by fetching the data from the product > table. > > can anyone suggest me how can I achieve this? > > Thank you, > Best regards, > Maheshwari. >
