Conversations
Conversations 1 - 20 of 36
How to refresh a Template Component?
I can refresh a Field Editor with something like model.registeredLists[17].renderedItems[1].fields[0].render() ; Is the template compo...
Show Queue Search box by default, without clicking Gear button. Or the option to do this n config of the Queue.
Can I show Number of Rows in Model in the Tab Name?
Also, any clues on showing a Count of rows in a model?
Note: This topic was created from a reply on the Field in Tab Name topic.
Import Child Objects
Imports Related to Parent Objects - I am testing a page which creates child records and parent records in one Skuid page. It would be co...
Can't get snippet to run on page load
Mostly because I don't know how :) I have a script which works fine when pasted into the console, but I would like for it to run on Page...
Allow Item Count in Tab Label
I want to be able to show the number of related items contained in the tab label.
Assuming we are using a tab view to replace the SFDC...
Conditional Render Field Editor Column - Different Model?
When setting up a render condition, I see that the user has the ability to select a Source Model, when a Field Editor component is select...
Google Charts in Skuid Template?
Has anyone tackled this? Is there a better idea? I imagine I might need to create a custom component. I tried including an external JS...
Skuid consulting in Boston?
I see one Skuid partner in the area, curious if anyone else out there in the community is in the northeast! Jacob
Pre-populate field from merged two fields from other Models?
I can easily pre-populate a field with a value from another model's field using a condition. Is it possible to use multiple fields to do...
I would like to update a Template Component on a tab load, with potentially new merge values ...
I have run a bit of JS to fill a default field on a Tab. I have that same field included in a Template Component. I would like to switc...
Totals in Account Detail Tab
I know I can use a merge variable like {{$Model.Contacts.data.length}} to insert the model count in the tab label, but using your Account...
Replacing the Notes & Attachments related list ...
Natively, salesforce includes Notes directly related to the Account, as well as those related to child objects (at least Contacts as well...
Picklist vs MultiSelect Picklist Styling Inconsistent
Nitpick about the appearance of these two types of fields in edit mode.
The font size and button sizing is different enough to notice....
Unique ID on Template Component?
The Unique ID setting is available on many component types. Can you also make it available for the Template Component? (this goes toget...
Javascript is eating the world! Including Salesforce :)
I love the fact that I can combine multiple data models on a page, extend Skuid with Javascript libraries, and modify styles with a few l...
What is the filesize limit for an attachment using the File component?
It would be great if we could present the user with one way to attach a file, and have all file uploads be Chatter Feed files with the ma...
Hide Chatter JS Working, Where to Store JS Snippet?
I am trying to auto-hide the Chatter feed on the homepage. It is quite intrusive, especially when you are trying to include Skuid compon...
Condition required to show a single new task?
I am creating a page which has Account and Task models. I have successfully created a page with Account and Contact models, on which the...