Conversations
As per Chandra's post here, there's a discussion/question about how, it at all, Skuid can update standard Lightning components. The sugg...
Data Source Actions with Apex issue on Millau (11.2.2)
In the previous version, I can retrieve {{$PreviousAction.result.message}} normally, but after I upgraded to Millau (11.2.2), I can't ret...
Help!! Not able to render a field based on the option selected in the picklist while in edit mode
I'm using the below custom snippet for a field. I'm not able to render the field when I select a value from the picklist value while i'm ...
Seeking deeper understanding of Lightning Component Events
So.... I've been diving into all things Lightning/Skuid as it's increasingly requested of me. I'm really quite excited to dive into Ligh...
Button Enable when Snippet Returns True
I can not get the enabling based on Snippet Returning True to work. I've simplified my snippet down to this: var enableCheck = true; ...
Text Area cut off after 13 lines
Our long text areas are cut off at the bottom after 13 lines of text have been added. Just about half the line is cut off. I do want th...
Page preview asks for a parameter but doesn't let me enter anything
I have a page model with conditions on the Id field and the Name field of the underlying custom sObject. The values for each condition ar...
Chatter post, file, link, more is not working.
Followed this example: https://community.skuidify.com/skuid/topics/chatter_popup_for_task_list However, my chatter "Post" section is no...
snippet returns true, button rendering
On version 8.15.15. I have two buttons. One renders when snippet a returns true. The other one renders when snippet b returns true.On pag...
Loading 2 REST Models at the same time is causing an Bad Request error
I have two REST models configured on a page. The first one merges in data from a Salesforce model to query the REST model. The second one...
UI field set from url parameter
I have a "search" model with a UI text field where the user inputs the text they want to search from. Sometimes, based on the source whe...
Agregate Drilldown Parameters With Multiple Drilldowns
So I asked this 2 weeks ago but then said forget it but it's come up again. Fundamentally just not understanding what parameters are pass...
Smart totals in aggregate models
Is it possible to calculate "smart totals" in aggregate models a la Salesforce reports?
Ui-only reference field not saving the value in the UI only field
I have a UI-only field that is a reference field. The lookup works fine. When I save the record and refresh the page the information in t...
Name change while file is uploading doesn't work
I want to change the name of the file while uploading the attachment, as explained in the URL - http://help.skuidify.com/m/components/l/...
Case History "Action" Column To UI-Formula Field
I'm trying to re-create the "Action" column for Case History in Skuid & am running into a bit of trouble. Below is a screenshot of the ac...
Conditionally enabled fields have added CSS element.style that changes font color
I've got a few checkbox fields in a field editor. Two of them are conditionally enabled. Because they are conditionally enabled, they hav...
loop.getNumber is not a function
What can I do about this error:
Uncaught TypeError: loop.getNumber is not a function
With this snippet:
var loop = 1;
var date =...
Popups: JS initialization w/ Page Include
I am running into a similar situation, in which I am trying to load a popup and I need to run javascript to hide / initialize certain ite...
Run script snippet before popup
It would be great if there was an easy way to run a script snippet before a popup opens. The snippet could be used to set constraints on ...