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
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
We are on Brooklyn Update 1, Iteration 1. Classic (out of the box) theme. Themes are Updated (no button to update appears.) We are seeing checkboxes rendering very large in IE (11) and Chrome (56.0.2924.87). Normal appearance in Firefox (enterprise edition 31.3.0). This is making labels and boxes not line up for us anymore. IE/Chrome (big checkboxes): Firefox (looks normal)
OWD is set as ‘Private’ for external users on ‘Page’ object.I have couple of skuid pages to need access to portal users. How to give access to external users? Anyone can help me on this…
I’m trying to create a picklist of the last 5 years and the next 5 years for a UI-only picklist field. What’s the proper output/return value? Or am I rendering directly in the snippet? I can’t find documentation anywhere.Thanks,Seth
When I try to connect with my Salesforce Sandbox orgs, I get window that pops up and this error “You have been successfully authenticated! This window should close momentarily…” The window never closes and I can’t logon. Please help.
I have a read only table and check box. when I click on check box that particular row should be enabled for editing.
We are looking for “Paste from Word” functionality in the Rich text editor. Paste from Word control is available when you use the skuid page in Chrome, but in IE, we see a much smaller set of controls for the editor. In Chrome: In IE: I think it was said before the IE version is the new skuid rich text editor and the chrome version is the old version. Is that true? In chrome, we always seem to get the old version. We’d like to know how we can get the “Paste from Word” functionality in the Rich text editor consistently in both IE and Chrome if that’s possible. If not, can you please advise the options? Thanks!
I have two aggregate models, which I use to populate two filters in a table. I would like it to be posible for a user to set one filter and for the values that appear in the next one to be limited by it (ie for there to be a filter hierarchy between them) I tried adding a condition on ‘ImpactTopic’ using a Field from another Model from ‘RealtedPracticesImpactArea’, but unfortunately I get this error 1. A Skuid Model, ‘ImpactTopic’, has a Field from another model Condition referencing a field, ‘Goal__r.Related_Practices_Impact_Area__r.Name’, that is not found in the source model, ‘RealtedPracticesImpactArea’. Please add the field to the source model, change the condition to reference another field that is in the source model, or remove this condition. because ‘RealtedPracticesImpactArea’ is an aggregate model, I cannot select that field (the fields dialogue disapears, it is replaced by the Grouping option. A) Is there a way to use field from another model to achieve a dependent filter w
Is this intended functionality? I put the save/cancel in the middle in the page builder like so: And when it renders on the page the save/cancel is forced to the right side. Like so: reproduced in the page below. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Account" doclone="" processonclient="false"> <fields> <field id="Name"></field> <field id="Id"></field> </fields> <conditions></conditions> <actions></actions> </model> </models> <components> <pagetitle model="Account" uniqueid="sk-2LAp5k-119"> <maintitle> <template>{{Name}}</template> </maintitle> &
I have several custom visualforce integration pages that connect to different systems via Apex Class and eventually web service. How can I leverage this in Skuid?
Hi there - Standard icons for “Delete,” “Save,” “Cancel” are not rendering on my page. Que pasa? How it looks in page builder:
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.