A link is a tie on a field to an object, in which the selection conditions of the destination object are passed
trhough the attributes cond and the tag var.
1 link
<link
name='name'
code='code'
user='user'
dbms='dbms'
cond='cond'
secure='secure'
meta='meta'
target='target'
sort='sort'
hide='hide'
mode='mode'
extranet='true|false'
>
<vars> +
<varvalue /> !
</vars>
</link>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Aname | String | Name of the object. | |||
Acode | String | Code of the destination object. | |||
Auser | String | User, if not specified the system will take the same which the script is executing. | |||
Adbms | String | Database, if not specified the system will take the same which the script is executing. | |||
Acond | String | Link condition with the destination object. | |||
Asecure | String | If the link is built by the secure protocol SSL (https). | |||
Ameta | String | If you want to execute the destination object with a meta query. | |||
Atarget | String | Indicate where you want to open the link. Example: _blank in a new window. | |||
Asort | String | Sort of the obtained registers. If not specified, the order indicated in the SQL Object is used. | |||
Ahide | String | List of the columns to hide. | |||
Amode | String | html |
Output mode result. A format for the different output of the HTML code can be indicated:
|
||
Aextranet | Boolean | true for the use og the name of external domain of Axional Studio Application Server. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Evars | Variables of input of the SQL object. | ||||
Evarvalue |