Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
How do you add a Convert Lead button (or a Find Duplicates button) to a Skuid page?
“Is there a way to filter out event types in the calendar? For example, say I only want to see Holidays in the calendar above. If there is no built in functionality, is there a way to extend the calendar control without having to re-create it?” via Mike on help.skuidify.com
Is there a way to create a custom “Create New” page in Skuid?
How do you use the Attachment Image component? Can you use it with objects that don’t have image fields?
Skuid tables and table filtering is really cool, and stuff, but is there any way to export that data as a spreadsheet?
What do I even do to get started? Is there a simple page I can start with?
I’m having trouble dragging and dropping fields into field editors and tables. What’s going on?
We have the need for a custom navigation menu within our application. The nav menu will appear at the top of each on of our Skuid pages. To achieve this, I’d like a reusable “component” that I can just drop in to each page - no further steps required. The component requires access to various models with certain conditions, etc. Originally I had written a custom component with a builder (which worked well) but required each page that used the component to define models, add resources, set conditions, etc. To further abstract, I want to place the menu in it’s own page (with necessary resources, models, etc. defined) and then drop it on pages using a page include.I’ve got this working but am finding that even with Lazy Loading disabled, the included page has a delay when the page loads - seems as though the primary page loads first and then the page include gets loaded. This results in a “Loading…” message appearing for a brief period of time. Since the included page in this case c
I have an object with two checkbox fields (Primary and Secondary). For any record the checkboxes are exclusive - one or the either checkbox can be checked, or neither can be checked. I’ve got a Table of such records. How might I create a listener (event handler & renderer) that would enforce exclusivity? I created a listener that would force Secondary to be unchecked whenever Primary is checked, but I need the opposite to also be enforced. I’ve tried separate listeners on the two fields, but I can’t get both to work at the same time, and if they did I’d end up with dueling listeners. If I had complete control over the object, I’d replace the checkboxes with a picklist and display it as radio buttons, but I don’t. Here’s my one-way listener, for what it’s worth: var field = arguments[0], value = arguments[1], renderer = skuid.ui.fieldRenderers[field.metadata.displaytype], mode = field.mode; // Get the household members model we are using for the renderer var householdMembersModel =
How can you use CSS to slightly tweak or completely overhaul Skuid’s default styles?
Zach takes a look at some of the more confusing and complicated use cases for conditions and filters. For example: - Filtering by picklist value (the simple case)- Filtering records based on a join object - Filtering by created month - Filtering by Contact birth year
The Wizard’s pretty snazzy, but how would you use a field’s value to determine which step to show next? Well, keep reading. First, create a new Skuid page and paste in the following XML (save the page, scroll to the bottom and click “View/Edit XML”): <skuidpage showsidebar="true" showheader="true"> <resources> <labels/> <javascript> <jsitem location="inlinesnippet" name="wizardLogic" url="">var $ = skuid.$; // retrieve the model var model = skuid.model.getModel('LeadData'); // get the first row var row = model.getFirstRow(); // check the value of the field var fieldToCheck = row.Watched_a_Demo__c; // get the reference to the wizard component // through the dom element's object value var wizard = $('.nx-wizard').data('object'); // save the model model.save({callback: function(result){ // if the save was successful... if (result.totalsuccess) { // check our field value if(fieldToCheck) { // if true, navigate to step3 wizard.skooWizard('navigate','step3'); }
We have two or three places in our SKUID app where a user can create a record inline in a list. (contacts, plus two custom objects). When the user does this, as soon as they start typing in the first text field, the first column header disappears entirely - first the text of the header, then a few seconds later the space for the header - so that all of the other column headers “move over” one to the left. It doesn’t affect the actual columns, just the headers. This will stop us from going live (our go-live is planned for three weeks from today) so please help urgently. You already have access to our sandbox and we’re happy to provide more details.
Coming from a heavily regulated industry , i am wondering if anyone has come across issues where global changes which drive an increase to process issue iterations (mainly changes to process elements as opposed to content , for example editing of a role name , editing of process summary, editing of performance targets etc) impact on processes in terms of requiring pre-notification of change to regulatory bodies, interested to see how others from similar industry’s are managing these situations as finding we are having to apply workarounds to manage the impact of global changes on these type of processes so as to remain in line with requirements.
Does Nintex Automation Cloud have an out of the box connector to Maximo?
Hello, I am trying to get the link to the task overview where you can delegate the task.Since there seems to be no native option from Nintex to get a link to the task where you can delegate said task, I am trying to build the link myself.It seems that the “normal” link you get from Nintex looks like this:https://mycompany.workflowcloud.com/task-forms/{taskguid}_{assignmentguid}But the link I am trying to get looks like this:https://mycompany.workflowcloud.com/dashboard/my/tasks?activity-feed-route=instance/{instanceguid}/task/{taskguid}/assignment/{assignmentguid}Now as you can see the needed informations are either known (instance id) or already available in the “normal” link.But since I only get the link and its containing informations inside the task when it gets created, how can I build the needed link?The HTML of the task mail does not support JS and as far as I know there is no option for string manipulation with pure HTML.Is there any way for me to achieve this, or do I have to
Update: The community migration is now targeted for the end of June. We’re thrilled to bring you some wonderful news: at the end of May, the Skuid Community will be joining forces with the Nintex Community! 🎉 Here’s what this means for you: All our fantastic Skuid content is getting a new home on the Nintex Community platform, organized for easy access. You’ll continue to enjoy the same vibrant space for questions, discussions, and sharing insights—just under a bigger umbrella. We’re committed to ensuring this transition is smooth and minimally disruptive all around. Why this change? As we become part of the broader Nintex family, it’s important that our Skuid customers have seamless access to the expansive resources Nintex offers. What do you need to do? Nothing new for now! Keep engaging as you always have. Rest assured, Skuid Skool isn’t going anywhere and will stay just as it is for now. Stay tuned! In the coming weeks, we’ll share more details about what to expect in the Ni
Calling all long-time Skuid builders! Have you made the switch to API v2? If you have, what has your experience been like? If you haven’t, what are some of the roadblocks and concerns you have? We’d love to hear about your experience. Not sure what version you’re on? v2 Composer [current] v1 Composer [legacy] Here are some helpful resources about migrating to v2👇 Skuid why-customers-should-migrate-to-V2 We understand that migrating from V1 to V2 could feel intimidating, but here's why you should. Plus, our migration utility will help you get there.
New webinar coming up October 17 with Skuid and Amazon Web Services (AWS)! Our drag-and-drop app composer, configurable data models, and easy data connections make Skuid the fastest way to build custom business applications on top of AWS infrastructure. Learn more about how you can drive results by combining Skuid and AWS. Recording 👇 Skuid Proven user experience combined with the reliability of AWS Using Skuid, create apps with intuitive user experience and the power to handle the complexity of any business problem.
2023-09-26T18:00:00Z Ready for some face time with your fellow Skuids? Join the new release highlights webinar. If you can’t attend in person, the recording will be available afterward. Register Watch the recording here 👇 Skuid Edinburgh release: Update 2 highlights Join the Skuid team to learn about new actions and interactions for more dynamic pages, custom domains on Skuid NLX, and more.
Is it possible to connect with members and create free and paid content?
AI as the subject of hype and excited conversation is all well and good, but how does it actually improve daily workflows for users? Let’s go through a real use case you can implement right now with ChatPDF ⬇️ChatPDF: a practical use case for Skuid + AIThe leaders at your company are having strategic conversations about AI and the future shape of digital work. But how do you get from a strategic conversation to an actual use case? By asking how AI can improve user’s daily lives, right now. The blog contains detailed instructions for setting up a page where you can chat with PDFs. You can also find the pages and design system at skuid-labs/experiments/dataSources/chatpdfWhat content would you like users to chat with?product documentation procedure manuals marketing materials other (reply with your ideas)0 voters
HI Cannot dynamically set the maximum value of a field being rendered as a slider. If I use a field as the max value, it breaks the slider making it appear to be read only. If I leave the max value blank then it will set itself to 10,000. If the slider value is more than 10,000 on page load and I slide it to below 10,000, then I cannot slide it back to more than 10,000. Pls assist 🙂
When looking to select a field from a model, (such as when selecting fields to add to a form section) it would be great if the search term that was entered stayed in the search box when switching between “Selected” and “All Fields” so that the user doesn’t have to retype the search term when they see that the field is not under “Selected” and they have to switch to “All Fields”.
The NLX documentation has a lot of references scattered throughout the documentation to salesforce objects, rendering the documentation incorrect or confusing. I would suggest doing a search for key words that are salesforce-centric (i.e., salesforce, force, lightning, etc.) and marking those pages for update to more generic references that would work on multiple data source types.
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.