urlOf
To return a link for a given record or view
With this function, you can get a link to a specific record or view, for example, to share it with your members in your workspace.
urlOf(nid)
urlOf(string, string)
urlOf(nid, string, string)
link
urlOf(record)
To return a link for a given record.1
urlOf(this)
urlOf(tableName, viewName)
To return a link for a given view in a given table.1
urlOf("Events", "New York")
urlOf(record, viewName, tabName)
To return a link for a record in a given view in a given tab.1
urlOf(this, "New York", "Invoice details")
Last modified 9mo ago