Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
if its inside the form just use Form Data hash variable.
check the form table name in form builder, let's say the form tablename is "request"
then the hash variable would be:
#form.request.id#
Reference: Hash Variable - Knowledge Base for DX 8 - Joget | COMMUNITY
Its List and I aslo tried it already not working.
yeah your question is kinda vague. Where are you planning to use it? I'm assuming its one of the datalist actions...
if its beanshell datalist action , use the injected variables rowKeys
ref: Bean Shell Programming Guide - Knowledge Base for DX 8 - Joget | COMMUNITY
if its JDBC / Database Datalist action, you could use #requestParam.id?sql#
ref: JDBC Datalist Action - Knowledge Base for DX 7 - Joget | COMMUNITY
well its kinda complex. I want to use it in bootstrap steps formatter plugin as you can see i need to use it in <a> tag
hi mahe, for reference can you see link this https://stackoverflow.com/questions/40131875/create-a-href-link-in-select-query-statement-using-mysql
you can embed the link in the query, and next you use in the datalist joget.
I have the same problem. I have a list hyperlink action (row based) and I need to append in its hyperlink value the content of a column in the row that the hyperlink action belongs to, for example
"predefined URL" + "a current row column cell content"
, I found that there is a "datalist.col......# hash variable collection but there is not something that gives the content of a column cell. Those hash variables refer to either to the content of a column or in aggregate functions for all cells in a column.
what is the Hash Variable for fetching the id value of the current row in Datalist.