Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’m running into an issue on my V2 page where Reference fields specifically do not display in components. This includes Form, Header and Text components. I’ve resolved the issue in most cases by using a different field but this resolution is not available in all cases, and sometimes I really do want the field to link to another field. What can I do to get Reference fields to properly show up?
I’m having difficulty with button actions in V2. In this case I’ll focus on the “Go to URL” action. I have buttons in my layout that use the action on click, “Go to URL”. They run of inserted fields combined with an existing URL. Here’s an example: http://sungage.my.salesforce.com/apex/laccallscript?k={{Key_LAC__c}}When I click the button in Preview Mode, the URL seems to work as evidenced by the text in the lower left-hand corner of the screen. However, the page does not seem to react. When I right click the button and select “Copy link address” and paste the text into a new tab, the page opens without issue, which means it’s correctly calling the LAC Key inserted via a field above. My Skuid V1 page uses the same URL in the same manner and it works fine. Is anyone else experiencing this issue?
I have a Table Component (T1) with a drawer that displays another table T2) of related records.I am trying to only display the drawer’s table (T2) when there are actually related records (so some drawers will show the table (T2), and others will not). I tried adding a rendering condition using the Table’s (T2) Model Property of Has data rows, and also tried # of rows in model, but ther table (T2) still rendered.in the drawer. The Source Model Tooltip for the render conditions indicated that it will use the rows in context unless there are no rows in context in which case it uses the first row in the model, which explains why it isn’t working using my logic, but I am unclear as to an alternative approach to achieving my objective.Any suggestions would be much appreciated.I am using API V2.
We have created a Trial Template on Salesforce and the Skuid pages are not getting unpacked automatically. Our users are seeing error as : You’ve been INKED! (Something went wrong) We were unable to find a Skuid Page named UX_Target_Audiences. The Page is either inaccessible or does not exist. If you believe you should be able to view this Skuid Page, ask your System Administrator to check the Sharing Model for the Page object to ensure that you have access to this Skuid Page. I have changed the sharing setting of Page and Page assignment to Public read yet no Luck. Has anyone faced this issue ? How did you overcame it ?
When trying to Clone an Opportunity with Products we are coming across the following error message: “field integrity exception: PricebookEntryId, unknown (versions 3.0 and higher must specify pricebook entry id, others must specify product id)” Clone via Salesforce is successful. Have already added the pricebookEntryID in the model as “PricebookEntry.Id” and productid as “PricebookEntry.Product2Id”.I guess noting wrong with products and Pricebook of the Opportunity as it is successful in Salesforce.
Hi All, Is there a way to inject a line break for related lists as columns? What worked on V1 isn’t working for V2.
I have a UI only model that allows a user to specify a date and then run a separate model query on a Salesforce Account.As part of my query on Account I’m comparing a Date field on the Account to the UI Only Date field: AccountDate__c >= (Field From Another Model)(UIOnlyDateField)Except that this comparison seems to not work at all. I’ve set the condition to always on, and even set it to abort the model’s query if no row in source model, but for some reason the Account query just ignores the condition completely and returns all accounts regardless of the Date comparison.Why is this happening? I’m running circles around both the UI editor and the XML to try and figure out what’s going on and all I can see is that this is a bug; but I’ve done date comparisons before with UI only models and Salesforce dates and those seem to work, why here is this not working?Any ideas? Thanks!
Date pickers and lookups are taking - 10 to 15 seconds to render in API1, Skuid 11.2.6. Across the team, across all pages. Help please
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?
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.