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
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
Our DEV environment is on 12.1.5 and I’m making a deployment to our UAT environment. I want to ensure the skuid version is the same, however I’m not able to find 12.1.5 anymore - only 12.1.9. The UAT version is currently on 12.1.2.Is there anyway to get UAT upgraded to version 12.1.5?
I want to upgrade to lightning experience with minimal fuss to our large user base that have only recently moved off the classic interface, into a fully customised Skuid interface. The sole reason for switching to lightning would be to grant our users access to the vastly improved reporting UI. We’re using classic, though the users wouldn’t know this as our tab bar at the top of the page is a Skuid master page with object tabs. Currently when a user clicks the “Reports” tab, they’re taken back into the classic interface where they can view and create classic reports, it’s not the most elegant solution, and could definitely be improved, though it does the job. I have a couple of ideas. I’d like to explore (if at all possible) is keeping the top bar which would include a link to the lightning reporting interface…has anyone done this before? This would be the smoothest transition for us. or Change our Skuid page theme to a lightning theme and utilize the lightning search bar capabilities
I am making a Skuid page showing event tickets, hosted on a Salesforce Site. I’d like people to be able to print these tickets in a clean way, with one ticket per printed page. I’m using the Deck component to loop through the tickets, so basically I’d like each Card in the Deck to have the same size as a printed page but only when viewed on desktop and only when being printed. Any ideas for how I can make this formatting happen?Thank you!!
I have just added several new fields to an object and then added to the model and skuid layout but they are not appearing when viewing records. We have professional edition so field security is not the issue. Any suggestions?
I have a condition on a child relationship in my primary model that references a field from another model (filter model). When I change the data in the filter model and re-query the primary model, the SOQL remains unchanged and does not reflect changes to the field in the filter model. I believe this is a bug, I’m currently on 11.2.7. ^ when changing CertName in CertSubQFilter, then re-querying the model, changes are not reflected in resulting SOQL.
Has anyone successfully integrated a PowerBI Dashboard on a SKUID app or any other BI platform for that matter? Is there such a capability available?
We have an object with multiple record types. We are only overriding 1 of the record types with a Skuid page. We use the skuid page assignments to accomplish this. However, after we added the visual force page to override the “Edit” action, the record types that have native salesforce layouts aren’t allowing a double click to edit fields. Users are required to click the “Edit” button the page to put it into edit mode. Is that the expected/known behavior? Visualforce page for “Edit” action override: <apex:page standardController=“Request__c” extensions=“skuid.Redirects” action=“{!redirect}&objecttype=Request__c&actiontype=Edit”> </apex:page> Salesforce Enterprise w/ Classic UI Skuid 12.0.2 And yes, the plan is to move ALL the record types to Skuid pages which would resolve the issue, but we are having to convert record types to skuid pages over time causing the mix of interfaces.
We recently updated from Skuid 11.0.5 to latest. Mostly the update went smooth but we find that our File Upload components no longer work. They have exactly the issue that we posted about four years ago here where - when used through a VisualForce page, the component does not accept the file. For a brief moment you can see the new file name but then it reverts back. When we use the page directly in Salesforce, everything works fine. In that previous post (and others that I’ve found on this issue) the recommendation is to make a copy of the UploadImage Skuid page. We’ve done that, and made sure that the VisualForce page profile with the component has access to the copy and such. Are there other steps that I’m missing here? Are there new steps we’re supposed to take for the File Upload component under new versions of Skuid? In case it’s a clue we also notice that certain scripts being included by vendor.js are not being imported correctly when the page is included in VisualForce pages. S
I have added a filter on a table with the source as snippet, and the snippet is returning the label and values as{label:'** All Years', value''} I want to deactivate a condition after selecting this value, but it is just applying the filter with value empty which is not returning any rows, but if I want to deactivate the condition which will return all the rows is not working.Any suggestions what is wrong here.
I’m running inline javascript on document ready which gets a model as follows:$(function(){ var showTabsModel = skuid.$M(‘ShowTabs’), showTabsRow = showTabsModel.getFirstRow();// do some other things…};I’m getting an error which indicates that showTabsModel returns undefined. Load Model data on page load is checked for ShowTabs, and the only condition on the model is based on userinfo.Any idea why showTabsModel would be coming back undefined?
I have a large Skuid page with several snippets and functions. It works fine when I’m in Classic and/or Preview. But, when I use a Lightning Skuid Page Component I get an error when running a certain snippet. It’s saying pageTitle is not defined. I am using the following line of code. Why doesn’t this work in Lightning and how can I get it to work in Lightning? pageTitle = $(‘#cart’); I have a Page Title component with an id of ‘cart’. I’m using the snippet to handleMessages() after running some functions over a few different models.
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.