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
I have an Account table with a button to create a new record on a Child related object - named Scorecards. Using actions, I’m pre-populating a few fields on the Scorecards object in a pop-up window (Account Name, Date, Record Type). Pop-up looks perfect, but when I hit save, I get an error that can only be resolved by retyping the Account Name (or backspace on the last letter) and select from the drop down list that appears.Invalid Reference Id: Account
I have one model called Innovators, with a field Email_Body__c - I would like to update this to a value from another model EventEmailTemplate, field: Body__c What is the syntax to get this value when using the Update a field on row(s) action?
Hi. On a lightning page, there is a tab. Within that tab, I have 12 Skuid page for different provinces in Canada, and depending on the province only 1 of these page are render. The rendering speed used to be fine, but I noticed lately often it would take over 55 seconds to load or just time out and not load. Clearly, this leads to a very bad user experience. How can this be remedied?
Hi All,we have a requirement to activate and deactivate filter condition on some status and if that filter condition is already activated then there is no need to activate it again and run model query, so is there any way to check if model’s filter condition is already activated or not in snippet code.Regards,Akanksha
I have the lightening experience enabled in my sandbox. My Skuid pages render (all though very slowly) but the master page header info does not load. How do I get the master page info to show when in lightening?
we activated the critical update. after activating, we are unable to see the skuid page on community. we noticed that ‘Restrict Access to @AuraEnabled Apex Methods for Guest and Portal Users Based on User Profile’ critical update is creating the problem.It may happen becoz of skuid related class access to the community user.Can anyone help us to tell the list of skuid related class so that we can give the access?Thanks,Geeta Garg
I can’t seem to find an easy way to use the Skuid Page Lightning Component and allow the Skuid page to take a URL Parameter. I’m able to get this working on normal Detal/View pages of records by overriding the object’s view/create/edit buttons/functions. But, I don’t want to override any of those for this page.I’d like to just pass a URL Parameter to a Skuid Page within Lightning, without having to override any object view functions.Thank you,Sam
Do v2 tables not support inline record creation? I don’t see the option.Thanks!Paul
Tasks for two contacts owned by same owner render differently for the owner.
When using a table with pagination with row actions that have conditional display logic the pagination slows down until the table (and entire page) become unusable/unresponsive. The more conditional row actions there are the quicker the slow down occurs, seems to be some background Skuid processing of row actions that causes decreasing performance until the page becomes unresponsive. The following simple page reproduces the problem, just page through the table back and forth a few times and notice the slow down. Only 3 row actions but when we use our real Skuid page with 10 row actions that are driven off a simple status field the page rapidly becomes unusable. Using Skuid Salesforce 12.1.7 but looks like later releases don’t address this issue. No real workaround, sometimes have to reload the page after using it a few minutes <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false" uniqueId="sk-Yd3-1881" globalfeedbackenabled="fa
Open Lightning page inside table’s Drawer and also passed some value to the lightning page from skuid’s table so that we can show data on lightning page based on passed parameter.
Not sure if this has been reported, but if you put a button on a sliding panel with the action of close all sliding panels it works consistently across browsers. If you click the check box for close sliding panel if user clicks outside of panel it causes the action to not work sometimes on some browsers V.11.1.11
Hello!I am working on a page where I would need that the users upload several hundreds of records (using a CSV file) and review the content before saving it to Salesforce.I assume that I have to use a CSV parser to store the information in a Ui-Only model first and that the import feature is not an option but it would be great if somebody can confirm if this is the best approach based on a previous experience, please.Many thanks!Jesus
I suddenly started having an error on one of my SKUID pages: There was a problem rendering a component of type skuidpage: Cannot read property ‘getDataSourceName’ of undefined I’m not sure what changed on the page to cause this to happen. I didn’t make any crazy changes to the page, just some minor tweaking of the UI and models. How can I go about trying to debug this?
Hi, our Salesforce org is getting migrated to a new instance (i.e. from NA61 to NA110). Will Skuid just work on the new domain, or do I need to make changes?If so, where do I make these changes?Thanks!
We are using Skuid’s Lightning Page Assignments to display different Skuid pages for different Salesforce Profiles. It seems to be working on most profiles, but certain profiles it’s not displaying anything. When I go to “Edit Page” in Lightning and go to the Skuid Page Assignment Component settings, it says the Situation Name is “not valid”. I tried to delete it and retype and now it doesn’t see any of the Situations that I’ve created. This seems to be a profile issue because I can see the different Skuid Situations that I’ve made under other profiles, but not this specific one. I’ve checked permissions to the Skuid Page Assignment object and also checked Sharing Settings since we are using Hierarchies. The profile has access to the Page Assignments object and also has “Public Read/Write” in Sharing Settings. What else could be cause a Lightning Page Assignment Situation to not show up on the Skuid Assignment Lightning Component?
Hello! I have created a button with a Go to URL action in order to logout from a community but I cannot have it working as expected: if I use /secur/logout.jsp in the URL, I got an error since the /s is kept. if I harcorde the full URL (…force.com/mycommunity/secur/logout.jsp), the logout works but is opened in a different windows even when the Open URL in option is set to the current windows. Any ideas? Many thanks! Jesus
I have model A - (Aggregate Model, with condition which is always off) and on Model B (Basic Model) there is a UI only formula field which is MODAL_LOOKUP to get the value for that specific row from the Model A.Now, the scenario is in this way, the Model B is using the UI only field to show the sum of multiple child for each row, which is working as expected.UI-only field on Model B- ABS( MODEL_LOOKUP( ModelA, sumOfAllChildRecords, {{KeyFieldfromModelAId}}, {{KeyFieldfromModel2Id}} ) ) And, on Model B there is multi-select picklist filter based on type of the child, So, I have created a action based on the filter condition, that whenever the condition is applied run a JS Snippet.JS Snippetvar params = arguments[0],$ = skuid.$;var filterItems = params.newValues;var ModelA = skuid.$M(‘ModelA’);var ChildTypeCondtion = ModelA.getConditionByName(‘ChildTypeCondtion’);ModelA.setCondition(ChildTypeCondtion,filterItems); ModelA.activateCondition(ChildTypeCondtion);This snippet is running whenev
Hi Guys, Done VF overide many times and never had this issue Trying to overide the Default New Lead button to a Skuid Page named: New_Lead The VF seems fine when i preview it, but wnv I click the Classic SF 'New" Button on lead, I get you’ve been inked error. You’ve been INKED! (Something went wrong) Skuid was unable to redirect the user to standard Salesforce Page Layouts, and no Skuid Page could be used instead. Here are my steps 1- Created Skuid page to create new lead 2- Created VF overide (tried with page assignment and not) 3- changed the New Button for lead to redirect to VF created above 4- Created a Page Assignment (tried with specific Record type, and without) But still getting Inked… Anyone has any idea? Thx
Hello! I can see that the Lightning’s file upload component does not load (the classic button is shown) when the parent model has a filtering on the record id. Could anybody confirm if this is this another known issue, please?Thank you!Jesus
Is there some javascript code that I can use to select all rows in a table?
I’ve been working off this tutorial here: https://docs.skuid.com/latest/en/skuid/javascript/dynamic-model-component-creation.html#dynamic-creation-of-models However, the table that gets built in this tutorial is built upon page load…using a Custom Inline Component JS resource.For my purpose, I would like to build a table dynamically upon click of a button.My use case is → user loads page that displays a table from a declaratively built model, then selects rows in that table, clicks a button, which runs an inline snippet to dynamically build another model based on the rows selected by the user and dynamically builds another table.I don’t seem to be able to wrap the sample code in a callable function when it is located within an Inline Component JS Resource…So I moved the code to an Inline Resource where I am able to wrap it in a function and then call that function from an Inline Snippet (run on button click).But that’s where I get a bit lost……since I’m not using an Inline Component JS
HiI cloned a working Skuid page. It works in preview. However, when I exposed the page on a lighting record page using a Skuid component, the Skuid page does not load. I then did some testing and made a new tab on the Lightning page with a Skuid component using the same Skuid page. Now the behavior is even stranger: whichever tab you click on first, the skuid page won’t load. The second tab will now always load?
Hello!I have a table that shows the contentdocumentlink records related to an account record and that contains a row action to remove the related contentdocument.The idea is to display the files related to a record and to be able to individually remove them.I have already used this approach in the past without any problem but with Spark the result is not the expected one (a different file from the table is deleted or it cannot be deleted it at all).Has anybody experience a similar issue?Many thanks!Jesus
Not sure why this js isn’t working on the page - it’s v2. Any ideas? <skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“false” showheader=“false” uniqueId=“sk-3UPQ-1885” theme=“Clever”> <skuid__masthead uniqueid=“sk-3VF5-6918”> <skuid__image source=“url” height=“custom” heightCustom=“100%” uniqueId=“sk-3VFh-7553” uniqueid=“sk-3VFh-7740” datasource=“salesforce” model=“Account” url=“https://app.cleveraccounts.com/assets/licence/clever/logo/logo-light-150.png”>; </skuid__image> <skuid__navigation uniqueId=“sk-3VGV-14136” uniqueid=“sk-3VGV-14651” type=“horizontal” overflowToMenu=“false” alternateFormat=“collapse”> </skuid__navigation> </skuid__masthead> <skuid__grid uniqueid=“sk-3USz-3804” flexDirection=“row” justifyContent=“flex-start” alignItems=“flex-start” columnGutter=“0” rowGutter=“0”> <skuid__wrapper uniqueid=“sk-3VNV-32936” heightStrategy=“fixed” height=“custom” heightCustom=“100vh”> <skuid__l
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.