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
I’ve got a page that requires an Id for several models. How do I pass these values into the page include? I thought I was to use the Query String in the Page include in order to retrieve it as Param.Query String: TPPId={{$Model.CurrentTask.data.0.Id}}Popup Model Page/Url Parameter Value={{$Param.TPPId}}Did I miss something?
New error trying to display/preview a page. This was not happening when I was working on it last Friday.
Using the Step Wizard:I have a list of Lenders in Step 1, with a checkbox need to each of them.Depending on which Lender is checked, how can I pass the Id (of the Lender) to Step 2 which contains Plans, as I wish to filter Step 2 the Lender selected in Step 1.I’m not sure how to pass the Id of the selected Lender in Step 1 to Step 2, then filter the table.
I am using accounts Records for List view Action in My page. Using Skuid List view , Is it possible to display child contact records in each account record?check my attachment for Accounts List view. At each end of the column, Is it possible to add all child contacts for each account records? Is it possible?
Is it possible to insert a step into a wizard as the first step? I want to create a new first step, but can’t get it to be the first to show…
Has anyone integrate this capability using the mobile device’s capability to populate fields. We are looking to track materials by scanning their bar and QR codes to find the product in the database.
It would be helpful for formatting purposes…
Is it possible to open a popup using HTML, JS or CSS? I’d like to have an icon in my table open a popup when clicked, but I don’t want it as a row action… Any thoughts?
I’ve a junction table I’m trying to add rows too. I can add a row to it. I can add the data for one of the two master-detail fields using {{$Model…}. Trying to add data from the current into the other master-fields using {{Id}} for the other master-detail field. Fails using this merge and it’s driving me crazy! It enters an incrementing number each time I try it! See youtube video.http://youtu.be/PXgjh3RpOqg
I have 2 tables, each with a drawer that shows the record’s history. The configuration is identical for each table. The history table in the drawer has a context condition of ParentID = Id. In one table it works fine (sometimes) and in the other it doesn’t work. The setup is identical on these 2 tables. What is happening? Also, why is the ParentID of the history set to the Id of the primary table? When I add the fields for reference, it looks like the Name field is the matching field to the ParentID. Very confused…
I have two Objects like Quote(Parent) and Order(Child) .where as in quote I have one Boolean field like wise in Order have Boolean field.What my requirement is when Click the button if the Boolean field is true in quote same thing need to check in Order Boolean field. can any one help me to resolve this.
Out of hundreds of records that users have already viewed with this Skuid page, we have recently just run into two records where the page will not load and is completely blank. Any ideas on what might be causing this issue?
I have a field editor where I review the detail of record stored in a model. When I save the model, I need to update the “Status__c” field by checking all of the fields in the model. I’m using a Snippet, but I’m not sure how to do this. The snippet needs to review only the current record and eventually output a status based on the data. It will need to review only the fields that I will require, so I’ll need to be able to identify specific fields. I will also need to tell if certain fields are null or not. Can anyone start me in the right direction?
Hi Guys,We have developed a number of custom components that we use within our product. For example our custom chatter component is shown below.However these components are not available from within a popup.We have worked around for some time using an IFRAME, however this is becoming unwieldy. Any ideas?
I’ve just spent some time figuring out an issue, and thought I’d leave it here in case anyone else encounters this in the future.I had a page with a few models, and I wanted to clone one of the models. On the advanced tab, I set the ‘load on page load’ and Clone to ‘Yes if clone is present’ but it wasn’t working - debugging in the console showed the doClone property was stubbornly false.The issue was I was using a URL parameter in a condition to get the necessary record. The parameter’s name was jid, and changing this to simply ‘id’ made the problem disappear, and behaviour was as expected.There’s not a lot of documentation on this feature - worth a few extra lines on one of the doco pages somewhere?
Hi, I have three models on a page with two of the models that I am trying to apply actions when a user clicks Save / Update or Save / Close I want fields from one model that a row has already been created and saved on to update fields on the other model with the same field data. The two models are PaymentPostDeposits and PaymentPostBillingActivity. When a user collects a payment from someone they enter it as a deposit in our app then later they can apply a portion of that payment to a service line. What we are trying to do with the button actions is take field data from the PaymentPostDeposits and Update fields on the PaymentPostBillingActivity to match the deposit info so the user does not have to type in the same info twice. The two models refer two two different custom objects in our app. Problem: The fields are not updating as I would expect and I have tried several different setups and can't get it to update the fields: Current Actions in order on page tied to a Save / Update
The validation rule in Salesforce is configured to display the error with the field, but it renders at the top of the page in Skuid. How can we get it to behave like Salesforce? (PS - VERY new to Skuid)
When designing a mobile interface using the mobile composer, how do you create a ‘Delete’ record button?
What would the JS be for a snippet used to conditionally render a field by comparing 2 other fields to see if they are equal? In other words, I want to highlight a row in a table if 2 field editor fields are not equal…
The new “Warn users if page has unsaved changes” feature has been extremely helpful. Unfortunately, we are running in to an issue with pages that have “helper” models that will never be saved. In this case, if the user doesn’t change anything on the page, they still encounter the warning because there is a model (manipulated programmatically client side) that triggers the warning.Would it be possible to add a “track” changes option to each model that would be incorporated in the “unsaved changes” check on beforeunload? Or some other similar concept or is there a workaround that could be used?I have granted login access. Sample page is SampleUnsavedChangesWarningReproSteps to reproduce:1) Create a tab page on Account2) Add a JS Inline resource with the following code: ** Note that the same behavior exists if the model is defined in page builder and then manipulated (e.g. createRow/updateRow) in code (function(skuid){&nbsp; &nbsp; <br>// The below is for demonstration p
I have a tab set with a dozen or so left side stacked tabs. Each tab shows a series of field editor options. I would like the user to be able to quickly see which tabs have fields that have been utilized. What would the mechanism be for editing the tab header (color OR text) when a specific field on the tab is utilized?
I have started to get reports from users that have updated to IOS 8 that the file upload field renderer stops working before any file can be selected (just after choosing camera och library). I’ve found some bug reports on the first IOS 8 versions and Safari doing file uploads from the browser. So I have asked the users to make sure they are on IOS 8.0.2 and try both Safari and Chrome. No feedback from them yet but I wanted to check if there are any known problems in this area. Will update on of our devices later today to do some testing.
I have a model that, when a new row is added, sets 2 default values through the model Actions. I also need to be able to duplicate a record in the model, but I can’t use the “clone” button option because I need to do multiple things in the process. I have a button that changes a value in the current record (deactivate), and then runs a custom snippet to add a new row and use the values from the pre-existing row (see code below). The problem I’m seeing is that the 2 default values established in the model Actions seem to override the JS and the values I need. Can the code below (I got it from an older post) be modified to override the defaults? Are there other options I’m missing?var params = arguments[0], row = params.item.row, model = params.model, $ = skuid.$;var newRow = model.createRow();if (row) { $.each(row,function(fieldId,val) { if ((fieldId != ‘attributes’) && (val != null) && (fieldId != ‘Id’)) { var modelField = model.getField(f
I have a page include that renders a simple Skuid page (with a single field editor) in a tab in a popup. It renders as expected, but it moves the popup downwards, then does magical things to the other tabs in the tabset. It seems to set their CSS height to a very small value, which whilst magical, isn’t quite what we’re after.See the black magic in action: https://www.dropbox.com/s/oanw7m5c068uzpi/PageIncludeMagic.mp4?dl=0Any idea what might be going on here?
Conditional rendering - so cool. We have many tabs in a tab set. Some tabs are rare so we can hide them, conditionally. However, we don’t want them to be unnoticed when they happen to show up. Is there anyway to have the color of this tab be different from the rest? Blink? Spin? Flip? Bounce? Rotate? Skuiddittle? Honestly, a different tab color would be enough.
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.