Hi,
Within the
Zoho Creator Mobile app, i would like to have a form with a single line field on it, where the user can scan a barcode into this field, and it then loads up the relevant record for view/edit.
I suppose i am looking for the equivalent function to "openurl", that will work within the mobile app.
- openurl("http://creator.zoho.com/" + zoho.adminuser + "/" + zoho.appname + "/Asset/record-edit/Asset_Report/"+rec.ID,"same window");
Thanks
Best