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
I’m attempting to go live with an Opportunity overlay built in API V2 for the first time. It works wonderfully in preview mode, but today I tried to make it live in Salesforce (Classic) and the page fails to load. My overlay built in API V1 continues to work fine. When I bring up console I see the following error: Uncaught (in promise) Could not find Skuid Page named “” Any thoughts on what the issue could be here? I updated to the latest version of Skuid (12.2.6) in Sandbox and I’m getting a similar error with my V2 overlay: “Uncaught (in promise) Unknown error”.
I need to check the value of an updated field in a SKUID table, and run some actions based on it. As am unable to find a way to refer the edited record, I am trying to loop through all the records while updating and check the field values. My exact requirement: When the user tries to update the highlighted ‘Status’ field to ‘Complete-Approved’ or some other specific values manually, I need to block the UI, display a message of ‘Invalid Status’ and revert all the model changes. The functionality works fine currently, when the user tries to update the first record in the table: However, it does not work as expected when the ‘Status’ field in other records of the table is updated. To achieve this, I was trying to loop through the values in all the records of the table. If any of the values is not expected, I wish to show the ‘Invalid Status’ message and revert back model changes. The current model actions set for this are shown here, along with the ‘Branch’ formula, which I wish to edi
I want a UI field (checkbox) to be populated according to the field on another model .A custom logic for populating the UI field is “IF the field on another model contains the rowid of this model then make the UI field true”.Is it possible?
I have an aggregate query that returns a field called “YearMonth” in the format “YYYY-MM”. I also have several other fields with data in them; one of the fields is “Amount”.I would like to create a table where each distinct value of YearMonth is its own column in the table, and each cell in the YearMonth column is filled in with the Amount for the combination of that YearMonth and all other columns in the table that aren’t YearMonth columns.For ExampleColumn Header: Account,Fund,2019-01,2019-02,2019-03First Row: 10000, 100, $0, $100, $200Second Row: 10000,200,$50,$75,$100Third Row: 12000,100,$10,$20,$30etc.Is this possible? How might I go about constructing a table that looks like this?
The free barcode generator we were using has stop working and we are looking for a new solution. Does anyone use a good barcode generator that integrates nicely with SalesForce and Skuid?
Is there any way to update or remove a specific row in a model?Let’s say I want to run a branch that investigates row 0 on a model, and if row 0 is found to have a certain condition, removes that specific row from the model prior to saving the model. How do I go about doing this?
What is the default return value for MODEL_LOOKUP if the row is not found in the model it’s searching? I’m trying to write a condition for the row not being found in a model.
I’m trying to use a temporary model that I then adopt rows into model for the model I’m going to actually go about saving in order to prevent incomplete rows from getting created in the model I want to actually save. When I go to save the model, I get an Invalid Reference ID Billing error. It seems to be getting the Application Amount in properly, so I think it’s getting the Billing ID in properly… why am I seeing this error when adopting rows into model? I was getting this error even when I tried to adopt rows into model using the same {{Id}} (not the ID from $Output), both seem to give similar results. Why do related IDs seem to malfunction on insert when using adopt rows? What do I need to do to make this work?
I can’t seem to find in the documentation anything in regards to the syntax of the $Output merge variable. How do I go about using it? I want to reference the ID of the adopted row as well as another field.
We display a lot of date fields in our Skuid layout, and as I rebuild the page in Spark/V2, I’m seeing many of these date fields display as “Invalid date” rather than as blanks like they did in V1. It’s distracting and looks like the field is displaying an error when it is in fact simply blank. I included a screen grab of what this looks like in play: Is there a way to format Form components so they simply display a blank field if the field in Salesforce is blank?
Hi Team,There are 2 critical updates in salesforce ‘Require Customize Application permission for direct read access to custom metadata types.’ and ‘Require Customize Application permission for direct read access to custom settings.’ When i activated these updates, on the community site, skuid page is not able to access the fields of Custom meta data and custom setting fields. We checked that lightning component can access the fields on the community but skuid don’t support to query the fields of custom meta data and custom settings.After activating, Model contains data with Id but all other fields is not accessibile. Just like ‘Name’,Label,MasterLabel, Custom field is not accessible.Please let me know what i need to do additionallly for accessing the fields of custom metadata and custom settings on the community site.This is urgent.Please find the below screenshot of Critical Update.Thanks,Geeta Garg
Hi,Trying in Sandbox for the first time to add a New Data Source for MySQL hosted on google, and for some unknown reason, it does not want to work.I’m able to connect with same credentials Using MySQL Workbench but in Skuid I get an error:Here are the steps I did:Added a new CSP Trusted Site with URL: https://gateway-us.skuid.netCreated a new Data SourceType: MySQL / MariaDBEntered the credentials in all 5 fieldsand get the following error:Anyone have any idea on why, and how I can make this work?tested on sandbox Skuid version: 12.2.2 (latest)Thx
Hey all! I know building pages and realizing you either a) wanted to use a master page or b) did not want to use a master page can be a pain, because it means a full rebuild or XML surgery. So I built a converter page you can add to your Skuid instance: https://github.com/skuid/skuid-labs/tree/master/experiments/pages/childNormalPageConverterIf you haven’t heard about Skuid Labs, it’s a place for all your cutting-edge Skuid experiments. There’s no warranty on anything, but this page should be relatively safe. Of course, always back up your work as a precaution!If you encounter any bugs or have ideas on how to improve this (or anything in Labs), let me know, or feel free to submit a pull request.
Some of our customers are reporting issues when attempting to view Skuid pages using Internet Explorer. Is anyone aware of this issue and, if so, do you have a resolution?
I have an Account table with a button to create a new record on a Child related object - named Scorecards. Using actions, I’m pre-populating a few fields on the Scorecards object in a pop-up window (Account Name, Date, Record Type). Pop-up looks perfect, but when I hit save, I get an error that can only be resolved by retyping the Account Name (or backspace on the last letter) and select from the drop down list that appears.Invalid Reference Id: Account
I have one model called Innovators, with a field Email_Body__c - I would like to update this to a value from another model EventEmailTemplate, field: Body__c What is the syntax to get this value when using the Update a field on row(s) action?
Hi. On a lightning page, there is a tab. Within that tab, I have 12 Skuid page for different provinces in Canada, and depending on the province only 1 of these page are render. The rendering speed used to be fine, but I noticed lately often it would take over 55 seconds to load or just time out and not load. Clearly, this leads to a very bad user experience. How can this be remedied?
Hi All,we have a requirement to activate and deactivate filter condition on some status and if that filter condition is already activated then there is no need to activate it again and run model query, so is there any way to check if model’s filter condition is already activated or not in snippet code.Regards,Akanksha
I have the lightening experience enabled in my sandbox. My Skuid pages render (all though very slowly) but the master page header info does not load. How do I get the master page info to show when in lightening?
we activated the critical update. after activating, we are unable to see the skuid page on community. we noticed that ‘Restrict Access to @AuraEnabled Apex Methods for Guest and Portal Users Based on User Profile’ critical update is creating the problem.It may happen becoz of skuid related class access to the community user.Can anyone help us to tell the list of skuid related class so that we can give the access?Thanks,Geeta Garg
I can’t seem to find an easy way to use the Skuid Page Lightning Component and allow the Skuid page to take a URL Parameter. I’m able to get this working on normal Detal/View pages of records by overriding the object’s view/create/edit buttons/functions. But, I don’t want to override any of those for this page.I’d like to just pass a URL Parameter to a Skuid Page within Lightning, without having to override any object view functions.Thank you,Sam
Do v2 tables not support inline record creation? I don’t see the option.Thanks!Paul
Tasks for two contacts owned by same owner render differently for the owner.
When using a table with pagination with row actions that have conditional display logic the pagination slows down until the table (and entire page) become unusable/unresponsive. The more conditional row actions there are the quicker the slow down occurs, seems to be some background Skuid processing of row actions that causes decreasing performance until the page becomes unresponsive. The following simple page reproduces the problem, just page through the table back and forth a few times and notice the slow down. Only 3 row actions but when we use our real Skuid page with 10 row actions that are driven off a simple status field the page rapidly becomes unusable. Using Skuid Salesforce 12.1.7 but looks like later releases don’t address this issue. No real workaround, sometimes have to reload the page after using it a few minutes <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false" uniqueId="sk-Yd3-1881" globalfeedbackenabled="fa
Open Lightning page inside table’s Drawer and also passed some value to the lightning page from skuid’s table so that we can show data on lightning page based on passed parameter.
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.