Refresh Business Object Report
Activity | BoRefresh |
---|---|
Description | Create a trigger file to refresh a business object report |
Input :
PropertyName | Type | Required | Default Value | Description |
---|---|---|---|---|
FileStoreName | STRING | YES | name of the file store (see https://dfakto.atlassian.net/l/cp/zm4NmMK8) | |
TriggerFileName | STRING | YES | File name of the trigger. If it already exists, the file will be deleted and recreated |
Example1: Export a query into Json
Input
JSON
{
"FileStoreName": "ftp-bo",
"TriggerFileName": "report.trg"
}