Add common aggregate formula functions to composer
The aggregate formula functions in this "experiment" are very useful, and would be more useful if they were available in the standard function dropdown in the Skuid composer: https://github.com/skuid/skuid-labs/tree/master/experiments/formulaFunct...
Add ability to create "LIKE" conditions on model text fields
Skuid currently supports =, !=, >, <, >=, <=, starts with, ends with, contains, does not contain, does not start with, and does not end with. However, you can perform a SOQL query with LIKE, just not in Skuid. Let's add it to Skuid. Us...
Since we don't have the benefit of css Classes to change the style characteristics of groups of elements, it would be nice to set the default variant of all components in a container(wrapper, responsive grid, deck) to a base variant. For instance,...
Add the ability to preview a page as a permission set so you can view the page with a security context without creating a test user in that permission set and adding a separate browser profile to login as a different user.
Add ability to push a component up the hierarchy in the index
UPDATE: It appears you can drag a component left or right to take it out of a wrapper or put it in. If you have an index with a wrapper and sub components and you want to add something below the wrapper, Page Designer assumes you want it in the wr...
There are times you want to add a field to a form more than once. Page Designer does not allow this in the UI. Example use case: One field is editable and one field is read only. You use display logic to show the appropriate field.
Bring REST Connection builder into Salesforce Currently, for REST connectors you have to define path to contents for every model on every page. It's difficult to create models that perform the full range of data capabilities (create, read, update,...
Ability to select values from the Picklist when pressing "E", not edit the record.
Problem: When I press "E" / Currently, what I see: the Lightning Edit modal popup opens for the record. Proposed solution: As a Skuid builder, I need the ability to select values from the Picklist when pressing "E", not edit the record. FD: 13239 ...