Filter Data through Scripting
- Last UpdatedNov 15, 2023
- 1 minute read
You can use the following script with any of the Work Tasks controls to filter data.
control.findByXmlNode("grid1").widgetProperties.notify = '{"Functionname":"FILTER","field":"description","operator":"startswith","value": "g"}';