Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a requirement to create a rolling 12 month table of data. The question is on how to order the columns. Where current month is April 2017The columns currently display data like so…January, Feb, March, April, May, June, July, August, Sept, Oct, Nov , DecBut it should displayMay, June,July,Aug,Sept,Oct,Nov,Dec, January, Feb, March, AprilIs there a way to manipulate the columns prior to rendering?
I created a Skuid Platform to explore what can be done.1. I created a new data source that was REST data type.According to the github API docs, it is required to set these default headersAccept: application/vnd.github.v3+jsonUser-Agent: joseph-ortiz2. I created a blank page and added a model with the the newly created data source. 3. I then previewed the page and noticed in the console that there was error that reads: "Refused to set unsafe header “User-Agent”I figure I can create another API that wraps around the github endpoint but wanted to see if you ran into this issue.the actual call i’m trying to make is GET /users?since=135 HTTP/1&#46;1Host: api&#46;github&#46;com<br />User-Agent: joseph-ortiz<br />Accept: application/vnd&#46;github&#46;v3+json thanks!
This will be my first time upgrading Skuid in a Prod org where Skuid is already deployed. I’m not sure which installation option to choose as only a subset of our users have access to Skuid. I’ve read the install and upgrade article, but I’m still not clear on how to proceed. Any advice?Thanks!
New datetime values not showing after row added in table using inline editing. When I refresh the page, the values appear. I wouldn’t think the user should have to do that.
Hi, I want to disable tab change action in tabset. If the user clicks on down/up arrow key user will navigate from one Tab to another within a TabSet. I want to disable this action. It should enable only for left/right arrows.Please let me know how can i make it possible ?
Apologies, I still don’t know much JavaScript, but I am sure this is something that can be addressed fairly easily. Any guidance is much appreciated. I have a model for Case and a model for FutureAppointments, I am currently using a MODEL_LOOKUP formula to pull the Next Appointment up to the Case Table, BUT it is not a sortable column, which is what I would like to accomplish. Because Next Appointment will always be a moving target, I am looking to create a JavaScript Snippet that can be invoked whenever a model is queried (page load, and subsequent queries - maybe through a Refresh button on the Page) - any time the snippet is invoked the snippet would loop through all Appointment__c records and find the first record in the FutureAppointments model related to the Case ID. Assume there will be more than 1 case listed on this page, the Appointment Table is just there for reference, but would be removed. Just after a list of Cases, and the ability to sort by Next Appointment.
I created model of opportunities with several fields from the related account. I am using this model in a table and I am displaying fields from both objects on the table. However, only the fields from the opportunity record appear to be editable. I can’t seem to make the account fields editable as well. Is there a way to do this?
Is there a way of decreasing the font size of the progress bar picklist values? The progress bar doesn’t fit in very well with the rest of the page.
We are currently using 8.15.10 in our Production Org. We are about to deploy a few modifications and thought it would be a good time to upgrade. However, on one of the pages we have a Queue section with two filter fields that are no longer rendering correctly in either 9.5.3 or 9.5.4. This page is not one that has been modified so it’s the original version from the initial deployment. I don’t know if this is a bug or just a version based change that is causing the issue. See below for a comparison of the correct rendering and the incorrect rendering. Any thoughts or suggestions would be be greatly appreciated. Thanks!
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": ""&nbsp; }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…
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.