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
Issues in lightning experience, 12.1.7 version, unable to select picklist values and checkbox on the SKUID page, fields and values are displayed but SKUID is not allowing to select the value
Hi team, I upgraded the package from Millau (11.2.9) to Millau (11.2.25). Then extra space is coming the tab set. Please let me know what can we do to remove the extra space. Thanks, Geeta Garg
Is it possible to have display logic on a table filter (but dropdown you use on the table to filter)? I’m not currently seeing it.
Error Message “The name can only contain underscores and alphanumeric characters. It must begin with a letter and be unique, and must not include spaces, end with an underscore, or contain two consecutive underscores.” The page only has 1 word, it is all letters so I am not sure why this is happening. Visualforce code: ``` How do i fix this?
I have text field with series of IDs separated by comma. I want to display child records of a particular object whose parentids are in this text field.How can I do it in skuid?
I have created List Page and Details page with SKUID.SO when the user clicks on open any record on LIST page, i should show them the Details page.How to achieve this navigation?
When I create new rows in a UI only model, then show the rows in a table, those rows show up with all their field values italicized (display as if it’s a row with unsaved changes) but since this is a UI only model I don’t intend to save the changes, but this italicization looks very weird for display purposes.Can I display the rows without the unsaved italicization happening? How do I go about doing this?Thanks!
Our Salesforce community licensed users are reporting that they see this error, but we are unable to reproduce when uploading files to Salesforce via Skuid interface as a user with the same profile/security setup or logging in as a specific user. I cannot find anything specific to it in the Skuid community about this that fits the bill. Anybody seen this on their end and can understand why it happens or easily recreate it? Error message: Could not upload file: The Chatter Connect API is not enabled for this organization or user typeThanks - Jeff
Hi Everyone,I’m trying to setup a small CD Pipeline with skuidcli to avoid manual depyloments to SFDC. I cannot figure out how to deploy the themes used in my pages. When I push the complete set of pages in my module to my org, the themes are missing. Is there a way to deploy pages and themes with the skuidcli?Thanks in advance,Chris
I have a use case where I’d like to render a button only if the user has write access to a record and hide it when they only have read-only access. The first solution that comes to mind is a ui-only field with a merge value, but I can’t pinpoint a documented variable and the model API doesn’t seem to have this attribute on the row level. Ideally this would be an attribute of the {{Record}} merge variable. Is there a simple merge variable to check for permissions on a row?I could also see this being useful in row actions where you may want to render an action based on access level.
How can I sort a table based on a Child Relationship field?
I have a query on Accounts that is returning a Child Relationship for Contact. The Conditions for my child relationship are checking if the Birthdate field is within a particular range based on the values of LowBirthdate and HighBirthdate in a UI only model (field from another model).This conditioning wasn’t working and was just returning any birthdate.I then set the condition to “Abort this Model’s Query” If no row in Source Model, and now the query doesn’t run, but there IS a row in the source model, and I’m also running this check via a subquery to only return accounts with contacts with a particular Birthdate range (field from another model) and that works just fine.What’s going on here? Why does my conditioning for Field from another model see no rows in the Child Relationship, but in the main query’s subquery it’s picking up the row properly? This seems like a bug.Subquery field from another model works fine:Child relationship to Contact (in the same model) condition: Field from
There seems to be a bug with the Text component when using Firefox. When you click on the component, the text editor doesn’t come up. I tried clicking on all areas. Also the Insert Fileds(s) button doesn’t show either. Everything seems to be working fine in Chrome. Skuid Version: 12.2.6Firefox Version: 69.0.1
Hello I have created the custom List page for displaying Leads, When i click on the any Lead ,it should take me to the DETAILS page in new tab , on Detail page i wanted to display the Progress bar.I created the LIST page with Skuid , How to open Details page in new tab with Progress bar
I’m building and Opportunity overlay in the latest version of V2 (12.2.6) and have another Opportunity-facing Page Include built to render when a specific tab on a Tab Set is selected. The issue I’m having is sometimes the Page Include renders, and sometimes it does not. If it does not render, I can usually get it to render by toggling to a different tab and then returning to that with the page include. Here’s what my logic looks like on the tab. It’s the same for both rendering categories. What can I do to get the page include to render reliably upon page load and upon toggling the tab? I took a video recording of the issue in action. It’s on Google Docs here: https://drive.google.com/file/d/1guRZ8Q9v0aNINO0aSNEg8hFGuyyhq–M/view?usp=sharing
Hello,I have a issue with the rendering of a number field in a form on a page in Spark. It’s being displayed as ‘Number’ and doesn’t have anything fancy going on with it. There are no issues when any number other than 0 is entered. However, when 0 is entered, whenever I click outside of the form field it appears that the field reverts to blank. When I inspect the model the field still has 0 in it, not blank, and when I save the model it saves 0 to the field with no issue. It appears that this is a rending issue, that skuid is reading 0 in a number field as a blank value for some reason.Normally I would add some javascript to just render the form again, but since this is in Spark that’s not an option anymore.Is this a known issue? Is there any easy fix to render 0 in a number field?Thanks!
I’m trying to build one of those (annoying) pages where a pop-up displays before you view the page. The pop-up will have a checkbox (“I’ve reviewed the Privacy Practices document”); I’ll use this to close the pop-up.Ideas on how to achieve this?
We’re noticing significant performance slowly when it comes to saving and page loads in one of our sandboxes that was upgraded to Winter 20. Running the same action in a non upgrade box side by side with the winter 20 upgraded box, it’s taking 4 or 5 times as a long to save a record.Already tried upgrade to the latest Skuid package (12.2.6), but the issue continues to persist.Anyone else seeing degradation in their Winter 20 boxes?
Hi All,we are getting this below error on every standard Skuid tabs and pages,Encountered premature end of XML: no more data available - expected end tags to close start tag from line 3 and start tag from line 2 and start tag from line 1, parser stopped on START_TAG seen …y=“true” limit=“25” type=“” doclone=“” datasource=“salesforce”> … @4:3We just got a new sandbox refreshed from another sandbox.we are not able to open any custom skuid page or even any tabs like Skuid Central, Pages , Page Assignment etc.P;ease help me to resolve this issue.Regards,Akanksha
I have a DocuSign PowerForm embedded in a Salesforce Community. The Community User (with Customer Community Plus license) signs the form, and the DocuSign PDF gets attached to their Account record, and is shared with the User (specifically, with their Person Account record). All of this seems good so far. I can display the DocuSign PDF on an INTERNAL Skuid page using the ContentDocumentLink object. When I try to display the PDF on a Community Skuid page using the ContentDocumentLink, I get nothing - the table doesn’t even render.- I know (I think?) that files need to be shared via Chatter to show up in the community. I tried sharing the file via chatter manually, and the record still isn’t showing up. - Is the ContentDocumentLink object available in the community? If it isn’t, what should I use? And then… once I have the correct object, I think I may need automation to share the file via chatter before it will show up. The DocuSign PDF should be viewable only by the Community mem
Hello all, is there any way to build the Bar (like pizza tracker)with SKUID, When Sales people open the any Lead i need take them to detail page, on detail page, i need to highlight the STATUS values on BAR.Is this possible with Skuid.
Does anyone have a good solution to overcoming the CSP error “connect-src ‘self’” when trying to call a REST API within the org? (e.g. We have a page that uses method 2 from Zach’s https://community.skuid.com/t/calling-apex-function). Of course the call works as expected if we use the VF page but we are looking toward optimization. Thanks in advance
I would like to mimic the Edit Page button that is docked to the right center of every skuid page. I would like to be able to display one or more specific buttons in this fashion (although I would like it to be able to specify the location it is docked to if possible. I am using V2 with Design Systems, so I am limited on my ability to adjust the CSS, unlike in V1, so I’m not sure how to proceed. Any ideas would be greatly appreciated.
I’m trying to build functionality that dynamically generates models and components. I’m using https://docs.skuid.com/latest/en/skuid/javascript/dynamic-model-component-creation.html as my baseline. I’m able to build and register all of the models, but I’m running into rendering the of tables. Here is the JavaScript for my component var element = arguments[0]; var $ = skuid.$; var $xml = skuid.utils.makeXMLDoc; // Grab Opp data var oppsModel = skuid.$M('Opportunities'); var oppMapByFiscalYear = {}; // Make sure we have the Oppmodel if (oppsModel !== undefined && oppsModel.data.length > 0) { // Loop through opp model and map by fiscal year oppsModel.data.forEach(opp => { console.log('opp', opp); var tmpFiscalYear = (opp.FiscalYear !== undefined) ? parseInt(opp.FiscalYear) : undefined; console.log('tmpFiscalYear', tmpFiscalYear); if (oppMapByFiscalYear[tmpFiscalYear] === undefined) { oppMapByFiscalYear[t
We use “starts with” on text fields as conditions. Can this not be done on V2?
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.