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
When opening a page include via a Modal, when the modal closes the page include unloads so opening the modal a second time results in a fresh include. When opening a page include via a Sliding Panel, the content doesn’t unload so reopening the panel has a stale include. I expect the behavior of the Modal, and don’t see a reason it would differ, but I don’t have any older environments to test in. Repro via UI-Only Page <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models/> <components> <skuid__text contents="1. Click Open Include in Panel&lt;br /&gt;&#10;2. Close via Close button top right&lt;br /&gt;&#10;3. in console, run skuid.debug.modelMap() and see the model still exists (only 1 possible is on the include)&lt;br /&gt;&#10;4. Click Open Include in Panel again, Panel opens&lt;br /&gt;&#10;ER: Shows form for editing records&lt;br /&gt;&
I have a field where I want the user to input a color, similar to what we do in the DSS. Is there any way to leverage the skuid__inputColor type of input from the Builder?
I previously had an issue with using Skuid for Salesforce to also manage a MSSQL server database. This was previously fixed by the Skuid Team, lead by @Anna_Wiersema Continuing the discussion from Skuid with MSSQL - Unable to update records: Unfortunately, this exact same issue has just started again. Can I get some assistance in fixing this. Thanks.
Environment: NLX API Version: v2 Release: ED1 Release version: (Version Number) Platform: NLX Brief Summary of the Defect/Issue: This is an example of a Header component with a Project model. I think there used to be a way to select a field, where now it just has the code editor. Similar with buttons and other contextual elements, though not an issue with the Text component
I’m working on the drag and drop in skuid labs, and would like to make it a bit more reusable by publishing an event when an element is dropped that the builder could connect to. I feel like there must be a way but I haven’t found any options. For example, if I drag and drop OpportunityA from Ready → In Progress, I could publish an event drop.inprogress and have a listener in the builder that runs a row update action to change the status. I could also publish drop.closed when it is moved to Closed that has a modal to select Closed Won, Closed Lost, modify the date, etc since it’s a more complex state change.
With a table component it appears tabbing across the fields in a row doesn’t work. It instead tabs down the page to a different part of the component. Is there a setting to allow tabbing across fields in a table? The example would be when a new row is created and a user is doing data entry, they have to click each field individually instead of hitting tab and going to the next field.
I can’t seem to get it to work, since I keep getting these errors with any setup using the Search component. Working on AWS’s RDS if that’s relevant, with a repro page below giving a better step by step of what I’m seeing. I tried on a simple table with two fields (id, name), and both are marked as filterable after the initial import into Skuid. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models/> <components> <skuid__text contents="Repro Steps:&lt;br /&gt;&#10;(Setup)&lt;br /&gt;&#10;- Have a postgres table with two columns&lt;br /&gt;&#10;1. name: id&lt;br /&gt;&#10;type: uuid&lt;br /&gt;&#10;default:&amp;nbsp;gen_random_uuid()&lt;br /&gt;&#10;2. name: name&lt;br /&gt;&#10;type: character varying&lt;br /&gt;&#10;- Have datasource imported to Skuid with id marked as id Field, name marked as name,
Using DSS with v2 components, how do I choose a variant for the fields within a table variant? The table variant doesn’t include fields as a nested component. There is a row component that I infer has fields as a nested component, but I can’t create any row variants. My only option is to update my tables on my pages to use the field variant I created. However, this is labor intensive as I am upgrading my v1 pages to v2 and have many tables.
Is there a way to show the page last modified date/time on the skuid page? I am building some community pages and frequently the community page will be lagging by several minutes. It’s very frustrating test the new page only to find out that it’s not really the new page. Currently, I have a text field that I use to manually do this but would like to do it automatically while in development.
I’m getting skuid.page.runningOnForceSite = true, despite not running on a force site. We’re running 10.0.27. Seems like this started with the recent salesforce release. Thoughts? Workarounds?
Skuid API version: v2 Platform: Salesforce Release version: Edinburgh 16.0.9.0 Hello! I have a model field displayed in a table and the read-only field property is checked. When I initially access the page, the field is read-only as expected. If I update any row in the table and save the change, the “read-only” model field becomes editable. There is no special display logic on the field. If I change the parent record (i.e. quote 1 > quote 2 OR EVEN quote 1 > quote 2 > quote 1), each time I access the new record, the read-only field is correctly disabled. Has anyone experienced this behavior? Thanks!
I have a Navigation with Item Source of “Salesforce tabs for current app” see below screenshot. On screenshot below I am on Issues Tab. but the menu is not highlighted, I made the style for navigation to underline the current menu but seems skuid can not determine the current tab. Skuid Version is 15.0.8 on salesforce platform api v2, not this issue is also on lower versions of skuid.
I’m trying to build a list of accounts that do not have an SDR on the Account Team (AccountTeamMember) Is there any way to query accounts that do not have a certain account team member role related to it? I’ve tried a subquery where the TeamMemberRole does not contain ‘SDR’ but it isn’t working as I thought it would.
Is there formula syntax for viewport width? Use case: I load certain models after render using the Skuid Page: Rendered Event. I would like to add a branch with an IF statement to load or not load specific models based on the viewport width so I can load specific models for mobile vs. desktop.
How can I pass the record IDs of multiple records (all rows in a model) to an Apex Invokable Method? I can follow the steps outlined in this documentation to pass the Id of the first row of the model, and the Apex runs as expected! But anything more than that single record…and I’m stuck.
Hello Skuid Community! I am attempting to use the "result of template’ under the Color format on my Calendar component, but having lots of issues. It’s a relatively simple formula, but whenever I put in any logic all my events render in a gray that isn’t part of my formula. I’m guessing I have something wrong in the syntax, but can’t crack the issue. Formula: CASE( {{AWBC_Party__c}}, “D”,#0015BC, “R”, #FF0000, “I”,#6F2DA8,#FFFFFF) Calendar rendering as gray, not following template despite both an R and D being present: Any help is greatly appreciated - I’d really like to avoid having three duplicate models powering my calendar, but that is the only idea I can come up with if this feature doesn’t work out. Best Woj
Hey all! I use some lookup filters in my Salesforce instance and hoped they’d pull through to my Skuid pages, but that doesn’t seem to be the case. They do work in Salesforce, just not on the related Skuid page. I also tried to use the Lookup filters within the Skuid Page, but they didn’t work either. All of the fields involved are in my two models, and I reference one of the fields I use as a filter as a default value elsewhere, and it shows up as the default value, just doesn’t trigger the filter. Any direction on troubleshooting lookup filters, or know issues with them, would be greatly appreciated. I’m on the latest version of the Edinburgh release Thanks in advance, Woj
I have a modal which by default loads a new row for an online form we run on our website. I then set an override on the ‘record type’ name field of the modal to be a type I know is available. However, I keep getting an error message that its a restricted value (which its not): What am I doing wrong here? Can you not do this on initial row create? Many thanks Alex
Hello all! I have a handful of 2 year old Skuid pages that use tables that recently began throwing errors about a missing required field when creating new rows. The pages were originally set up to use the Page Parameter ‘Id’ when creating these child records, but it seems to no longer work as a default value - however, it does continue to work as a model condition. As a fix, I’ve used the ‘Field from another model’ option, and simply use the record’s Id instead of the page Id. Can anyone tell me what may have changed on this particular object that would have caused the Id value to become hidden? Thanks in advance, Woj
Hello Skuidworld! I am working with a calendar component where I’ve limited the number of initial records loaded by the model to cut on the long load time. My calendar is grouped, and I am expecting to be able to query more records nad have the calendar groups grow accordingly. However, unlike other components where you often see a ‘+ more records’ option, the calendar has none. I’ve tried to add a button to query more records and merge in with the existing, but it doesn’t change the number of attendees listed. If I add a table component to the page, the button to query more records works, but not on the calendar. Is there a default data query taking place on the calendar that is overriding things, or is there another way to interact with the data to limit results at first, and allow users to add more? Any direction is greatly appreciated! Best Woj
I’m trying to combine two fields in a table to save screen space. Currently I have 2 fields - Product and Billed Product. Product is just a text field with the product name - which is useful/needed on this screen. Billed Product is just the auto-incrementing Name field that contains the link to the record. The LINK is needed, but not the “B-{00001}” value that is displayed. So what I want is a template field that displays the Product Name, but is a hyperlink to the Billed Product record. Here is what I have in the Template field: <a href={{Billed_Products_Mo__r.Id}}>{{Monthly_Bill_Product__c}}</a> This is close to working, except the linked URL is including “/apex” in the url and when I click the link, it takes me to SF Classic and a page that says the “URL No Longer Exists” https://mycompany–skuid.vf.force.com/apex/a0K1400000AAAAAAAA - URL that breaks https://mycompany–skuid.vf.force.com/a0K1400000AAAAAAAA - correct URL that I’m trying to create
I have a filter set on a Modal which displays radio button options. When a value has been selected how do I pass the selected value to a UI only field.
I have a page with lots of functions on. It displays a table. I want to re-use the page quite often but have different columns showing so was going to create different versions of the table on the same page with a conditions to show / hide. My question is whether this would slow down load times as even though only one table to loading, would it load the data in the other hidden tables
Hello, I have a pick list UI only field. When I select a value from the pick list, I run a snippet to update the existing field. Is there a way so that when I load the page, it will check the existing field value and default the UI only field value based on that? Thank you
I am trying to unpack a Skuid page but getting the following error: ‘There was an error refreshing one or more pages: 1. Invalid Page API version.’ The Skuid page already exists and I am trying to overwrite it with the latest changes. We did face the same issue when we were trying to create it initially, to resolve it we created a new page and moved the XML across. I can perform the same steps again but I wanted to know why I get this error intermittently? Any clues would be helpful.
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.