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
The SUM summary field is showing with 0 decimal places even though the field is defined through Salesforce metadata with 2 decimal places. Can I get it to show with 2 decimal places? The fields in the rows show with 2 decimal places, but the SUM does not. I cannot find a control to change the number of decimal places in the SUM. Thanks.
Hi on some on of our v2 tables, when we try to access the table settings to use column hiding feature, it does not work and we see the following error: Any ideas pls?
So I’m trying to work around the lack of ‘onBlur’/‘lost Focus’ actions for a field. I sort of have a hack working, using a custom snippet for field validation. I have validations set to: Show error message when User leaves the field I have it run a JS snippet which always returns ‘true’.BUT that same snippet runs whenever any field is exited. I had thought that User leaves the field, would only run the validation, when the user leaves the field, but I guess it runs the validation every time and only defers displaying the error?
I have a master calendar page that is utilized by users across our organization (SFX w/ Edinburgh 16.1.8.0). This calendar has many sources that may or may not be relevant to different users. I would like to create a “toggle” function that would turn off or on the sources that appear (and in turn query for performance purposes) on the calendar. Ideally using a button set or possibly a filter set. What would be the best way to accomplish this? My first thought would be to add conditions to each model that would result in basically returning no query results and toggle those conditions on and off, thus nothing would appear on the calendar. Would love to hear any other suggestions. Thanks!
Working on my big data entry page, and trying to get tabs to move field to field, in/out of table. I have a page with a form in the header, and a table below. I was able to cobble together some tips from earlier questions to get the first form field set as focus on page load. (Used the event “Skuid Page: Rendered”, ended up having to put in a setTimeout() delay for half a second to get it to work.) I have tab-to-next field working for the form fields working on the top, but need to have tab from the ‘last form field’ move to the first field in a table. (The table needs to be created when an ‘amount’ field is entered on the form, that’s another problem) I found an old community answer for getting to the table, but it doesn’t work as shown (probably v1 from 2017, Is it possible to navigate to first field on the first row as a new row is added to a table? ) At present, tabbing from the form goes to the header of the table, and the the footer and never goes INTO the table. I gather one st
Hi, we’ve witnessed a recurring issue with one of our Skuid pages not loading our Salesforce data completely. The issue seems to stem from accessing related fields on a Salesforce object e.g. accessing account information through a transaction custom object. Case Scenario: A user wants to create a supplier transaction for a segment (Flight, Bus, Train etc.). Once they create a segment they can go in the system and create a supplier transaction. The supplier(segment) transaction’s initial model’s rows are created on page load using an inline snippet. The values for these rows are mapped from the segments which need to be paid for. Problem: Once the segment transaction model’s new rows are created, we are trying to access the Creditor__r.Paid_on_Statement__c field in a different snippet. However, some users are not being able to access that value. Code: Below is the inline snippet creating the rows for our segment transaction model. Here we are setting the Creditor(Account) of the segme
Have had the weirdest experience with a couple of users. Even though using exactly same profile as other users that are working as expected, 3 users are being redirected to Skuid Pages on login. Never have seen this before! THANKS! AND BTW- hello, it has been a while!
Hello, On some pages with vertical tab container, i’m having weird issues. I understand the logic that if page is too small, the tab container would switch auto to an accordion But seems to be happening on full size page with lots of space, and sometimes same page in a popup would appear properly… Is there a way to fix this behavior or disable the auto accordion function? Any ideas?
I downloaded Skuid Edinburgh Update into my sandbox and am trying to recreate our skuid page using the more up-to-date version. However, some components on the previous version we have (Boston 13.0.7.0) are missing in version 16.1.8.0. For example, there is no “template” or “Field Editor” components in the new version. I am attaching a screen shot of our old vs. new component list. What am I missing?
When fields are in a column set & columns, it can look pretty funky if the label or input for one spans multiple lines while the other doesn’t. I was hoping to align them to the bottom, and the column does have an align-self property, but I don’t see it changing anything. I do see the div in the html that I think corresponds, with style="align-self: flex-start; flex: 1 1 100px; min-width: 100px;" and changing align-self there does the trick, but it may be different than the element the builder property is for. I’d rather not take forms apart and rebuild them all in responsive grids, but that’s the only other option I can think of. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="NewModel" limit="20" query="true" createrowifnonefound="true" datasource="Ui-Only"> <fields> <field id="NewField" displaytype="TEXT" length="255" label="Text" defaultvaluetype="fieldvalue"
Hi, Is there a way we can rerender a filed when other field was changed? we have a pickist that dependent on multiple fields, We can set the renderer to snippet but the issue is the snippet is not not triggered to execute when the field it is dependent to is changed.
Use case: Users need to be aware of the records that have recently been updated, but once they view the record, the record is no longer needed in the model (ie. show records with unseen updates). I would like to query records where the LastModifiedDate is more recent than the LastViewedDate. Is this possible?
Defect/Issue Description: When record is saved from Skuid page that runs a skuid wizard not all fields reliably save. Our clients end users are reporting that all other fields on the screen save, but 1 or 2 will not have their values stored to Salesforce. PRODUCTION API Version: v1 Release: Dubai Update 2 Release version: 15.2.9 Platform: Salesforce Brief Summary of the Defect/Issue: The skuid solution in this case runs on an iPad in the chrome browser. The user interacts with the Skuid wizard stepping through multiple groups of questions doing a medical examination for a patient. After each step in the wizard we save the object record and field inputs from field editors. The client finds that when they go to review the exam record after the fact that fields are missing values. The button in the wizard prevents them from moving on without capturing a value in all fields, but one of the fields comes in without values even though all other fields on the page got saved. Action Performed:
Defect/Issue Description:A description of the bug Environment: API Version: ***v2 Release: Edinburgh Release version: 16.1.6) Platform: Salesforce Brief Summary of the Defect/Issue: filter set dropdown picklist is not populating if a model has aggregate and a model “Query on page load” is not checked
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
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.