Conversations
Conversations 1 - 20 of 2950
Essentially through salesforce and skuid I want to create a yearly view event calendar like the first example here: https://developers.go...
Logical test for Lightning or Classic Salesforce
Is there a logical test to determine if the page is running in Lightning or Classic Salesforce? I want to do a Row Action URL redirect.....
Aggregate Model, Concatenate question
Hello, Not sure if possible but trying to aggregate a table and concatenate a text field as per this example Does anyone know of a way ...
Model "XXX" is processed server-side and has a condition that depends on Model "XXX", which is processed client-side.
I updated from version 10 to version 12 and I get the following error "Model "XXX" is processed server-side and has a condition that depe...
Issues Connecting to MySQL
Hi,Trying in Sandbox for the first time to add a New Data Source for MySQL hosted on google, and for some unknown reason, it does not wan...
Make table default to toggled off
Hello All, I have a table and a toggle button that shows/hides the table. Perfect, but I would like for the page to load with the table ...
Community Favicon & Browser Tab Name
I'm working on improving a visualforce community.
1. Currently the favicon is just the cloud part of the Salesforce logo. I would like...
Connect to an Oracle Database
I need to connect to a database in Oracle from Salesforce. And, it looks like it will need to be done over TCP. Is this possible using Sk...
Does Microsoft SQL Server data source support Windows Authentication?
Skuid Team,I have a client that wants to connect to a Microsoft SQL Server data source using Windows Authentication. Is this supported? ...
Suppress standard error messages in spark
Hello I am setting up a SF community using Skuid pages on api v2. Since customers will be using the page, I want to display a customer f...
How do I create a Calendar with the new Ink components
I have been working with the V2 version of Skuid when creating pages. Its a change but there are definitely some things to really like ev...
JQuery Print Page
I have a page full of reports that I would like a user to be abel to print or save as a pdf. The issue is setting every section to it's o...
Why is my Visualforce tab override redirecting to original and not Skuid?
This is my first time trying to override a tab for a custom object to a Visualforce page that redirects to a Skuid page. It appears that ...
Question concerning passing parameters from Lightning Pages to Skuid Pages?
All, I am migrating to Lightning and I have a lot of buttons on related lists that call SKUID pages and pass parameters to those pages s...
Adopt Rows into Model for 2 different objects?
Is it possible to use the Adopt rows into Model action type in one object and create rows in a different object? (Just to clarify, I'm ta...
Skuid Page not showing picklist value in community
HiI updated Skuid in sandbox, and for a Skuid page in community, the picklist values on case are missing. The field is there, but just t...
Custom Components: Filter for autocomplete property?
How can I filter the rows that are returned to an autocomplete property field in my custom component? I have this: { id: "sid", ...
Can a child field be referenced in a formula field on the parent model?
I have a model with 2 child relationships on them with LIMIT 1 specified.I'd like to find the greater value of two fields on these 2 chil...
Apex heap size too large debug
I am getting the following error "Apex heap size too large: 16382976" when user has added an attachment. Does anyone knows how I can find...
Mark a table row as read only and remove the select box based on the value of a field
Based on the value of a field in a table I want to render a row either as read only with no select boxes or editable with select check bo...