CREATE_LINK
Create a link/URL to an application or form
Example Usage
CREATE_LINK(user@domain.com, , 26, , , ) // sends form 26, defaults to app=formfill
Overview
Function signature
CREATE_LINK(username, appid, formid, recordid, data)
Category
Logical
Return data type
string
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
username | string | The recipient user | |
appid | string | The target application | |
formid | string | The target form | |
recordid | int | The target record within an app | |
data | childitem | Optional additional data |