1
0
-1
2 answers
- 10-1
You could use jQuery Redirect Page onClick Event in Custom HTML element where you program it to call the datalist URL, example:
https://domain.cloud.joget.com/jw/web/userview/crm/crm_userview_sales/_/account_list?d-5043735-p=1&d-5043735-ps=10&d-5043735-fn_id=&d-5043735-fn_accountName=acc1
If you are using Joget Userview CRUD, you can use More Action property to add additional buttons in your form and pass parameters etc.
Add your comment... - 10-1
Thank you Matthew King! the jQuery Redirect works ... since I am launching the report from a FORM (not a CRUD or LIST), the More Action feature you suggested is not available. Nonetheless, I can get to where I want to be with the onClick Event.
Add your comment...
All forms are bound to a table. JOGET presumes my form is to store data in a table. Not ALL forms serve that purpose. I have a form that I want to behave more like a switchboard. I have lists that provide data much like a report. On my form (switchboard) - once I've selected various options, it launches a list based on the selected report and various filters on that switchboard.
Problem is ... the only button available to me is the button to save my selections to a table. I don't need to store any data to a table, simply call a list and feed it the selections I've made as filters for that list.
Proposed solutions anyone?