Which Apache OFBiz version you use ? mini-lang is deprecated and I
invite you to use groovy dsl instead.
After that, call your find from as script on screen action element.
Put your result on the context and iterate from ftl like :
applications/accounting/widget/ap/InvoiceScreens.xml#CommissionRun
Nicolas
On 18/07/2022 05:49, Avijit Bose wrote:
Dear Sir,
Presently the ofbiz FIND and its corresponding LIST is written in minilang
in ofbiz Forms.
Pls let us all know how we can convert this into ftl file. In other
words.... how to implement FIND and its LIST in FTL.
If this can be done then we can use FTL in all the code except screens,
etc. which will make coding life very easy.
It seems that there are lots of bottlenecks in minilang which is making
coding tougher.
regards
Avijit