Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
My picture is getting distorted.
Since 9.5.1 I can’t drill down in a chart set based on an aggregate model - the second chart just says “No data to display”.This is a major issue as we have management dashboards that now don’t work.
Hello! I am playing around with the calendar component and am noticing some interesting behavior, I am hoping someone can help brainstorm how to get the calendar component to work with my use case. I have a custom Date/Time field on the account level that is essentially the same as a task due date for a particular account. I would like a calendar display of this Date/Time field across a user’s accounts. The month view for this works perfectly, everything is displayed on the correct day and the information necessary to display is visible. The week view is displaying the data at the correct day and time (see the small blue lines), but not all of the information necessary is visible. I realize this is because the field is just one time, not expanding over an hour, but I am hoping to customize the view to expand and show more fields possibly through rendering a snippet. The day view is showing all of the data for that day, but is grouping them all on one side, rather than at the correct ti
Hi! I am having an issue with loading a page. When trying to preview a page it turns up blank with this error in the console view. Any ideas?
I’m using Skuid Mobile at the moment and have been trying to conditionally enable buttons. I have a test page below with two buttons. One has a true “Enable” condition, and the other is “False” The False Button looks grayed out and shows this not allowed cursor on mouseover. However you can still click the button and it runs all the actions underneath the button. Is this a known bug? At the moment we are working around this by either using conditional rendering (and duplicating buttons on the layout) or using javascript snippets.
Pre 9.5.1 Post 9.5.1 Can we have the CSS Class back please.
I’m unsure if this is expected behavior in Skuid or if it is a bug. I made a video outlining the problem: https://www.youtube.com/watch?v=rVSa8OZhccY And the Skuid XML to reproduce is below. I’m on Skuid 9.5.2. Any insight is very much appreciated. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="true" theme="Paper"> <models> <model id="AccountTargets" limit="50" query="true" createrowifnonefound="false" type="" sobject="Account" orderby="" doclone="" datasource="salesforce"> <fields> <field id="Id"/> <field id="NumberOfEmployees"/> <field id="Industry"/> <field id="Name"/> </fields> <conditions> <condition type="userinfo" value="" field="OwnerId" operator="=" enclosevalueinquotes="true" userinfotype="userid"/> </conditions> <actions/> </model> <model id="AccountSelected" limit="" query="false" createrowifnonefound="false" type="" sobject="Account" d
I have a working connection with Google Sheets but I am experiencing issues with rendering the field names (Col names), which prevents me from doing anything else but listing the sheet values. I understand from other posts on the Community, e.g. https://community.skuid.com/t/calling-third-party-rest-api-with-skuid that it most probably have everything to do with “Path to Content”, but I have been testing with all possible combinations (at least it feels like that) and I am in need of some input that would enable me to proceed with getting a proper Google Sheet integration with Read, Insert, Update, Delete commands fully functional. I have been referring to the Google API Explorerhttps://developers.google.com/apis-explorer/#p/sheets/v4/ and been using both: sheets.spreadsheets.values.get sheets.spreadsheets.values.batchGet e.g. /v4/spreadsheets/1xWSUmE0x10Ci3pUu_KgDPU8DNU4bWb2Edy2gv2tLH6o/values:batchGet?majorDimension=DIMENSION_UNSPECIFIED&ranges=Sheet1&valueRenderOption=FORMA
Responsive grid divisions wrap left to right (top to bottom) when display size changes down . can we change this order for mobile/smaller displays somehow as a left hand menu makes sense on a desktop page but not a phone screen?
I am having difficultly figuring out how to use merge syntax and Content ID to display a PDF from our Content Library in an Image component. We store 1 Content record ID per related record which is all referenced within our models, but I can’t work out why I can’t see anything on our page
Hi,I hoping someone here can help me out, or at least point me in the right direction. 🙂I’m trying to setup SSO using SAML to an Azure AD.I’ve followed all the steps to create the app registration on Azure, I was able to load the SAML config using the URL to the federation metadata document endpoint in azure.My issue is now any time I try to login using SAML, it gives me a user not found.If I enable User Provisioning, it gives me this error:SAML Login error: Unable to provision new User. Required attributes LastName, FirstName, Email, Username, and FederationId must all be specified in the SAML assertion.How do I specify/edit the SAML assertion so that Skuid has all the info it needs to create the user?Any help would be GREATLY appreciated!ThanksAndrew
Hi! I need to recreate a Salesforce button in Skuid that runs this script: {!REQUIRESCRIPT(“/soap/ajax/29.0/connection.js”)} {!REQUIRESCRIPT(“/soap/ajax/29.0/apex.js”)} var accountId = “{!Account.Id}”; var result = sforce.apex.execute ( “OnboardingReLaunchSalesforceMethod”, “AutomaticOnboardingActionAccount”, { updatedAcctId:accountId } ); alert(result); window.location.reload();I have already added the external apex item but am having trouble writing the in-line Snippet. I am not to familiar with running JavaScript Snippets and would appreciate any help!
In our Sandbox we have installed Brooklyn to test out its features and we have noticed that case assignment rules no longer working for cases submitted through a skuid page even when “UseActiveAssignmentRule” is marked as checked. Same page works just fine with the Rockaway… Skuid Brooklyn Version with Issue: Brooklyn Update 1 - Iteration 1 (9.5.1) Without case assignments we cannot upgrade our Production Org to Brooklyn. So i would really appreciate any insights on this issue.
Hi I have a page title with a custom save action that calls a JS snippet params.model.save();Below the page title, I have a table of the same model data as in the page title.When I trigger an error by entering too much data in a text field, I get 3 time of the same error Data type too large:1 is on the field: this is fine.2 is above the table3 is below the actions in the page title.Can you confirm this is the expected behavior from the JS save()? Is there a way to have it only show once between 2 and 3. Ok with it showing on the field.I also tried and got 3 messages.params.model.save({callback: function(result){ if(result.totalsuccess) { params.model.updateData(); } else { var pageTitle = $('#InfinityItemPageTitle'); var infinityEditor = pageTitle.data('object').editor; infinityEditor.clearMessages(); infinityEditor.handleMessages( result.messages); }Thanks!
When partner community users attempt to export table data they are given an “insufficient privileges” error. I have looked through the profile settings but can’t seem to identify what permission is missing.
Get a 403 error when clicking filters and other components in the docs (this page) Text for anyone who needs it. 403 Forbidden Code: AccessDenied Message: Access Denied RequestId: FB57DBC7CC698D31 HostId: 3VEfAxMjpw7BmmNImg7spWigXixlOp2UnhODL11rUuUrmifYZZR71VERCOcHtXkPFVhlYbE93vQ=
I have a Click interaction on a Deck component that shows a popup. It only works for half the cards or less. For the ones where it doesn’t work, each click logs an error in the console “q.replace is not a function” skuid__SkuidJS:16 Uncaught TypeError: q.replace is not a function at Object.edit (skuid__SkuidJS:16) at Object.edit (skuid__SkuidJS:16) at g.render (skuid__SkuidJS:15) at v (core.js:1) at j (core.js:1) at skuid__SkuidJS:5 at conditionallyDo (skuid__SkuidJS:6) at Object.conditionallyRender (skuid__SkuidJS:5) at Element.<anonymous> (core.js:1) at Function.each (skuid__JQueryJS:2)
We have a button and on click of button we run action . First action is query two different models from history object. 2nd action is Adopt rows in model and 3rd is open a pop up. Pop up has a table and that uses the model where we adopted rows.Every thing works fine except1. sorting the model does not work. It appends other model after the first one. 2. If we do the UI sorting on table and user click on arrow, data from one of the model is lost.
I see the attached error when users try to open one of my Skuid pages. I can’t get this to go away without giving the “View All Data” permission at the user profile level. (I’ve tried to give read-all access to what I think are the relevant objects - just to test - but no luck.) We do have sharing pretty locked down in our org, but I can think why this would be happening.
does skuid offer any nonprofit pricing these days
I feel I should know this, but cannot find the answer. How can I force users to save in my current mobile page? I want to force a save on a new record as I have an ‘After Save Action’ tied to it (page panel). Due to the After Save Action, I am unable to use a division ‘tap Interaction’ as it will create duplicate of my After Save Action. Hope that makes sense. Is there a way to force a save when the ‘Show Save/Cancel’ is enabled at the page panel level? Thanks!
This is probably simple, but what syntax to I use on an aggregate table to default the sort order so that the category with the highest number of records is first?
we have a pop up page and we want to use this on multiple places. same behavior as pop up page.I do not want to copy paste xml at every place to configure pop up. Is there a way like Redirect URL or includes that references a pop up page already built.
Hi guys,I have a button which basically redirects to a skuid page. But, I have 2 record types and I need to make that button redirect to the corresponding skuid page. *I’m using a custom object.
I am very new to skuid.I have following requirement. If possible anyone could help me to do this. I need snippet code and how to render that actually.1.Run Snippet: The snippet should do the following: a)Compare the old file extension in the file name (i.e. the characters that come after the last period (.) in the file name, if the filename has any periods in it) with the file extension of the new file name. b)If they are not equal, return false; which will trigger the OnError action step, else return true;2.Add an OnError action to the Run Snippet step: a)Show Popup. The popup should have the following text “If you change a file name extension, the file might become unstable. Are you sure you want to change it?” followed by two buttons “Yes, Change It” and “No, Revert Back”. 1)If the user clicks “Yes, Change It”, then simply close this top pop-up 2)If the user clicks “No, Revert Back”, then revert the file name field back to its prior value and close this top pop-up
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.