Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’m using a rich text field on a page in a public community. The page is exposed via the Skuid Page lightning component. When viewing through the lightning component (both authenticated & unauthenticated) it does not render correctly.When previewing the page in Salesforce Classic, the page renders correctly.Any ideas on how to resolve this?
Can anyone clarify how you’d use the Skuid 1.0’s function for a Custom Button/Link in Skuid Spark 2.0? The Custom Button/Link isn’t available in the action framework for 2.0 and I wanted to see if there was a better way to do this than a URL action. 1.0 2.0 You could just paste the Conga Generated URL in the button as a URL re-direct; however, that would mean we’d have to manually update each generation button in skuid when they changed.
I know we can render a reference field as a picklist, but is there a way to render a reference field as radio buttons instead? I have a filtered lookup relationship that I would like to display each value as a radio button. I created a very basic custom field renderer, as a proof of concept, that appends an HTML radio button form to the field.element. This works as expected, but I can’t figure out how to access the filtered reference records. If I can get the reference records out I could dynamically add radio buttons for each record and then append the HTML to the element. There might be a better way than the above approach and if there is I am all ears!
Trying to figure out how to include html like or styling in a UI formula field returning text. Example: {{fieldname}}+“some other text”+" "+{{fieldname}} doesn’t work
Platform: Skuid On Salesforce Version: 12.0.4 Browser: Chrome (71.0.3578.98) OS: Windows 10 (64 Bit) loadNextOffsetPage is not working, both in Javascript as well as when you press the “Load more” button on the bottom of a table. This is probably related to loadAllRemainingRecords not working. The symptoms are: When loadNextOffsetPage is called, it finishes processing but does not load any more records when there are more records to load. When loadAllRemainingRecords is called, it never finishes processing. Below is a page where you can reproduce the issue. You’ll need to replace the name conditions on the Account model with the names of two accounts you know you have in your system. When pressing the “Load All Accounts” you’ll see it blocks the ui and never unblocks. When pressing “Load Next Account” it will block the ui, then unblock, but will not add another row into your model. When pressing “Load more” at the bottom of the table it will block the ui, then unblock, but will not add
I’d like to indicate that a field is required only if the field is null. So - the field label would be red until someone starts typing in it, and then it would be formatted to look like the non-required field labels. Any suggestions about how I might accomplish this?
Hi team! I am rendering picklist values from a model as option source on a reference field using Skuid’s default picklist field renderer (so far, so good). Due to the nature of the option source model, multiple entries show up in the picklist which are unique records in the model, but duplicates based on my display criteria. I would like to: Remove the duplicate from the picklist if there are 2 identical display values Remove the option altogether from the picklist if there are 3 or more identical display values How would I go about achieving this? My sense is that the solution might be an extension to these posts: https://community.skuid.com/t/custom-picklist-renderer-when-option-source-is-a-model https://community.skuid.com/t/a-drop-down-list-from-a-custom-setting This is unfortunately beyond my skillset though, so I was hoping that someone here might be able to point me in the right direction 🙂 Thank you in advance! Regards, Robin It is for selecting available time slots and avoid
I’m running into an issue with a UI only field and the TODAY() function. For some reason, the TODAY() function is returning yesterday’s date. The full formula I’m using has a little more logic in it, but for debugging purposes I created another UI Only formula field with a date return type and a formula of “TODAY()”. As you can see in the example below today is 2/12/19 however the Today field in the model is showing 2/11/19. I was thinking this might have something to do with timezones, but I’m not sure. I tried switching the formula to TODAY() + 1, but that didn’t return anything. Something else that is pretty important to note. In testing, I found when I load the page and view the field value in the console it shows yesterday’s date. I can then refresh the page several times and still get yesterday as TODAY()'s value. Then for whatever reason, I’ll refresh the page again and it will show the correct date for TODAY(). At that point, I can keep refreshing the page and it will always sh
I have two developer sandbox and both have same skuid pages but both are used by different teams A and B,whenever Team A has some changes in a particular list of pages and push it into ITG it works fine but Sometimes when Team B also has changes in the Same list of pages and push it to ITG,The already existing changes made by Team A are getting overridden.Is there any way to Merge the pages?
Hey All, ``` I have this page. https://dcdogs.force.com/Application/s/test?id=a046F00001kPZvZQAW I am unable to upload the files to this page (public communities) and I have enabled the new flag today to allow Guest to be able to upload into the portal This shows what should between the Red and green text - It just does nothing  This is the settings for the upload under the red text  I need some help as I cant get this work and I am ready to throw my computer out of the window :( I am not going to use a VF page for this as I am unable to work out how to send some of the URL (so the object ID part) though WF and communities. I can get the form to show in WF using the following code but I cant sent the object ID :( <apex:page standardCont
The company I work for is looking to hire a Skuid consultant. Any ideas on who we could reach out to or where to look?
I’ve got a new record page with a file upload component conditionally unrendered when the model has unsaved changes. This way it’ll render when my user clicks save. Here’s the resulting rendered File upload component. Here’s the setup.
Trying to add a page assignment (classic) and nothing happens when “add page assignment” button is clicked. Also, the “Update Themes” button is always enabled even though themes have been updated. Not sure when the problem started exactly, just noticed it today when adding an assignment. I upgraded Skuid couple weeks ago to Milau 11.2.14. I tried upgrading to the latest Milau 11.2.16 this morning, and still have the same behavior. Using Chrome latest version The “Add Page Assigments” button does work on the Lighting Tab, but I need it in Classic. We are still using Salesforce Classic, although I have tinkered in Lighting to see how it works with Skuid pages. Below is a screenshot of the errors when clicking on the “Add Page Assignments” button for Classic. Any direction here would be much appreciated. Thanks
This is strange for sure. I’ve tried multiple orgs, multiple browsers and multiple versions of the browser. Followed directions about this issue as per help document.
Hi guys, I have this page that as soon as i use a table filter, it becomes extremely slow and mostly unresponsive. Looking at developer console, it seems something is happening, but noob me cannot figure out what is the issue… I tried removing all Javascripts, but did not help Anyone has an idea? The count of violations keeps going up every couple seconds after i used a table filter Thx!
We are an AppExchange partner and we use Skuid for our app development. We are getting some complaints from customers which have set up their own profiles that they get a Skuid error on pages for fields in standard objects that the users don’t have permissions on. My understanding was that Skuid implements Field-level security and I would expect that when a page is loaded with a field the user does not have permissions to the field would simply not be shown. Instead the user gets an error on top of the page and the field is not visible. I have check if there are settings for this on rendering the field, but I did not find a solution. Any help on this would be appreciated.
I can’t figure this out. I have a situation where I have two models/objects whose records share a name. The standard Salesforce Name field for the records is exactly equal and there are the same number of records in both models. I need a UI only formula field to look up the record ID in The target model based on the Name field in the source model. I made sure the models load in the correct sequence. I made a sure the look up fields and return fields are in the models. Can anyone see what I am doing wrong? Is it because I am matching Name fields and they have special properties? Thanks for taking a peek! MODEL_LOOKUP(“OASRegistry”,“Id”,“Name”,{{Name}})
Is it on the roadmap to allow custom css to be added to pages, or to a design system as a whole in api v2?
I am assigning this custom snippet to a currency field. My objective is to place commas in the appropriate places as the user is typing. But for now the code is trying to replace the value of 2000 into the field whenever a character is entered into the input. There are two issues I am having with the code below: The change event seems to only activate after I click out of the field. I would actually like this action to re-evaluate the fields value each time a character is entered or deleted. The field is added over and over and over again each time the function is run rather than updating the value and refreshing the existing field. Here is my broken code: var $ = skuid.$;var field = arguments[0];var value = arguments[1];model = field.model, row=field.row, $=skuid.$;field.element.change(function(value){ value = 2000; skuid.ui.fieldRenderers[field.metadata.displaytype]‘edit’;}); skuid.ui.fieldRenderers[field.metadata.displaytype]‘edit’;
Hi, We are setting up a trialforce org to use and installed skuid, however when I try to load any of the tabs related to Skuid (pages, theme etc), all that loads is this screen below and I get an error saying: An error occurred while attempting to load the “skuidcore” Component Pack. There may be an issue with the name or location of your Component Pack manifest files. Error: Unable to retrieve content of file This is the second time we have had this issue, both times was when we just installed skuid onto a fresh new instance. Thank you, Emma
Just installed trial version to test with Salesforce and are experiencing a problem.When I add Skuid component to Lightning Builder page I am getting the message:“Uncaught Error in $A.getCallback() [Cannot read property ‘initializeSettings’ of undefined]Callback failed: apex://skuid.SkuidLightningController/ACTION$getPageData”Any assistance would be greatly appreciated.
Date-Range Table Filter Bug in Millau (11.2.8) I am currenlty working in Millau (11.2.8). In the skuid page, I add a table which is based on Account Model. Date Range filter for CreatedDate is added. When selecting Date Range in the Preview page, it shows as below. For instance, I select the range between 01/01/2019 - 31/01/2019 then click apply (see in Fig 1.1). Then click apply, Filter actually query one day after the selected date range. (02/01/2019 - 01/02/2019) I check with the other org with skuid release version 11.1.11, it works as expected. Could someone assist with this?
After updating to Spark (12.0.4.0) our page builder’s drop downs are nearly impossible to read. We tried clearing the cookies and cache, from two different computers, and on incognito but to no avail. We are on Windows 64 bit machines running the latest version of Chrome. This is what it looks like As a workaround I’m using a tamper monkey script to change the dropdowns so they look like this Although I’d rather not alter the element :P. For those who want to use the script, it looks like this: // ==UserScript== // @name skuid builder css fixer // @namespace <a target="" rel="" href="http://tampermonkey.net/" alt="" title="" name="" value="" type="">http://tampermonkey.net/ </a>// @version 0.1 // @author Shmuel Kamensky // @match <a target="" rel="" href="https://*/apex/PageBuilder" alt="" title="" name="" value="" type="">https://*/apex/PageBuilder</a>* // @grant none // ==/UserScript== (function() { var css = documen
I am looking to show the Status Path Bar in SKUID, Do I need to recreate the functionality or is there some way to show it?
When I try to create a filter on a table on an API v2 page I am unable to select a reference field - only picklist fields are availableFirst pic - a v1 pageSecond pic - a v2 pageAny ideas?
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.