Add Field Taggers to Output Filename for each Template
I have multiple document templates in one DocGen for Salesforce template and I want to add field taggers to each document template name so that they can generate with separate names. For example, I want to pair a Letter of Intent template with a C...
Allow integration user license for Nintex Salesforce integration
Many Salesforce orgs have integration licenses included with their Salesforce orgs, and it would be incredibly valuable to use an integration license rather than a full Salesforce license to connect Nintex. That would allow us to use a unique user...
Warn and prevent users from building a page that's beyond the size limit
In Skuid on Salesforce (SFX), it's possible to build and save a page that's larger than the character limit. Skuid's page composer should visually show a user how large the page is (its XML length) in comparison to how close they are to the limit....
Dont allow Conditions for fields that are not filterable
For example with History objects from Salesforce not all fields are filterable, specifically the OldValue and NewValue fields. Despite not being filterable as stated by Salesforce, you can add a condition for these fields on the Model and they wil...
Html in a text field interpreted by the Text Component
A number of customers and users have found it confusing that a Text Component with "Allow HTML" will allow them to add HTML. in the template, but not interpret the HTML contained in a field's value. It would be great if there were a way to display...
Warn/prevent SF admins trying to save a Skuid page when they don't have necessary permissions
Problem Statement: System administrators in Salesforce have most, but not all, of the required permissions to make changes to a Skuid page. When they do this the changes are not reflected properly. Proposal:Add a warning or enable condition to the...
Ability to search pages for SalesForce object and field usage
We need a "Where is this used?" feature for finding where SalesForce objects and fields are used in Skuid pages. While SOSL search can work for some items, if you're searching for a commonly-used word in Skuid XML (like trying to find all pages wh...
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...