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
Doesn’t matter how many pages 1 or 20 trying to pack. Clicking “Build Pack” generates the following error: There was an error creating the null Page Pack: The Static Resource name can only contain alphanumeric characters, must begin with a letter, and must be unique.: Name Running: 12.4.8 Thanks!
We recently upgraded from SKUID version 12.1.4 to 12.4.14. On one of our page layouts we have radio buttons with labels. The labels are now appears with a shadow or double silhouette. We also have a page with an image that when clicked, opens a pop-out box to enlarge the image. With the update, instead of an enlarged image, a giant “X” appears. Any ideas on how to resolve this issue would be appreciated.
Converting number to text dropping training zeros Description: I have a number 28.0692641000000 that I am trying to convert to text in a formula field. My formula is: Text(28.0692641000000) It returns 28.0692641 I want it to return 28.0692641000000 Can this be done in Skuid or SF?
I am testing the new Boston release in a sandbox and the Row Actions on my table seem to have a transparent background. Is there a way to style Row Actions in the DSS? I cannot seem to find a place to do that. Thanks in advance!
I’m building out my skuid page in a sandbox for my partner community and can’t figure out how to make the page visible in the community for the Partner user. As the admin, I can see the page when logged in to the sandbox community but the partner user does not see the skuid page. Set audience on component on community page: Done Perm set for user: done Page Assignment for profile: Done Remote site added: Done (this fixed the admin user issue. anything else? License: I only have regular licenses, does that matter in a sandbox? Thanks in advance for help on this. This is a SANDBOX issue but will also appreciate anything that will be necessary when I move it to production.
Team, Skuid pages are suddenly loading VERY slowly in one org, without any apparent changes. The effect is seen from multiple locations around the country. Salesforce is not reporting any issues on na75. The rest of the internet is working fine. currently running 10.0.21 Any ideas? Happy to give access if needed.
{{Country__r.Postal_Address_Type_State__c}} (Level 5) in a custom label of a field properties not merging, Should show as: Country (Level 4) Is showing as: (Level 4)
Basically i want that every time the model/page is refreshed, that it sort by the Model’s Sort order and not ‘Remember’ the user’s table field sorting. Is there any way? I feel i’m missing something obvious , tried sorting client side but that causes other issues Thank you
Hello, This post is more of to see if this only happening to me and i’m doing something wrong, also to see if there is any development being done for SKUID SFDX. Longer XML get cut off when I pull ( I can see that lines are missing), but original file has roughly 14k lines of XML, squished into roughly 8k lines. Longer XML get also cut off when I push (i can see that lines are missing). When pulling, XML of SKUID page gets messed up or at least JS Snippets. I noticed that JS Snippets gets squished into one line and that probably messes up syntax somehow. (Not always, but) most of the time I get an unexpected token error message. After pulling a SKUID page from an org, and pushing it into another Org, I get error messages related to REST models. To add to points 1 and 2, it’s hard to say what is the threshold since the code gets squishes, but the XML is definitely not over the hard limit since they are working on the org that they came from. I would appreciate any information on SKUID S
Hi all of a sudden MY DSO in prod and sandbox stop working with this error Is that from Skuid’s Side? As nothing has changed on our end, 1 minute all was working then all of sudden boom , errors on all apges using DSO @skuid or anyone experiencing same issue? Thx
Hello All, Hope everyone doing good and staying safe. I recently joined SKUID community and would like to start with a very basic question. What is the best way to self learn SKUID 🙂 . Thanks
HI I have a wizard in V2 which has 4 steps. When I am on Steps 1 thru 3 the Navigation is highlighted but once I go to step 4 it is not highlighted. Is there something I am doing wrong?
I have the following DSS in my system. When designing the form how i can tell a form to use which design ? I dont see any option to choose which Design should be used.
I wanted to share this with community and SKUID employees about the Go To URL feature and specifically its use within the Lightning Service Cloud Console. Before the finding, here is context: We are currently using a SKUID v1 page, version 12.2.21, and have a Salesforce Lightning button that opens the URL page of our SKUID page. The page opens as a sub-tab within the console. On the skuid page, I have a button that does a re-direct to another URL altogether, and our intent is that it opens a new tab on the browser, not the console. I provided a screenshot for context. In the screenshot image, I circled said button, which contains a standard GotoURL action with the feature method of opening in an existing browser/new tab (called current window I believe). It does perform the action as intended , leaving the console to the new page but the catch is that it returns to the primary working tab (in this example a case) instead staying on the SKUID page sub-tab (sub-tab is still open but not
Hello Fellow Skuidders, I am using Skuid for Salesforce. I have the below requirement. Can you please help to provide a Solution for this requirement. I want to upload an excel sheet with data into a Model Object using Skuid UI From the Skuid UI, User must be able to fetch the file from their desktop and click Upload, upon which the data will be inserted / created in the Target Model-Object Is this possible using Skuid UI. Appreciate your help with this regard. Thank you.
Hello, Sorry I am new to Skuid and learning. I have added model field to my skuid page. Model field is from Opportunity object in Salesforce. It is displaying the data but I want it to be a link so when user click on it, it goes to related Opportunity page. I tried using template field but I think I am not using the a href properly. Field is added to Skuid Table component. Salesforce object field name is IO__c Under Template field property it is {{{Customer_Order__r.Opportunity__r.IO__c}}} Is there any other way to do this?
Hi, Table related bugs and missing features: HTML in table header no working properly (this might be the same in table rows). This can be reproduced with the XML before. Disabling Header - it’s not possible, I can make it hidden by adding an empty sapce to custom label of column header, and using Design Systems to hide boarders. Though, there is still big white space, and when I press on the empty header cell there will be golden boarder cause of selection. This can also be reproduced using the XML before, and seen in the screenshot. 3.Cannot apply custom styles to checkboxes inside a table. Field Render snippets (for tables and forms), they don’t exist in v2 and there is nothing to replace them. I cannot use render conditions since they don’t contain context (snippet context issue is an issue in itself that needs to be solved). How can I reproduce functionality of Field Render Snippet? Unrelated to tables, but how can I call Inline Javascript functions from console? Thank you, Lukas C
I updated our skuid package today to 12.4.13. Since then, anyone without a skuid license cannot open a salesforce page without getting flashing and multiple errors. All of our skuid pages in lightning are in the skuid page component. This package upgrade is causing massive problems for all of our skuid components. I had to create separate tabs for skuid tables on all our lightning record pages just so people can open a record. Help!
Specifically, how do I get current page url and models in v2? In v1, I could use $Site.CurrentSiteUrl to the URL, and to get the model I could use skuid.$M(modelName). For v2, the documentation doesn’t seem like it has been updated, but I haven’t been able to use what I could before or what I can see in documentation. I have only been able to find the following way, to get page URL skuid.runtime.getPageList()[0].page.currentSiteUrl, and to get model skuid.runtime.getPageList()[0].$M(modelName). Also, I have a problem of getting URL with new way, If I use the new way ({{skuid.runtime.getPageList()[0].page.currentSiteUrl}}apex/skuid__ui?page=PageName) with Navigation Component then I get stacking ‘/apex’ in url if I keep switching between navigations, e.g. (https://sandboxName-cs-portal.cs88.force.com/Community/apex/apex/apex/apex/skuid__ui?page=PageName). If this is the only way, when would I get more than one page, how are the pages sorted, is there a time when I wouldn’t get a page, a
We are using iframe where the page which is loading we are trying to execute a webservice. (function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ var pageHeight = $(document).height(); var iFrameIdSkuid = Id; var result = sforce.apex.execute(‘genesis.IFrameHeightStorageCtrl’,‘storeIFrameHeight’, { iFrameId: iFrameIdSkuid, pageHeight: pageHeight }); }); })(skuid); But it’s giving error like “execute method is undefined”. Any idea what could be the solution for this.
Beginning today I am having some users get an error when trying to upload an image. I suspect it has something to do with security settings recently created by Salesforce. The error says: “Failure Creating File and Attachment dsfs.AttachmentTrigger: execution of Afterinsert caused by: System.NoAccessException: Access Blocked Requires Extra Verification (DSFS)” Can someone point me in the right direction to figure out what new access I need to give to users who have been able to do this for a number of years?
Version: Skuid 12.4.12 The V2 design system page for Chart is not loading a preview for my style variants and the charts in runtime are not picking up any styling other than the default highcharts color palette. There are a few console errors when accessing the design page.
Beginning this morning sometime all System Administrators do not see anything but the Salesforce menu banner. If we impersonate another user we can see the Visualforce/Skuid pages with no issues. But the moment we switch back to our own profiles nothing loads. Was there a change that occurred in the last 24 hours that would have caused that? I will report back if I find something on my end. Thank you!
I have an org that has a lot of differences between the labels and api names of picklists. I’m having trouble access the selected value’s label without js. Is there a merge syntax that could do something magical like this $Model.myModel.data.0.mypicklistfield.label?
HI I’ve seen this bug couple times in the years i’ve been using drawers (rarely) But it seems that was never fixed. When my table has only 1-2 row this happens. When i open drawer it does not appear under, just a very small part of it, the rest is hidden Before clicking on row action to open drawer After using row action to show drawer on 1st row, you see under a ‘Blue line’ which is the top part of the drawer Here’s on a record that has more than 2 rows, works perfectly
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.