Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
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?
Just like to say that API v2 has so many great features! However I cant seem to find a way to render a lookup field as a combobox ( preferred ) or a picklist, as was available in API v1. The combobox render type was available in 12.0.1 but didnt seem to work correctly, now in 12.0.2 I cant find the option at all.This was excellent for creating a quick and clear user experience. Any ideas on how i can achieve this functionality in API v2?Thank you!
Pages I create using API v2 are not working in the community site I have set up (the site is called DAN) This url for a simple page built in API v1 works fine: https://dev-cs-portal.cs107.force.com/DAN/apex/skuid__UI?page=Hello_World_V1 This url for a simple page built in API v2 just shows a blank page: https://dev-cs-portal.cs107.force.com/DAN/apex/skuid__UI?page=Hello_World_V2 If I preview the above API v2 page the browser is directed to the following url https://smartportal–dev–skuid.cs107.visual.force.com/apex/skuid__ui?page=Hello_World_V2 and the page displays fine, but it is not inside the community site Any ideas? Is this a permissions issue of some sort?
We have two skuid pages on a custom object, and would like to clone these two pages on another custom object. We have cloned them and set these pages accordingly but unable to render these on skuid the same way we have done with the first custom object.
How do you style a responsive grid using the Design System? I can’t see responsive grid in the components list
The sticky custom header in my master page in API V2 is not working - the header still scrolls with the page
We are doing geo coding on our records by calling google api from skuid javascript snippet, we want to include api key as well in the request. function load_map_from_address(mapid, address) { // check if gps has been locally cached. geocoder = new google.maps.Geocoder(); //alert(geocoder); var geocoderAPIKey = 'geocoderAPIKey '; geocoder.geocode({ 'address': address }, function (results, status) { //alert(status); if (status == "OK") { var gps = results[0].geometry.location; create_map(gps.lat(), gps.lng(), mapid); } else { $('#' + mapid).html('address not found').show(); } }); ``` } Am looking for a way to add below script tag in the javascript snippet where we are calling geocode method and also want to access api key using custom label..
After installing Spark there is a problem with dark text in the page builder when editing API V1 pages - doesn’t affect editing V2 pagesIf I inspect an element with the dark text in Chrome to look at the computed css and click on the first computed colorand then unset this style by unticking itthe problem is resolvedLooks like an issue with the skuidtheme css - is there a way for me to fix this?
I want to dynamically add a text value in my existing picklist and save that value so that it is visible fro everyone. Can someone suggest me what should I do?I have a text field PassingValues and a picklist field Preferresd Category.The user should be able to add a new value in Picklist and the value should be saved and visible to everyone.
After upgrading to Spark calls to web services using sforce.apex.execute no longer work
Following the 12.0.2 on Salesforce update. The page cannot be previewed and results in a blank screen. Occurs when putting a Filter Set + a filter anywhere on a page. https://cl.ly/794c66a67d7aDefinitely did not occur prior to this recent update as I have v2 pages built without this issue. Currently, it is not affecting any deployed v2 pages prior to 12.0.2 using a filter set. I have not deployed anything with the current release update.Tried changing up the DSS settings/switching to a different DSS, however issue still persists. Is there a workaround for this?
I have a master page with a navigation component at the top containing lots of menu items - underneath the navigation component I have a page region. When I view a page which uses the master page and hover over the navigation component of the master page the drop-down menus are hidden by the page region, rather than appearing over the page region, and a scroll bar appears at the right hand side allowing me to scroll to the hidden menu itemsAny body have any ideas what I’m doing wrong?
I’m unable to get the UK Counties to display in the map visualization. I have: Map Group: Europe Map Type: United Kingdom A simple model with Data, Country and County fields selected on the series tab and using iso 3166 codes in the model E.g. for Kent I have: Country: GB County: GB-KEN Data: 25 Yet nothing is showing on the map. I have also tried KEN and Kent for the County code but still no joy. Does anybody have any ideas?
I have thousands of URL’s to pictures that I want to copy to “In field on record”. One picture per record. Is that possible?
I am unable to successfully test a connection to a Microsoft SQL Database on the Azure platform. The Skuid IPs have been added to the firewall, however all it returns in an error. I am trying to build out a proof of concept with the trial element, but this will be a non-started is I need to build an OData API service on top of the Azure space. We have successfully connected remotely with the Sql Server Data Tools, however there are not other fields to allow me to complete separately. Any assistance is appreciated.
I would like to log all page problem errors that happen on our Skuid pages. My original idea was to subscribe to the event of a problem occurring on the page and then create a row in a model and save it with the data. However, I’m not sure if this is an event that I can subscribe to? I didn’t see it as a listed event in the page.event api. Does anyone know how I can subscribe to problems on a page? Or a better way to log all problems that happen on Skuid pages?
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.