Hello All,
I’m using the iOS version of TF on an iPad. I would like to write a script to open a form view (example “Order Detail”) from another area in the database (example “Customers”).
Many Thanks, Dan
You can use the Utils.openUrl(url);
function to open a URL for another record. You can get the URL with var url = record.getUrl();
But it won’t display a list of records. Just an individual record.
-
This reply was modified 2 years ago by Brendan.
Excellent! I give it a go.
Thank you Brendan