To use the list builder, you drag in the list control to the view canvas
You can then drag in the columns to the results to check which fields you want in the results
Here is the created list and controllers
Question: that is a lot of controllers, are they all valid? why are they doubled for the results ones?
Bug: the list ends up without style and not looking like other pages:
This was a question Shalom and I ran into while on a call working in EC base MVC
It opens this page where you can select the options for your inquire and it will create the submethod, controllers, table in the ui canvas, etc.List builder is Not Working Well
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
List builder is Not Working Well
Last edited by CathyC on May 5th, 2023, 11:56 am, edited 1 time in total. word count: 117
Tags:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: List builder is Not Working Well
The controllers that are created can be choosen by the user.
Inquire will create 4 By default it creates one for Paging, Page Size, Sorting, Data Download, and Filtering.
They should all be functional. If you use the wizard multiple times it will create the controllers again for the new list/grid. Deleting a list/grid does not delete the controllers that were created with them. They will have to be deleted separately.
As far as going to the page your page probably does not have a template assigned to it which is where the css gets added or if it is in a template that template is not including the needed css. If the app does not have the css, which is possible because EC MVC is very old you would have to copy it from an existing app.
Inquire will create 4 By default it creates one for Paging, Page Size, Sorting, Data Download, and Filtering.
They should all be functional. If you use the wizard multiple times it will create the controllers again for the new list/grid. Deleting a list/grid does not delete the controllers that were created with them. They will have to be deleted separately.
As far as going to the page your page probably does not have a template assigned to it which is where the css gets added or if it is in a template that template is not including the needed css. If the app does not have the css, which is possible because EC MVC is very old you would have to copy it from an existing app.
word count: 156
-
- Posts: 38
- Joined: March 16th, 2022, 1:04 pm
- Contact:
Re: List builder is Not Working Well
In this case, 10 controller parameters were created called TestSortValues_[PageSize,Data,etc] and TestSortResults_[PageSize,Data,etc] all for one list. Is that because of some setting we used in the ListBuilder?
word count: 33
-
- Posts: 472
- Joined: November 16th, 2021, 11:15 am
- Contact:
Re: List builder is Not Working Well
This is resolved now. The list wizard has since been changed and will no longer create many controllers for one list. It will now create one controller with logic inside it to determine which path it should take based on the action.
And the no style issue was a bug that has since been fixed
And the no style issue was a bug that has since been fixed
word count: 55