Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have installed the progress indicator component and wish to use this on the opportunity page layout.We currently have two sales process, with different stage values, and they’re two record types.I wish to use the “Stage” field as the progress indicator, but this includes all values, regardless of record type.How would I go about ensuring that only the values related to the record type appear as progress indicator bar values?
I have page with sliding pages that works fine. However, when I include the page with with a Skuid Header the header and footer override the slider. It does not show any page titles or buttons on the top of slide out page. I have a video that shows best the issue.https://drive.google.com/file/d/0B409lhd9sYDcb0lTVEZEMGtobmc/view
I’m trying to build a page based on the Queue component on the Skuid Platform. I can’t seem to find the Page Include component to house my detail edit page. What am I missing? Is there a different way to do this on this platform?
It seems we are configured to be able to drag and drop multiple attachments at once into our squid layout. But, if I drag and drop multiple documents and click “save” only one document is saved. Do I need to modify something to ensure this works properly? I’ve read through the documentation, but I can’t seem to locate an answer.
Adding a vf page to a skuid layout in salesforce
Given the rapid journey Skuid has been on in recent years, now with a unified page composer, Skuid Platform and a host of other features, I want to understand the very latest recommended approach for mobile.I want to build a killer mobile app designed for high frequency use on a smartphone. It will:use a top navigation with a few icons and search. use a single page app concept to render pages and contextual side navigation (I expect this to be fully custom, as it is in our browser-based UX). The pages are largely a combination of tables and field editors. be visually polished, high performance and feel as close to a full native mobile app as possible. be architected to work for Skuid on Salesforce and Skuid Platform. What’s the ideal approach? Are there recent examples of amazing apps that people have built? Do we take Skuid and wrap it inside something like PhoneGap or React Native?Would love any guidance!
Has anyone ever performed an describe call for Salesforce from a Javascript Snippet? I am basically looking to be able to display all fields to a user in a picklist. The issue I have is they are allowed to select the object first. Any help would be greatly appreciated!Thanks!
My client recently played with and found the new Lightning Kanban List Views very useful for some of their processes and asked me to integrate something similar into their SKUID application.The best I have been able to do so far is to include a button that opens a new tab on the browser to the Salesforce Kanban page but that is disjointed looking.Does anyone know of a Kanban component that works on the SKUID platform and/or a clever way to embed the Salesforce Kanban List View page into a SKUID page?
Hi,I’m trying to create a list of all of our accounts where the owner (salesperson) isn’t working for us anymore. Then I’d like to mass update the owner id so that I could change multiple accounts at the same time, assigning them to other salespeople from the same city.The problem is that with MassUpdate the field OwnerId seems to be not available ( while I could update other fields like account city, job and so on).The field is already available in the model.Any suggestion?Thanks Giovanni
Hi,I try to create a button that change two dependent picklist fields at the same time. In the image the configuration. The button update Lead Status field correctly but don’t update Lead Stato dettaglio that is dependent on lead status. Any ideas?
We are testing our new ERP on the sandbox and platform licensed are not able to see Skuid pages. The pages default to the standard page layout instead, so permissions should not be the issue. They have all the access as far as I can tell, short of assigned licenses which we cannot do in the sandbox.
I have a response to a REST model POST action that looks like this: { "statusCode": 201, "status": "Created", "setCookies": null, "headers": { "Location": "https://api.bookeo.com/v2/customers/41563X46EXC15DA3C39F70", "Content-Type": "application/json; charset=UTF-8", "Date": "Wed, 02 Aug 2017 16:24:52 GMT", "Content-Language": "en-US", "Content-Length": "0", "Expires": "Fri, 01 Jan 1990 00:00:00 GMT", "Pragma": "no-cache", "Cache-Control": "private, max-age=0, no-cache, no-store", "X-Frame-Options": "SAMEORIGIN" }, "error": null, "body": ""  }The Id for the newly created row is after the final slash in the “Location” header. How can I communicate that to the model?
We just upgraded our ZoomInfo package in SFDC and it’s not working properly with Skuid. Has anyone else had this issue or successfully integrated Zoom and Skuid?
Is it possible to display data in columns from 1 field.I have 1 field “services” that has a rich text field containing all services that we offer…Can it be broken down into multiple columns as shown below:
I have an established REST API connection between Skuid and Google sheets. I am able to acces sthe whole sheet using the List URL source“/feeds/list/1-suqzYCpjr6R1OuOKGI60w7nWyk88jAu8dLWH5rmOIk/od6/public/full?alt=json”I am having trouble to filter or just load specific rows rom this sheet.The only google documentation I found explaining this is “https://developers.google.com/sheets/api/v3/data#retrieve_a_cell-based_feed” which has only example related to private file.//spreadsheets.google.com/feeds/cells/key/worksheetId/private/full?min-row=2&min-col=4&max-col=4when I replace me url with“/feeds/cells/1-suqzYCpjr6R1OuOKGI60w7nWyk88jAu8dLWH5rmOIk/od6/public/full?alt=json?min-row=2&min-col=4&max-col=4” it is not working either.Did anyone else had faced this issue? Also there is no proper documentation available to use URL merge conditions for google sheets connection based Models.Please let me know of any workaround?
I want to build an UI using bootstrap componants e.g. http://inspirythemes.biz/html-templates/medicalpress/index.html…If I want to build the same flexslider used on this page,how do I go about it?I have used the jquery,flexslider js files from this page but it’s not triggering the flexslider…
Search (tokenized) on Deck Component. Is there a limit on the number of search parameters? If 3 are entered (e.g. 2016 Bauer T42) works fine when fourth (e.g. water) is added it returns no records. There is are definitely records that match these 4 in the example. What am I missing?Thanks!
I want to capture any value input to the date field and show an error message to the user.I used the mechanism mentioned here : https://community.skuid.com/t/adjust-display-format-of-date-and-date-time-fieldsUnfortunately, it does reset any invalid input to the current date.Can anyone help me to understand what is happening here.Please see the screen grab attached for further details. I want to console.log() the invalid value input.Thanks
I’d like to use an export table snippet that instead of creating a download in the browser, creates an Attachment record in Salesforce. Is that possible? In general, is it possible to create an attachment via snippet, by specifying maybe the parent ID and the source file?
Has anyone successfully integrated Insidesales in to a Skuid page? The click to call functionality doesn’t seem to work.
I’ve isolated the issue by switching my UI-Only model with my UI-Only fields to be a User object model with the same UI-only fields and everything is back to working.What wasn’t working was using our Template w/ Action Framework via the Event publishing. In other words, we trigger action framework using the Publish Event action with the Event name assigned to the Template w/ Action Framework.
We would like to implement following1. On click of any field fire a java script to do some manipulation2. Select multiple rows on press of shitft+ up/down arrow
I had below line of snippet to clear the message to show the current error message to the user but unfortunately after brooklyn release the SKUID is geeting hung at the below line.var editor =field.component.element.editor; editor.clearMessages();Can you please confirm if this is really a Brooklyn issue ? If so, what should be my work around.Thanks In Advance
I’m trying to set-up a datasouce connection with an Excel sheet (from onedrive) – I beieve all is set-up/config correctly (auth & data source) BUT when I go to create a Model – I’m Unable to Select TableRange – TableRange appears as a selection – but not able to select…
Hello!Skuid is awesome. Something I noticed with the API for the skuid.model.Model.Any thoughts on the design decision for the model.save() and model.updateData() method signatures?I noticed that the skuid.model.Model.save() takes an object with a property with the callback function.For skuid.model.Model.updateData() the method signature just takes a function callback and NOT an object.Since they are both CRUD operation, I would have expected the signature to be the same. I spent a couple minutes not understanding why my callback in the save() method wasn’t executing. I checked out the documentation and was able to fix it.
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.