Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
We are building a complex Skuid page that utilizes an 8-step wizard. We have exceeded the character limit on Skuid and are considering the creation of a page include component for each wizard step. However, each step of the wizard has some sort of dependency on other steps. For instance, Form component A in wizard step 2 should only be visible if the ‘ABC’ value was selected in a multi-select picklist on Form component A in wizard step 1. Additionally, we are facing difficulties regarding the validation of the entire Digital Form before submitting it for approval. Presently, we have implemented a validation mechanism that verifies the completion of required fields in all wizard steps. If any errors are encountered during this validation process, it prevents further progress. We are unsure how to address these challenges if we opt for page include components. These issues have become a blocker for us, any hints would be very helpful.
I started getting this error in my sandboxes and production this week. The only thing I know of that is different is that we updated to the latest version. Access to entity ‘SalesforceContract’ denied The people getting the error are all SF admin with full Skuid licenses. No regular users have reported an issue. We get the error when previewing the page. I get a different error when viewing the page on a Salesforce Lightning page. Error message: An internal server error has occurred Error ID: 1132947858-480962 (1714735809) Any ideas what is causing this?
Defect/Issue Description:A description of the bug I wrote a formula that is leveraged as the Event Template for a page with a calendar component. In the preview, the data renders as expected, but in production, more than half the formula fails to display. Everything after the ‘’ tag is dropped by the page in production. Interesting, I have another page that is leveraging almost the same formula, and I have no problems with the syntax or rendering on that page. Environment: API Version: (v1 or v2) Release: (Chicago, Boston, etc) Edinburgh Release version: (Version Number) 16.0.8 Platform: (Managed cloud or Salesforce) Salesforce Brief Summary of the Defect/Issue: My previewed page does not match the production page - same formula obviously. An easy-to-understand description of the bug (e.g., “When mass selecting items (not including clicking the ‘select all’ checkbox), other checkboxes on the rows selected appear to take on a checked value.”). I have a complex formula that render
Is this possible? I finally have a use case for named output. 😃
I’m using the new field validation feature. Is there a way to keep Field Validations from showing as page errors on the top of the page, and only show as error on the field? Situation: User has data validation errors that appear on the field. The user corrects the errors as they go through the form. However, each time they have an error and save the record, the errors keep stacking up on the top of the page and never go away (unless closed using the x), unlike the field validation that goes away as soon as the error is fixed. Depending on the page size, they may not even see the errors until they are finished. My preferred user experience is to only show the validation at the field and not at the top of the page. Is this possible? The current user experience will likely force me to go back to using template fields (conditionally rendered) for validation instead of using the new feature.
If anyone had to delete lots of PB or PB Versions, you know the pain lol… was wondering if possible with skuid
Defect/Issue Description: I am getting error of “Cannot read properties of undefined (reading ‘length’)” in stacked charts. This is in both column and bar charts. The chart also does not appear. Environment: API Version: v2 Release: Edinburgh Update 1 Release version: 16.1.4 Platform: Salesforce Brief Summary of the Defect/Issue: When loading pages with a stacked chart (both bar and column), the chart does not display and the error described above is displayed. Action Performed: I upgraded to Edinburgh Update 1 today and I believe the issue started just after that. Users log in, view the skuid page that has the chart and they get the error. They are not interacting with the chart. Expected Result: A stacked column chart of Inside Sales Activities MTD categorized by owner’s last name and split by activitiy type should display. Actual Result: Chart does not display and error described above appears.
I have a file upload component where I set the file name to be “FileA”. The new files are named correctly for internal users but files are not being renamed for community users. The user can manually rename uploaded files, so it’s not a permission issue. Any ideas why the feature does not work in a Salesforce community (aka Digital Experience)? I’m on version 16.0.9.
Defect/Issue Description:Vertical Navigation is not working if source is “Salesforce tabs for current app” Environment: API Version: v2 Release: *** Edinburgh*** Release version: *** 16.1.4*** Platform: Salesforce
Maybe I am missing something, but I can’t seem to move existing steps in an action sequence under a branch. It seems like I have to recreate them. There are times when I am building something and realize it would be better to use a branch for some portion, but I don’t see a way to move a step I have already created in the sequence to be an If-True action on a branch. Would be great to not have to recreate steps in this case.
I have an aggregate model that groups Opportunity data by month and year. I’d like to: Pass the month and year to a drawer to display data from a basic model to display a list of Opportunities by month. The aggregated fields are: <groupby method="simple"> <field id="CloseDate" name="cyCloseDate" function="CALENDAR_YEAR"/> <field id="CloseDate" name="cmCloseDate" function="CALENDAR_MONTH"/> </groupby> But when I try to activate and set model conditions based on these dates, both {{cyCloseDate}} and {{cmCloseDate}} are sent as NaN when I view the condition in the debug console. In the aggregate table output, these render as “6” “2023” if the row is for June 2023. But I cannot seem to get the drawer activate condition right. What should the context condition be for the drawer table? I can only use a single value for the context, not month + year (related to question #3, is how to add a formula field to an aggregate model) How do I create a formula field o
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.
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.