Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2025 09:38 PM
No with the code mentioned by you it will not work as you are using "current" keyword which is referring to the data stored in the table which is from server database but here you are querying to appear in the form, therefore instead of that current, either you can create a variable in the form and set the default values using onLoad script and GR method and then use the g_form.getValue('variable_name'); method to fetch that data so that it can query accordingly, try this hope it helps.
If you find it helpful, please hit the helpful button.