path
Key
Type
Description
// example path action object
{
"action" :"path",
"options" :
{
"path": "/invoiceList"
}
}
// This will replace the BetterForms page with the URL 'www.delfsengineering.ca'
{
"action" : "path",
"options" :
{
"sameWindow" : true,
"url" : "http://www.delfsengineering.ca"
}
}FileMaker Custom Function
Last updated
Was this helpful?