Downloading MVC List output from application
-
- Posts: 46
- Joined: August 26th, 2021, 2:02 pm
- Contact:
Downloading MVC List output from application
I am trying to use a download data controller in MVC; however I have not been successful. I created the controller and have tried to set the fields using both static values and dynamic loop but nothing results in the attached screen being downloaded as a csv file.
I would really appreciate some direction on how the controller should be setup to download data.
word count: 64
Tags:
-
- Posts: 570
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Downloading MVC List output from application
Hello Sheryl,
In the basic list setup helper after the list is created you will see that the SubMethod that holds the Inquire service will also hold a service called DownloadDataFile and setup the node inside it. The Loop node is just the output path to the Result node of the Inquire service. Here is how the SubMethod is setup:
In the basic list setup helper after the list is created you will see that the SubMethod that holds the Inquire service will also hold a service called DownloadDataFile and setup the node inside it. The Loop node is just the output path to the Result node of the Inquire service. Here is how the SubMethod is setup:
word count: 76
-
- Posts: 570
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Downloading MVC List output from application
There is also an issue with the DownloadDataFile service which I made task 10571 to fix it.
word count: 17
-
- Posts: 570
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Downloading MVC List output from application
Revisited this issue and confirmed it is no longer happening.
word count: 10