BookmarkSubscribeRSS Feed
WillBers
Calcite | Level 5

Hi experts,

 

We designed in RFW a new process flow for this quarter. At one step, the user is invited to check a report about the balance sheet into an external website. We rebuilt this report in Visual Analytics a few weeks ago and now, we want to send the user directly to the VA report. For now, we use this syntax into out ProcessFlow spreadsheet :

 

TASKTASK PARAMETERS
url"url":"https://devscan[...]/SASVisualAnalyticsViewer/?report[...]"

 

It works well but now the problem is that if we deploy it from dev to test/ua/prod, we would have to change the file manually to modify the url.

 

My question so : Is there a easier/standard way to fill the task/task parameters cells so that we would not have to change it at deployment ?

 

Regards,

Will

1 REPLY 1
Patrick
Opal | Level 21

It wasn't me who came up with this but in a project I've been in the task parameter had been set as below:

"url" : "{relative}/SASVisualAnalyticsViewer/VisualAnalyticsViewer.jsp", "nameValues" : [{"name" : "reportName", "value" : "Name_of_VA Report"}, {"name" : "reportPath", "value" : "/Metadata_Folder_Location"}]