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 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??
Thanks Rob & Zach,I currently have this working in a test org with multi currency enabled. Just wondering if its possible with a render snippet to hide the currency code prefix? As we have 6 currency columns, in addition to the currency picklist, each one of those is rendering USD or EUR etc, so each column is repeating unnecessary values. We do want to give users the ability to edit the currency in the row, so there isn’t really a need to specify currency on every other field in the row.I recall seeing a post about this a few days ago but have searched high & low and can’t seem to find it now. Maybe I dreamt it. Sometimes I dream about Skuid.Would it be possible to hide the 3-letter currency prefix? Note: This topic was created from a reply on the Multi Currency with Skuid in a Managed Package topic.
Is there a way to control the screen position of a popup? I have a custom popup with an image, but it always open cutoff on the bottom of the screen…
Just wondering if anyone out there has gone through the process of deploying Skuid in a managed package AND offering optional Multi-Currency support in that package?We have a few customers (not all) requesting Multi-Currency, and we will of course need to include dynamic apex into our triggers and classes to allow for this, but how do we also do the same for Skuid pages?If we include the currency field in a Skuid page, will it be automatically dropped for orgs which don’t have multi-currency enabled, or will the page throw an error on load?
I’ve been searching for an answer on this, but cannot find it. So I thought I ask. I want to disable a Tab Panel within a TabSet. If so how? Thanks.
I recently completed the “Table Component: Custom Field Renderers” tutorial and it worked as expected. We have successfully created a custom editor for a picklist field in a table element. However, we weren’t happy with the ui-silk icons used the example so we added the font-awesome css as an external resource and are now using the font-awesome icons in place of the the silk icons. Taking it a step further, we would now like to add text labels to the icons. However, our javascript skills are rather limited and we are at a dead end. Using the same example from the tutorial, how can you add text labels to the icons created for the custom editor? Here is the javascript snippet from the tutorial that we tweaked to pull in the font-awesome icons (we are also using bootstrap to generate the button colors): var $ = skuid.$, field = arguments[0], value = arguments[1]; var cellElem = field.element .css( 'margin', '3px' ); switch( field.mode ) { case 'read': case 'readonly': var
We recently purchased some custom web fonts that are being served by typography.com. However, part of the instructions from typography.com include adding a uniquely licensed css link to the head of the page that we’ll be using the font. Since we don’t have access to the tag in Skuid, is there another way that this could be accomplished? Thanks in advance for your response!
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.