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 am making simple changes to a page in the page builder. Sometimes the Save button does not even activate. Sometimes it does. When it does, I click save, but then when I attempt to preview the page, my changes are not there or not working. For example I just re-arranged my filter buttons. The Save button didn’t even activate. When I preview… nothing changed.Example#2. I added a multi-select filter button. This time the Save button activated. I clicked it. My filter button showed up in the Preview, but it doesn’t work. This is simple multi-select using the existing values on the field in the system.
I have a few action setups that were working a few weeks ago (prior to Brooklyn), but now they don’t seem to be working.I have one (provided screenshot below) that updates a checkbox to TRUE, it does also include a save action, but it doesn’t seem to be updating that field at all.Any ideas? This is really impacting our company.
Have tried several times but Skuid seems to hang whenever I try to clone the Lightning Design theme? Is it me?
I am showing child module of account in popup. I need to update the change in child object to parent object like if child object legal Name field is change and account name should be updated to that value. I am using after close action of popup but i am unable to get the correct value of child object legal name field populate in my account name field.
Trying to create a table which contains data from the Task object, Opportunity, Contact and Account. I want to capture the tasks that have been created against the opportunity, but obtain the email addresses that are located on the contact’s object. The contact object is related to the Account object. I have managed to only use the Task object but missing the connection to the Contacts to obtain more data, especially the email addresses. This diagram illustrates a simple flow of how our data is structured. Any tips on how I can get the emails from the contact object on my table would be great. I’m also trying to avoid placing the data in a drawer. Thanks again!
Column summaries show up for fields even if they are hidden, making the summaries out of alignment with their columns. Skuid release 9.3.0
I have a toggle filter on a table. When changes are made on this table, the filter appears to disable as would be expected. However, you can still click on the text of the filter button and it will try to activate the filter, block the UI, and throw a javascript error. "Uncaught Model 'Products' has unsaved changes. To update this model's data, you must first save or cancel the changes." This is problematic as the UI stays blocked with the “Applying Filter…” message and does not timeout. The error is sent to the console, but unless you have that open, you do not know there was a problem. Skuid version 8.15.15
Hi all, I have a chart that was working fine before but now is causing some issues now. If i mouse over it is showing the data however the visualisation is not present on the chart. Any ideas?
I have a model on which I am using updateRows() in a javascript. This model is displayed in a table on my skuid page. I want all rows in the model to be sorted based on a serial number. But updateRows () adds the new rows at the top of existing rows instead of the bottom. Could someone please suggest a way that could make the new row add at the bottom of existing rows?
Though I was able to getSelectedItems. Is there a way to get items that were deselected in Skuid so I can remove color.
Hi Experts, I’m trying to update the runtime.js and builder.js files in the static resource zip file. I update the zip file and uploaded it to the same static resource but when I go back to the page builder I see the below error 1. An error occurred while attempting to load the “maps” component pack: the Static Resource file at URL “/resource/1481973214000/mapsComponents/skuid_builders.json” could not be retrieved… Can someone please tell me what I’m missing? Thanks!
Hello all, I’m trying to figure out if it is possible to add panels to the html of a template component to generate large. Here are some images to better explain. I have a wraper component with a Page Title and Template components.  I would like to develop a way to pull in information as shown with the 9, 3, and 6 numbers. . I’m looking to see what syntax I would use in the template; I could css it after if it is possible. Thanks!
I don’t see themes in my org, how do I get this standard navigation bar in skuid? http://s3.amazonaws.com/screensteps_live/images/skuid/102638/10/rendered/2093ef99-54c7-4865-9a13-4dce42066be0_display.png?AWSAccessKeyId=AKIAJRW37ULKKSXWY73Q&Expires=1481955525&Signature=w%2FDnSIZwC%2Fb%2BGW5iROYgSSnB2pQ%3D
I have a Multi-Select Table Filter on a Sales Order object that I’d like users to be able to filter the status of using the table filter. However, the picklist values it shows does not use the Salesforce values listed in their assigned Record Type. The values of the filter are auto-generated in the properties and doesn’t give other options like the Select option does. If it can’t be fixed is there a way to create a multi-select picklist filter manually? Thanks you in advance. Sam
I’m updating a UI only field in a snippet. The UI only field is a checkbox used to conditionally render a button contained in a pop up. However, the button doesn’t render or unrender when the snippet runs even though I verified that the UI only field value was correct.When I close and reopen the pop up (rerunning the render logic?) the button is rendered as expected. What event is causing the button to rerun its render logic? How can I replicate this in snippet so that my button will render correctly without having to close and reopen the pop up?
Hello Community, I have a pop up where i create a record and save them. On the save button i have two actions. 1. Save the pop-up model. 2. Close pop-up When i close the pop up i want to update the table behind it automatically. now whenever i wan tot create a new record, i open the po-up an that pop-up is using a page include component. SO basically the layout that we see within the pop-up is of a different page. I saw this post. https://community.skuid.com/t/how-to-refresh-table-after-creating-a-new-line-via-pop-up But the problem is, they are not using page include component within their pop-up. How can solve this issue? Can anyone help me out with this issue? Thank you.
Since the update to 9.3 my clone pages do not work I have products per country, in the page I only have one model, the product model The country is filled from the original product If you try to save If I open the country selector and select the country and save again It returns Invalid reference Id It seems to be trying to clone the Country__c object…
I’m using this code to do some things when the page include is loaded: (function(skuid){ var $ = skuid.$;<br> console.log("before the one");<br> $(document.body).one('pageload',function(){&nbsp;<br> console.log("loaded!");<br> $(".bluebg").css("background-color","blue"); //&lt;-- silly example console.log("loaded!"); $(".redbg").css("background-color","red"); //&lt;-- silly example });<br>})(skuid);<br>console.log("loaded! the end"); This has been working before 9.x (I went directly to 9.3) With 9.3 $(document.body).one(‘pageload’,function(){ does not work anymore.I can change it to $(function(){ and it works if the page is not in a page include, but with the page include it does not work.The weirdest thing is:If you go to the page directly in the console you see the both loaded, and the blue and red background applied.If you load the page via page include, you see the 2 loaded in the console, but not the blue and red backgdround
Hi,I’m wondering if Is it possible to add skuid actions to a JS snippet?At the end of my snippet, I have it re-querying 34 different models, and as expected it’s a bit slow.The problem is that , my users are used everywhere for me to block UI until all models are finished re-querying.Can I add those 2 actions in between my requerying line on snippet itself?Example:1) Block UI command2)// query models with conditions setskuid.model.updateData([myModel1,myModel2,myModel3,myModel4,myModel5,myModel6,myModel7,myModel8,myModel9,myModel10,myModel11,myModel12,myModel13,myModel14,myModel15,myModel16,myModel17,myModel18,myModel19,myModel20,myModel21,myModel22,myModel23,myModel24,myModel25,myModel26,myModel27,myModel28,myModel29,myModel30,myModel31,myModel32,myModel33,myModel34],function(){ console.log(‘update data complete!’);3)Unblock UI commandHope it’s clearThank you
Hello,When attempting to save a skuid page, I am receiving the error message:Visualforce Remoting Exception: Unable to connect to the server (transaction aborted: timeout). o…t.f {data: undefined, transaction: V…3.D…t.Transaction, code: “xhr”, message: “Unable to connect to the server (transaction aborted: timeout).”, xhr: Object…}Does anyone know what this means?
The following started happening a few days ago with google chrome: If I edit a page in PageBuilder and I try to save it acts like its saving: it stays there for a while but then I get this error message: Its important to note that if I try another browser like FireFox then it works fine. So I know its something with Chrome but I can’t pinpoint what it is. I uninstalled and reinstalled chrome. However, that didn’t do anything as all of my setting are saved online I believe so they were restored after uninstall. Anybody has seen this problem that can shed some light as to what might be happening here. Thank you.
If field editor has sections with column sets and conditional rendering on section based on picklist value of row, rendering works for first time but doesn’t work after on. xml of sample page. ***************************************************************************** &nbsp
Is it possible to run a javascript snippet everytime a selection is made on a table? I’d like to throw a warning message up for my users when they select an Opportunity that one of our mass actions won’t work on.
I want to open the table record (‘test 1’) in this editable popup with the record values. Is it possible when i click on **Name row of table ** - test 1 this popup is open and here i can edit its value. please help. !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20161214-125395-1lezjn3-2016-12-14 6 inline.png “Image: https://d2r1vs3d9006ap.cloudfront.net/s3\_images/1522981/RackMultipart20161214-125395-1lezjn3-2016-12-14\_\_6\_\_inline.png?1481712993”)
I have no idea what this error means. Can anyone explain me what this means? How to solve this error?
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.