Upcoming Event - Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I’m diving into my first force.com site using skuid, which has worked really well! I’m attempting to create a skuid page where a guest user can enter information and attach a file, once they click submit it creates a contact record in salesforce.When I test the page as the guest user, the file component does not appear. Is it possible for a guest user to attach files?Any help is much appreciated!
I am trying to add a delete button into a tab on a detail page of an Opportunity. The tab on the detail page is associated with a custom object and when I delete the record on that tab with the delete button it redirects to the tab view for that custom object. Is there a way to control redirects with the delete button?
On a custom save button that renders if the model has unsaved changes, if you make some changes, save them, then make more changes, the button doesn’t show up again like it should. Somehow it’s not detecting that there are unsaved changes after saving changes once.My save button does the following actions:block UI and show message save model changes (Opportunity) query model (Opportunity) unblock the UI Is there some reason that this would cause future changes to not show up as unsaved changes?a little background in case that helps point to where I went wrong:I built custom save and cancel buttons to run multiple actions, because I wanted to re-query my model after saving. Honestly I can’t remember why at the moment, I think there were some cases where changing a field changed other values that didn’t show up unless the model was queried again.If you have a Save button that is a Run Multiple Actions button then you can always click it, even if there are no changes to save. This is anno
We use TaskRay, and I’d like to use their home page component in a tab on my skuid home page. Is that possible? It looks like the component is in a static resource “tr_homepage_widget_js”, maybe I can include that as a JS resource on the page, but then how to get it to render on the page?
I have a table which display the history of a custom object. Whenever I change a USER look up filed on object it creates two rows for history like below snap shot How to HIDE - that row with USER-ID showing in New Value/Old Value ?
So I have created models with conditions to filter out records based on values in certain fields. Then I use something like: {{$Model.MODELA.data.length}} to display a count of the records in a template. I would like to add this count to the count of another model. So in non-programming terms it would look something like this: {{$Model.MODELA.data.length}} + {{$Model.MODELB.data.length}} Is it possible to add these two results together in a template? Thanks!
New to Skuid: How to create Model Condition when user opens a Salesforce calender meeting, then Step 1 of Skuid project is that same event record? Custom button will trigger Skuid project.
On the skuid wizard page the i have populated 3 charts on the page but when i view it it is displaying as 1 chart with its own width. but when i do FN + F12 rom the key board it is displaying 3 charts and the bottom window we have that code related to the chart.Is it a skuid bug that chart is displaying its own width ? that too only 1 chart it is displaying.Please advise and i given the parameters correctly .
We are running into an issue with our redirect logic.Basically, for the Account object, we have multiple record types. We are trying to create logic where if the user is a Skuid user we bypass the selection of record type when creating a new record (that logic is built into the Wizard itself).If the user is a non-Skuid user, they are forced to first select a Account record type then click next to get to the appropriate Salesforce standard account page layout.
Is it possible to put custom placeholder text in a field editor field or a table? I messed around with CSS but couldn’t figure it out.
So I have a picklist and I want it to be blank (-None-) upon load. This works as expected until I make the field required in Skuid. Once required in skuid, it chooses the first picklist option automatically. I want to make it required to ensure that someone takes the time to answer it. By populating it with an option automatically, it defeats the purpose of the required setting and can lead to the wrong option being assigned to the record by default. Any thoughts or work arounds for this?
Adding a recent items sidebar back to a new skuid page by popular demand. I would like to do it in Skuid rather than just add the Salesforce sidebar back in. My recent items table is adding in some weird items that point to Insufficient Privileges links - “View_xxxx” and “All” Another issue, more of a question - is it possible to have the icons like the standard Salesforce layout? Is there a way to reference those somehow? We have some pretty bad names like Tra123456 and would be nice to give a better indication of what that is, without having to make my sidebar bigger. Though, since I’m using a Template field to show the name, I guess I could just add some more info on a second line…
Hi there, I have a bit of a noob question. I am trying to create a custom skuid component for a “pill” gauge. Here’s a static view of the “pill” in fiddle, https://jsfiddle.net/c5gwk6jh/7/. I registered the component in runtime.js as prosvisualizations__scoregauge. Right now, I am executing the javascript on the visual force page inside a and it renders okay. I want to associate this javascript with the component such that when you include the component the javascript is automatically included… (I’m thinking like a lightning component or an angularJS directive). I tried to add a skuid IIFE in the static resource tied to onload. I also tried to create the javascript in the UI from the page editor. Both to no avail. I don’t think I got the syntax exactly right, didn’t include the namespace correctly, package prefix correctly, or something related to the glueware. It is probably a simple answer so any help in associating javascript to custom component is most appreciated. Or if
Hi All - I’m new to Skuid and am currently testing in a sandbox org. I’m trying to simplify the way my users add products and their associated schedules. So far I’m using the Opportunity page with a tab for the LineItem. Within that tab I have a table for the products that have been added and then created a drawer for the schedule portion. Right now it will display the current schedule for the product and allow me to edit the existing, but when I try to add a new schedule date and save I get the below error: Has anybody run into this before or have any other ideas on how to simplify managing products and their schedules?
We have a table of documents with document types, programs and a lot of other details, and then a reference to the Skuid File so that you can use the upload in the table and click on the name to open the file when one is added. However, if the user deletes the row, the related attachment is not removed along with the deletion. So we could end up with a lot of un-attached files stored in the instance consuming our storage cap. I am obviously missing a step here…Thanks!Joe
We’re doing a lot of work with mobile visualizations, and I can’t see anyone ever needing to use the Print Chart/Download option on their mobile devices. Is there a way to remove that feature?
We want to have a vanity URL instead of the skuid.xx url. Is that possible?
Hi, Please take a look at the snapshot attached here and help me how to change the DATE/TIME format displayed for OLD VALUE and NEW VALUE fields in the History Table. Simply: At Present the date is displayed like = 2015-07-15T16:32:10.000+0000 BUT I wanna make it look like 7/15/2015 9:32 am
We’ve implemented photos on Accounts and a custom object Property using the Skuid system with the File custom object. It’s been great, we’ve even got a basic working mobile page where people can upload a photo of a property in the field. However, most of our records don’t have photos, and probably never will. Once we switch to the Community portal (ourdomain.force.com/partners) the links to the default images get broken. Any ideas on how to make the static resource Default Photos available in the community org? Internal orgCommunity org
I want to use autocomplete to show matches as the account name is entered (currently does this) AND if no match is found, use the entered text for the account name. Currently, from the popup there is no way to retain the entered text or from the field when focus moves off. Can this be done? If so, help is greatly appreciated.
We have some problem with searchable table with snippet and no replies from Skuid community and hence I need a help for someone from you guys for which I would like yo pay of course. Let me know if you’re interested. I believe it can be done in less than 4 hours. Thanks.
Hi,I need to display the related attachment records in a table up on a row action of a table as a table in the pop up.
I have a button which redirects to a url. I want to avoid hardcoding the domain though since we have sandboxes etc. I want something like https://{{$Site.Domain}}/restofurl. $Site.Domain doesn’t work like for visualforce pages though. How do I get the domain or even just the organization sub domain in .salesforce.com?
Is there a way to set the “Context” for a Chart component inside of a drawer like there is for the Table Component.The idea is that I want to be able to have two or more drawers open at the same time and have them be filtered by “context”. This works good for tables inside drawers but I don’t see the ability to do this for charts.Thanks in advance.
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.