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
Hello - When selecting a value from autocomplete by pressing the “tab” key, the focus goes to the top of the page. Previously, selecting a value from the list with tab would go to the next field (by index). It appears that at some point recently the behavior was changed to call “render” when the field value changes in autocomplete which it previously did not do. Steps to reproduce: Create Account details page Add Parent Account Id field to editor above the Name Preview page Start typing text to locate an account. Use the cursor keys to pick an item and “tab” to select it Actual Result Focus goes to top of page Expected Result Focus should go to Name field Sample Page XML <skuidpage unsavedchangeswarning="yes" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account"> <fields> <field id="Name"/> <field id="Crea
Hello - After a record is saved on a page (no redirect, stay on page), changes that should trigger conditional rendering to show/hide elements are not resulting in expected behavior. Steps to Reproduce: Create Contact new page Add a tabset with 2 tabs Put default field editor in to tab #1 Set tab #2 to conditionally render when first name is not blank Add template field to tab #2 with “hello {{{FirstName}}}” Remove values for “After Save Redirect URL” and “After Cancel Redirect URL” from “Save” button Preview page input text in to first name field Actual Result = Expected Result Tab #2 appears remove text from first name field Actual Result = Expected Result Tab #2 disappears Input text in to Last Name Save Record input text in to first name field Actual Result Tab #2 does not appear Expected Result Tab #2 appears Sample Page XML <skuidpage unsavedchangeswarning="yes" showsidebar="true" showheader="true" tabtooverride="Contact"> <models> <model id="Contact" limi
Grrrrr. I’m driving myself nuts trying to figure out how to pass the id from a page into a page include to generate a pop-up…… I have this page which accepts an id as a parameter: Then I have this page which has the page include in a pop-up to display the above page, which I’m trying to pass the id into the query string: What am I doing wrong??!
Hello,I’m trying to create a VisualFoce page for a Skuid Page I just built, however, the “New” button (outlined in red below) is missing from my view. How can I activate or workaround this button?
I’ve built a component pack with two custom components. Here’s what they look like in the builder: Now, when I try to configure a popup, here’s what the components list looks like: No custom components. Arg!
We are using a SKUID page to over ride the standard Salesforce page for a specific Account record type. That works fine. I also have an associated Edit page that over rides (redirect) the standard Salesforce page to a SKUID edit page. I am seeing a problem when Edit is redirected the standard in-line editing on non-Skuid pages does not work. This is only for one object, the Account object. Is there a way to redirect the edit page and still have the in-line edit function correctly for all other Salesforce pages for that object?
Hello - When a wizard button is marked as “run multiple actions” and one of the steps is “Save Models” and if there is more than one model selected to be saved, error messages are not displaying. If only one model is selected for save, error message display properly. Analysis In wizard.step.button case “multi”, step.editor.models.length = 0 when multiple models are involved but when only a single model is involved, step.editor.models.length = 1. Steps to Reproduce Create Account “new” page Remove all default components Change model name of Account to “AccountOne” Add another account model (don’t load, create new, add Name & Id) called “AccountTwo” Add wizard with single step Add two fields editors with single field for “Name” using AccountOne and AccountTwo Add wizard button - Run Multiple, Save Models including AccountOne and AccountTwo Preview page Click wizard button Actual Result Save does not occur but no error messages Expected Result Save does not occur and error messages a
Hello - When a reference field filter is marked to filter results based on value in another model and set to ‘Abort query’ if no data in source model, the condition is being ignored and all results are being returned. Steps to Reproduce: Create Contact ‘New’ page Add two models: a) AccountEmpty - Based on Account, contains Id & Name and is NOT marked to load data or create new b) AccountFull - Based on Account, contains Id & Name and is marked to load data with max records of 1 Add AccountId to contact model Add Account field to Contact Field Editor setting filter to Account Id in AccountEmpty Id and abort if no data Add a second Account field to Contact Field Editor setting filter to Account Id in AccountFull Id Preview page Click magnifying glass on “AccountEmpty” field Actual Result All Accounts are returned Expected Result No records should be returned Click magnifying glass on “AccountFull” field Actual Result = Expected Result Only contacts from the account that was loade
hi guysi’m currently trying to get a Lookup field to auto-populate when i redirect to a new Skuid Page. I’m pretty sure I had it working fine til now when I had passed the id parameters through the url. When I create a record now it doesn’t auto-populate with the correct field and it hangs when i save the record. I’ve also tried adding the Model with the field and using the “Field from another Model” condition type. FIELDCase records where Bank_Group__cOPERATORisVALUEthe group_id parameter in the page’s urlSTATEThis condition is always on.FIELD - Case records whereBank_Group__cOPERATORisVALUEthe value of the Id field from the first row returned by the BankGroup modelSTATEThis condition is always on.Any help would be appreciated!
Can I conditionally render an element based on a user’s permission set? I tried to create a model off the Permission Set Assignment object that looks at the running user and the Permission Set ID in question. As an admin, I can see on my page the assigned users in a table. So I changed the criteria on my Permission Set model to be assigned user = running user, and permission set = MyPermissionSet. It doesn’t seem to work… I think because users don’t have native access to the Permission Set objects. Is there another way I can render a tab on a page based on a permission set?
When creating a child record what is the easiest way to pass a field from the parent to a child?Here is my situation: I have a list of insurance policies and I need to add members to the policy. The role of the member is depended on the type of policy which is a field at the insurance policy level. In order to assign a role to a person I need to have the correct insurance policy type populate at the child level. Ideally I would like to put some value when using the Create new row action item.Thanks for your help.
I have two users that are getting an odd error. If they click on a tab that loads a Skuid Calendar page they get an error that says “SQLException in (skuid)” and the calendar page doesn’t load. Troubleshooting: I can view the page with no problems Other people in the same sharing group can view the page with no problems The user can view other Skuid calendar pages with no problems The user used to be able to view this page with no problems Users with the same profile can view the page with no problems I opened the developer console and logged in as the user and I got the error !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20150618-2212-74b3e1-ScreenClip 1 inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1223082/RackMultipart20150618-2212-74b3e1-ScreenClip__1__inlinepng1434649825”) “Given User Id is not valid” “userDoesNotExist” Any ideas?
We have a calendar page run off the event object that displays a pop-up from the event. Some events are displaying data upon click and some are not??? This is regardless of browser and month.
Forgive me if this has already been discussed, but I feel that it is a fairly major issue. I am running into quite a few situations where I am running into the ‘Apex heap size too large’ error with some of my models; judging by some quick searching it looks like this is a fairly common issue. I know how to work around it by limiting the number of records that are returned by a single query, but I would like to hear from the Skuid developers about whether there are any better solutions for the problem (I know aggregate models can be a solution, but they have their own issues I’ll address below). I have one model (Transactions, Quarter to Date) that is particularly problematic. Early in a quarter it works just fine, but of course as the days and weeks go by the number of transactions add up and all of the sudden I am left with a Heap Size error, which I can fix by limiting the query results on the model. But that causes a host of other problems-- all of the sudden my CEO wants to know wh
I added the Chatter Feed Component to my Skuid page for Cases. And on my Salesforce page layout, I have the email action in the Quick Actions area so users can easily send emails from the case using their templates right within the case feed. Is this a defect or something intentional? if it is not a bug, are there plans to support this in a Skuid page soon? We would love to use a Skuid page for our Case object, but having this Email within the Feed functionality is kind of a deal breaker for us.Any suggestions for how to handle this are appreciated!
I have created a page that I would like to use for creating records in a table via a Global Action via a popup. I would like to use the same page for viewing details of a table row. When using the popup for creating I would like the fields to show as editable but not when used for viewing details.I am new Skuid user so hopefully there is a simple answer.Thanks
What’s the difference between a “simple” and “rollup” grouping method on an aggregate model? I couldn’t find it in the documentation and playing around with the two settings didn’t seem to give me different results for my model.
Pulling my hair out! I have two skuid pages that create cases, attach files to them and gives the user a preview of the files they have uploaded. 1 page previews great and the other doesn’t. Why would the preview table fail on one page and not on the other? Models and components are identical! Any thoughts on what I should investigate? The happy page creates a case, lets the user attach a files and displays the name of the file in a table component (as a preview for the user). Beautiful! The other page works very similarly, creates a case record, attach a file but the preview table doesn’t show the files I am uploading. The files ARE attaching to the new case but the table is not showing them. I have carefully compared the models and components and they appear identical. I cannot find a difference. Any thoughts on what could keep this from working correctly?? Process: Create a case from field editor component Action button saves new case model and opens a pop-up Pop-up has upl
I just tried adding a condition on a leads table where it only shows leads that have a note with that lead as the parent record. It gave me an error message that said “Note” not supported for semi join inner selects (see the screenshot). What am I missing? Thanks!
Here’s my scenario:I have an aggregate model with 4 conditions (cond1, cond2, cond3, cond4) based on date fields. I have a table based on that model with a date range picker specifying the existing conditions (cond1 and cond4). Is there anyway to take the value plugged into cond1 from the table filter to activate and set value of conditions 2 and 3? I know with manual filters you have the option to activate other conditions, but that doens’t seem to be a built in option for the date filter.Here’s my current workaround that’s not quite working:I have an action on my agg model with initiating event being model re-queried. The actions are to set value of model conditions 2 and 3 using {{$Model.OrderLineAgg.conditions.0.value}}. This is “working” correctly if the user clicks to apply the filter button twice. I’m assuming the issue is the model is not re-queried after that model actions so the table is not updated until the second requery from the filter. I tried to fix this by adding a thi
I’m getting a very frustrating error on a tab page. It was working fine. Still is working fine for admins. However, when I log in as anyone else I am now just getting a blank screen with the following error. This happened to me on the same page recently. To get rid of it I just started a page from scratch. But I’d rather not do that again. Any ideas? Uncaught TypeError: Cannot read property ‘objectName’ of undefined skuid__SkuidJS:30 (anonymous function)skuid__JQuery:1 o.extend.eachskuid__SkuidJS:30 d.initskuid__SkuidJS:27 utils.registerPlugin.$.fn.(anonymous function)skuid__SkuidJS:27 gskuid__SkuidJS:28 (anonymous function)skuid__JQuery:1 o.extend.eachskuid__SkuidJS:28 d.makeFiltersBarskuid__SkuidJS:28 d.makeConditionsBarskuid__SkuidJS:27 druntime.js:4 p.initskuid__SkuidJS:27 utils.registerPlugin.$.fn.(anonymous function)runtime.js:5 a.componentType.register.renderskuid__SkuidJS:25 b.renderskuid__SkuidJS:26 (anonymous function)skuid__SkuidJS:27 utils.conditionallyRenderskuid__SkuidJS
When directing a user from a Skuid screen to the SF send email screen you can redirect the user back to the Skuid screen if Cancel is selected with this URL script:" /_ui/core/email/author/EmailAuthor?p2_lkid={{{$Model.Case.data.0.ContactId}}}&p3_mlktp=500&p3_lkid={{{$Model.Case.data.0.Id}}}&retURL=/apex/ui?page=GBC_Case_View%26id%3D{{$Model.Case.data.0.Id}}"BUTWhen the user selects send then SF directs you to the Object record view and ignores any retURL command!Is there a way to redirect the user back to a Skuid page after the user selects Send Email?
Is it possible to customize the Day Scheduling View on the Calendar Component to show only list of Events. The screen shot is that of the Monthly View, I have unchecked all the days of the week except for Monday.
I have limited experience with Skuid…no JavaScript, no snippet creation…just basic page building. We have had help building out our pages including a Calendar tab with add Event popup capability. Our remaining issue is that when using the Lookup tool on the New Event Popup, the resulting filtered table offers a list of identifiers that are not useful to us. Is there a way to change the type of results that the filtered table offers? Thanks!
I had this problem a few months back, so I apologize if this looks like a duplicate post. I’ve created a page include that works just fine for Internal users but when logged in as a Partner User, the page include hangs with the “loading…” message on the screen. Visualforce code for Parent Page (CaseWall): <page action="%7B!'/apex/skuid__ui?page=CaseWall2'%7D"> Visualforce code for Embedded Page (CaseDetail): <page action="%7B!'/apex/skuid__ui?page=CaseDetail_2015_June'%7D"> I’ve confirmed that all of the security settings are correct for the Visualforce pages. Partner users have permission to view these pages. The only clue that I am receiving as to what is wrong is that when I disable all of the Models then the page loads correctly (it doesn’t have any of the field data, but at least the page loads). Here is what it looks like with the “Load Model data on page load” box unchecked on all of the Models:
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.