Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
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.
I am running into a similar situation, in which I am trying to load a popup and I need to run javascript to hide / initialize certain items on the page. However, the popup is using a page include. The page Include by itself works great as I have an in-line javascript code that runs and initializes everything. However, when I put it inside the popup and call it from another location it doesn’t work, its as if the initialization code is not running.I’ve tried the action framework as well, by calling an initialization script after the pop-up action. I get the same results.Any ideas? Thank you. Note: This conversation was created from a reply on: Run script snippet before popup.
I have a table with an attachments field. It works fine, but I don’t want the large green button appearing in the table. I have set up a second field that contains a small button linked to the attachment. My issue is that I’m not certain how to upload the attachments without the original field. Is this possible?
Use Case:Create a recurrent series of events in SF.For a created series, it needs to be able to be changed on a go forward basis only - AssignedToID - Day of Week - Time of dayFor a created series, it needs to be able to be deleted on a go forward basis onlyFor a created series, it needs to be able to change AssignedTo on a go forward basis onlyComplicating Factors:Updating the RecurrenceActivityID record updates ALL events in the seriesDeleting the RecurrenceActivityID record deletes ALL events in the series (if performed via API)Visual Workflow doesn’t play well with DateTime input fieldsI thought I would consult the ninjas before charging through with the following rough workaround:Part 1 - Create a Flow for creating new recurring eventsPart 2 - Create a Flow for deleting series (with same RecurrenceActivityID and ActivityDate in future)Part 3 - String together the flows as follows:Create series (obvious) - use the flow from Part 1Change series - use part 2 to delete all
Is it possible to conditionally format a text field to a certain color when the text value is a specific entry? For instance, RED text when the value is “incomplete”…
I have added ‘Create New row in Model’ action and i want add default value of Price field with Negative value of another field , how i can Merge that Negative value?UnitPrice__c = {{$Model.Product2Id.data.0.UnitPrice}}I want to assign Negative value of Product unit price.
The order keeps resetting every time I refresh the screen…
I’m trying to create a table that is about child records, but I only want to display one child record per parent record by the most recent date. I’ve tried to figure out how to do this through conditions and subqueries, but I haven’t figured it out yet. Anyone have a suggestion on how to display multiple child records, but only one per parent record?
Ok, so what is the difference between data & dataMap and fields&fieldsMap and when would you use them? They seem to be very similar. Thank you
Is the order of execution for creating new records via Skuid table the same as if I created it in UI? I have a Salesforce Workflow that fires a Flow Trigger and updates some Custom Object fields but I get different results if I create the record using Skuid vs. in Salesforce UI.Use case is that I want to take 2 values in the newly created record and perform some calculations on them and update 2 other fields in same record. When using Skuid, those newly created fields keep returning as “blank” BUT if I create same record using Salesforce the correct values are in those fields and workflow updates accordingly??
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.