Company Annual Virtual Conference
Skuid
Recently active
I’m having trouble linking a table. I’m following the tutorial for adding related records: the table component. i have a client component the id field is in the client model i have a client address model with a filter set to the client id field when i preview a record that i know has an address… it displays no address
is there a way to add custom buttons to a skuid page in the body of the page… to make a main menu type page ?
When updating Opportunity Line items recaclulation of the total and unit price is done if only the quantity is changed. However if updating is done in a table component and the unitprice is displayed on the same row this is not very logical. I think this is because SKUID only updates changed values. If both unitprice and quantityt is changed the update works as expected but it only quantity is changed this means that unitprice is recalculated based on total price. There should be an option to force SKUID to always send both Quantity and Unitprice in the update. Is there a way to do this?
Is there a simple way to hide certain fields and populate fields with default values. We are looking at moving a couple of external forms to SKUID and usually we have a couple hidden fields with default values that are specific to each form (so default field value in SF won’t work). I guess it would be rather simple to set default values and hide fields with inline javascript but it seems like a common requirement so I thought it might exist a simpler way.
Hello, Is it possible to select a record on a table on one tab, and have other tabs display detail sections of the selected record… thanks
So when I click on the Cases tab, my customized Cases List page is displayed, but the Home tab, rather than the Cases tab is selected. Why is this happening? Did I forget something when setting the override? or is it a problem in Skuid?
I love using Skuid to replace my objects’ Tab pages, but I want some of my org’s users to be able to access the standard Salesforce List View for some objects. I am not sure how to make this happen. Can we have Skuid for our Tab pages and still allow some users to see and create new List Views?
How do you add a Convert Lead button (or a Find Duplicates button) to a Skuid page?
“Is there a way to filter out event types in the calendar? For example, say I only want to see Holidays in the calendar above. If there is no built in functionality, is there a way to extend the calendar control without having to re-create it?” via Mike on help.skuidify.com
Is there a way to create a custom “Create New” page in Skuid?
How do you use the Attachment Image component? Can you use it with objects that don’t have image fields?
Skuid tables and table filtering is really cool, and stuff, but is there any way to export that data as a spreadsheet?
What do I even do to get started? Is there a simple page I can start with?
I’m having trouble dragging and dropping fields into field editors and tables. What’s going on?
are there themes we can import at the click of a button by chance, I’m surprised there isn’t a list of themes already built in we can select from, can you help? we are looking to import many themes to see which ones would be most appropriate, colors, fonts, backgrounds etc Looking for something closer to stock trading software themes with dark/black backgrounds, colors that pop, and more efficient use of space like these: Willing to pay someone $250 to have this created?
I have a custom javascript model loader function that I sometimes use. I’m curious if it’s possible to override the standard load of a model with this function instead (when applicable). I’ve tried simply setting the model.load() function to instead call my custom function, and this works when using model.load(), but it does not work in most instances of a model querying, such as the Query Model action in an action sequence, or updating filter/search conditions for a model on a table. Is there some other function I need to override to achieve this? If anyone has any ideas on this topic it would be very helpful. Thanks!
Is there some way to change the display settings of multipicklists or set up a custom multipicklist renderer so the field displays 1 selection per line instead of the default of just listing every selection out in one big text block with commas in between each selection? Currently working in V1 Thanks!
we are calling invocable apex, and it creates multiple records When the record is created we want to get notified back in skuid page so we can refresh/requery one of modal and show./hide loading screen.
Hello all! I am looking for a way to attach an ‘ID’ attribute to the Row Actions of a table. We have a javascript snippet that runs when certain actions are taken on the page, and it evaluates certain conditions in order to make certain rows of the table ‘Unavailable’ to add. In order to achieve this, we would need to determine which Button corresponds to the correct row and set the Disabled attribute. Does anyone know if there is a way to dynamically reference a Row Action based on a Row object (Like what is returned from skuid.model.getRows()). Thank you for any suggestions!
I am asking for help with something I’m working on in my business. It’s a small piece of the methodology of offering, documenting, predicting the case study, delivering the work product, writing up the case study, and then evaluating its value with you. If you feel like you want to pay me, I will insist that we talk about what you’re passionate about and donate that money to something representing that. I love learning what people’s passions are as I see their best selves every time given a little time to build that momentum. It’s such an amazing thing to see. It’s so so rewarding. I’m doing this because I’ve recently experienced a client being upset with me in how I was delivering the work product. I have been unable to resolve the issue in my mind fully and wish for it to never happen again. Basically calling in all my chips to these for those who feel I really helped them with something on the Skuid community. I’m going to toot my own horn a bit here. 😊 There have been countless ti
Cmon! Who else can relate? Save or don’t save? What was done last?
How does Skuid use/store a Client Certificate to authenticate into a REST endpoint when Apex is used as proxy? When creating a new data source developer can provide a name of a Client Certificate. I have noticed that the Client Cert doesn’t have to be populated under Skuid → Data Source → Data Service tab. Also, Client Cert doesn’t have to be populated under Set up → Certificate and Key Management → API Client Certificate. Therefore, Does Skuid not use Salesforce’s process to attach a certificate to a request? How does Skuid use the certificate and attach it to a request when Apex is used as a proxy? Does Skuid copy or store the certificate outside of Certificate and Key Management? Best, Lukas
SFX V2 16.0.3 Do so and hit the ESC key on the keyboard and observe the multitude of fun UX. 😃 <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Id"/> <field id="Name"/> <field id="Opportunities" type="childRelationship" limit="10"> <fields> <field id="Name"/> <field id="StageName"/> </fields> </field> </fields> <conditions> <condition type="join" value="" field="Id" operator="in" enclosevalueinquotes="true" joinobject="Opportunity" joinfield="AccountId" fieldtargetobjects="Account"/> </conditions> <actions/> </model> <model id="Opps" limit="" query="false" createrowifnonefound="false" datasource="salesforce" s
SFX V2 16.0.3 Using the Select a field to insert works properly and shows fields on the child object Using the Open Resource Editor doesn’t work properly and shows fields on the parent object. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Id"/> <field id="Name"/> <field id="Opportunities" type="childRelationship" limit="10"> <fields> <field id="Name"/> <field id="StageName"/> </fields> </field> </fields> <conditions> <condition type="join" value="" field="Id" operator="in" enclosevalueinquotes="true" joinobject="Opportunity" joinfield="AccountId" fieldtargetobjects="Account"/> </conditions> <actions/> </model>
SFX V2 16.0.03
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.