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 was searching for the code to redirect to a page within a Salesforce org. I couldn’t find it so here it is. Note “newOrderId.Id” is whatever the variable is for the ID to your new page. Hope this helps someone. //Redirect to New URL var URL = '../../' + newOrderId.Id; var win = window.open(URL, '_blank');```
My requirement is to sort the records of a table on the SKUID page in descending order, based on a UI only field(Age field, as shown in the screenshot): I have tried adding the UI only field ID in the “Fields to order records by” on the Model level, which throws an error: The error: I have also tried adding an Event for sorting the model, when the Skuid page is rendered, as shown in the screenshots: This works when the page is rendered, but in my case the page is loaded twice to activate the “SLS I” and “SLS II” buttons on the page, as shown. Due to this, the records are unsorted again when the page finally loads. Screenshot 1: When “M0Stip” tab is clicked on the Skuid Page, it returns the table with records sorted based on Age field (the actual requirement): !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20191016-5360-1rv5708-Screenshot 54 inline.png “Image: https://d2r1vs3d9006ap.cloudfront.net/s3\_images/1810665/RackMultipart20191016-5360-1rv5708-Screenshot\_\_5
I’m trying to develop on a Skuid Platform Trial site, but it logs me out almost immediately after logging in. I’ve tried both Chrome and Firefox. When I try to save changes to a page is says my session has expired. This seems to happen intermediately. Sometimes I can work in it for a hour without it happening, but then other times I can’t work in it at all because it constantly logs me out.Not sure how to go about fixing this? Any ideas?
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
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.