Conversations
Conversations 1 - 20 of 58
I'm sure there are bigger issues the Skuid team is tackling, but I'll continue to post my "practical wish list":
It would be neat if th...
Model Condition Field in other model Multi-picklist field??
Added a Multi-Picklist field to the SF User object for "Country__c" which the user works/handles. - I made a RunningUser model like sugg...
Spark parity with existing Millau functionality? Ongoing list
First things first, I have to say that Spark is amazing and I love the direction the product is going. However, during my time spent tink...
Button groups and Button Dropdowns
One thing that is used quite often when I do custom VisualForce development is bootstrap to aid in styling. A feature that is really nice...
How do I render custom picklist values?
I have a page where users need to be able to change a picklist to change the status of a record, such as "working", "submitted", etc. How...
update field action to include option to update value from another model
I use the mustache syntax {{$Model.myModel.data.0.Id}} a lot in conjunction with the "Update a Field on Row(s)" action. It would be gre...
Customized excel import
I'm really liking Skuid's excel import feature! Quick question, we would like customize some parts of the process. There are 3 points we ...
Create Enhanced Notes - ContentNote
In Millau release Skuid has a declarative option to Upload attachments to ContentDocument which is extremely helpful in migrating to "Fi...
Ability to add developer notes to config elements
It would be nice to be able to add some short notes to things like model & rendering conditions. I would add things like "Leave this cond...
Possible createRow bug on 11.1.1 creating duplicates.
I have a snippet that creates new rows through a mass action. Since upgrading to 11.1.1, the snippet creates the first record twice and I...
Render Skuid pages as PDF
(via EvanDonavan from github.com/skuidify)
"Can a Skuid page be rendered as PDF using the Visualforce renderAs property?
If not, ...
Popup Controller Component - Disable 'X', Escape key and hook dialog events
Ever want to detect when the 'X' or Escape Key is clicked/pressed to initiate a dialog close - or better yet, disable it completely? Eve...
Apex Class act as a REST endpoint
Hello All, I need to be able to to call our Apex Classes in Salesforce but to do so I have been informed that I need to create an Apex C...
Send to Printer Button: Print Popup
I have a popup that the user needs to be able to print. I would ideally like a button that would send the popup to the default printer. ...
Forced Refresh Every Hour?
Hi there - Is it possible to automatically refresh a page at a specific interval? I am making a sweet dashboard that we would love to...
Do UI only formulas support something like "Case" in salesforce formulas?
I need look into a long text field and determine if a any words from a list are contained in the long text. I can do this using a UI onl...
Call snippet from snippet
So I have a whole bunch of snippets out there, and I've been thinking about consolidating some of them into library methods that are cont...
Export to Excel table button not exporting correctly
Exporting row data to excel button is including comma's and not using field names for headers, checked the button settings and they are o...
Anyone using Backblaze B2 Cloud Storage?
Edit- I mean working with B2 in Skuid, not in general. Working on adding non-salesforce file (jpg) storage for our student photos. Ha...
Conditionally render fields in a table
We have it for field editors but not for tables!