gn:act_getAttachmentUrlFromServer
- Description
- Action used to retrieve URL for specific attachment
- Action returns
- void
Action signatures
Retrieve attachment URL
[gn:act_getAttachmentUrlFromServer]|[tableName,rowId,columnName,target]
Parameter Description tableName
table name as defined in configuration.xml from which the document will be retrieved - Value should be hardcoded - to be able to query the table from the external app use @externalTable/appId_tableId syntax
rowId
source from where the row id will be used columnName
source from where the column name will be used target
target where the list of urls will be stored - Valid targets:
Example
@variable/tableName
- tableName@variable/rowId
- rowId@variable/columnName
- columnName@variable/target
- target
- ⤷
[gn:act_getAttachmentUrlFromServer]|[@variable/tableName,@variable/rowId,@variable/columnName,@variable/target]
- ⤷