Dear Team,
For a DataSource named "DEPARTMENT", I have 2 fetch operations having operationIds as "fetchDeptNames" and "fetchDeptAddresses"
One of my requirement is user selects the criteria that is required for the fetch operation and then also he selects the operation Ids dynamically.
We need to show the query which is formed ultimately after request has gone to DataSource and the DataSource internally is bound with a Server object as below
Is there a way to dynamically get the query which is formed and show it to the user.
Please suggest me on this.
We are working on the below environment:
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (10.0p_2014-12-23/PowerEdition Deployment 2014-12-23)
Browser : IE9
Thanks in advance.
For a DataSource named "DEPARTMENT", I have 2 fetch operations having operationIds as "fetchDeptNames" and "fetchDeptAddresses"
One of my requirement is user selects the criteria that is required for the fetch operation and then also he selects the operation Ids dynamically.
We need to show the query which is formed ultimately after request has gone to DataSource and the DataSource internally is bound with a Server object as below
Code:
<serverObject className="erp.web.dmi.DepartmentDMI" />
Please suggest me on this.
We are working on the below environment:
SmartClient version : Isomorphic SmartClient/SmartGWT Framework (10.0p_2014-12-23/PowerEdition Deployment 2014-12-23)
Browser : IE9
Thanks in advance.
Comment