Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
How would I upload a contact photo?
How do you reference a field from another model in a Rich Text component?I have a RT component based on my [Contact] model and want to add field details from first row of [Event Model]
My REST models are always asking values when load of the page builder, and this is really annoying. I think there is no point prompting for some dummy values every time we open the page builder. How can I get rid of this.
I think I found a bug in the table properties for the Search. When I choose to add fields manually from my model all can see are reference fields. None of the other fields in my model are available for some reason. In addition to that I’m not even able to select any of the reference fields as they give a never ending drill down option. I tired with custom objects and standard ones. I’ve also tried creating new page with just a table and one model and still can’t pick any fields. I’m on Skuid version 10.0.9. I have a sandbox on version 9.5.3 and I get all model fields there.
Hi we are experiencing very slow performance in production. Page load takes up to 20 seconds. Anyone else having the same issue?
Models: Parent and Child Deck on Child model Field Editor within Deck on Parent model Rendering Conditions in Field Editor on Child model Expected: rendering conditions use deck’s context row. Actual: rendering conditions use model’s first row. XML: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" useviewportmeta="true" showheader="false"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Account"> <fields> <field id="Description"/> <field id="Name"/> <field id="AccountNumber"/> <field id="Phone"/> </fields> <conditions> <condition type="fieldvalue" value="sForce" enclosevalueinquotes="true" field="Name" state=""/> </conditions> <actions/> <
Hi Skuid.I have a queue component that is running it’s click action multiple times.Help?I have no actions on any of the models.
Is it possible to drilldown from one chart into two side-by-side charts? In my current example, I am working with pie charts. I would like to be able to click a segment of a pie in chart 1 and show two pies (each with a different series) side by side for the IDs in the chart 1 segment clicked. In this example, all three charts are for the same model based on the Contact object and each chart has an aggregate function to count contact records. Pie chart 1 is counting Contacts, split on a UI-only formula field indicating whether the contact is new for the reporting period. Ideally, clicking on the segment for new contacts in chart 1 would show two (or more) pie charts at once, each displaying a different demographic category for the new contacts, e.g., gender (as pie chart 2) and language (as pie chart 3).I have a few workaround ideas including having two versions of chart 1, drilling down to either chart 2 or 3 respectively, but that requires clicking on the same segment in each ve
We are needing to set our Picklist Filter for a table to default value so the rendering option is not available at first and is only there after selecting the non default value. The issue is when we have a none option our Conditional Rendering goes away ThanksKevin
What is the default setting for “Visualforce.remoting.timeout” on Skuid pages? Can we configure this per page/system wide? Having timeout issues with larger model saves.
I am using a deck component that will usually only be displaying 2 or 3 cards max. I would like to hide the footer that shows how may records are in the model and how many are being displayed. Is that possible?
Hello All,I need to be able to to call our Apex Classes in Salesforce but to do so I have been informed that I need to create an Apex Class that can act as a REST endpoint for a Skuid Data Source.Here is our current process using a VF page being triggered by a button on the Account record. This process is pulling data(JSON) from a SQL Server and displaying it on a VF page. · Controller Class – called from Visualforce page · Url Class – builds url and appends Account record field end of url. Calls encryption class · Encryption Class – Encrypt url using AES256bit encryption · Header wrapper Class – Define data structure for Header record · Detail wrapper class - Define data structure Detail recordsI have Classes that build my URL and grabs the data. Is there a way to just call the Controller Class? Or am I approaching this all wrong? I guess what I am thinking is that I could utilize my existing Classes which may be incorrect.JDEWebServiceJDESe
I want to show contact for particular account(using open/close drawer) ,here I’m using model entity tables which are present in amazon DynamoDb here I don’t know how to link two tables in amazon DynamoDb .Please let me know
Since Salesforce is phasing out Attachments in favor of Files, is there a way for the File Upload component to upload to an Object’s Files?I assumed that updating the Files Settings would trick the Skuid component into placing the upload into Files, but nothing gets past Skuid!ContentDocument is the object that represents Salesforce files. I can easily view ContentDocument records related to an object but I cannot create them. Does anyone have a workaround to create ContentDocuments on a record through Skuid?
Saw this question in today’s webinar.“Where can we find documentation to create skuid lxe components?”Er … uh … what’s lxe?
I have the search component in a header for master - child pages. When searching for something that returns a long list of results like an Account name, all the sections are not visible on the screen. The search list doesn’t scroll, whatever can fit on the screen is all you see even though there are other options “off screen”. Is there a fix for this?
The next evolution in the SDLC I’m building is automated user tests. I’ve taken cursory looks at Selenium and Cypress.io.Has anyone tried these with Skuid?
I have added the chatter component to a page both one with other components and a test with nothing else on it. It doesn’t display properly the drop downs are all dropped, the formatting is wrong.
I’m working on a skuidified replacement for the global search function on 10.0.5. The goal is to have a simple google like search within the skuid framework that provides contextual starting points that is more refined than the salesforce search and visually better. The starting point for this solutions is from this documentation: https://docs.skuid.com/latest/en/skuid/api/skuid_sfdc.htmlWith the skuid.sfdc.search API, the SOSL string rendered does not conform to the SOSL protocol for the search string, which is generating inaccurate & unusable search results. This is the syntax that the API generates:FIND ‘Search Text String*’ INThis is the syntax that SOSL expects for a context search:FIND {Search Text String} INThe current API search syntax yields a bunch of garbage. After playing around with a variety of syntaxes, and comparing to search results in the workbench and native salesforce UI, it became apparent that the API was wrapping whatever input with the single quote and
I’m using AmazonDynamoDb to mypage ,I followed the steps which are provided by skuid document but ,I’m getting problem here once a model entity is selected, all fields within its table will be not pulled into Skuid page ,Only primary Key is pulled here.Am I Missing anything here??
We need to make certain picklist values greyed out while visible upon selection of other criteria in a form. For instance if you select A you can see 1 2 3 4 5 but 3 4 are greyed out, If you select B then you can see 1 2 3 4 5 but 1,4,5 are greyed out Does anyone have a Java snippet that can do this?
Hello,I am trying to display the body from a chatter feed in a card - this is a textarea. Whenever the user has formatted the text then I get the tags displayed not the formatted text e.g. “1) Making a difference/sustainability impact: 4.12) Creativity and interest: 4.13) Commercial value: 4.44)Quality of client deliverables: 3.6”I have tried using a rich text field, a template with allow hmtl, #urldecode (this hangs the page) but no luck. Surely this is simple - any help very much appreciated. Ben.
It would be helpful to be able to leverage the SFDC REST services with this method, but there isn’t good documentation on it. If I could get an example or an explanation on the parameters it would be much appreciated.
A client is trying to use a Skuid Page to allow for mobile expense management. When using the File Upload component and trying to upload an image, we are hit with a “Cannot upload large files in lightning” message (screenshot below). Any ideas on how to get around this?
Excuse me why I expose my ignorance: :) I have been a run and gun Salesforce Admin/Developer. Skuid has made it easy to NOT use the sandbox. As my ORG has matured and I now have mission critical processes I need to change my ways. I realized this as the “Test in your sandbox before updating” message kept getting reiterated. And then again when I crossed my fingers and installed a new update and had a mission critical have some issues. So. . . what are the best practices around sandboxes relating to Skuid updates and testing? Can you do a deep dive? I am currently stuck on 8.15.9 due to knowing I need to test, but not fully understanding the BEST way to test Skuid specifically. I can cross my fingers again, but it seems irresponsible. And I would like to keep up with the new features.Thank you!
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.