Question
Where are the Application related parameters set in "ReloadSection" Activity
Hi All,
On-click of a link, I am using "Refresh-other Section" Action which internally calls "ReloadSection" Activity. In this Activity, in step-4, I see that my application related 'Data Transforms' are also executed in the tracer. I also see that there are some application related 'parameters' that are being set. These parameter names and values are stored in "parameterPairsPage" in the step-4 (present in the attached .txt file). I am not able to understand where did the values for these application related parameters were set in my application? Can somebody help me on this? Thanks in advance.
Hi Giridhar,
Is the data transform specified on the Refresh-Other Section action configuration? You can specify a data transform and activity to run on refresh. You can pass parameters to the activity or the data transform you reference if they accept them.