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
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.
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?
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?
Hi Skuid Community, I have a Table to store the list of invoices details. For each Invoice Detail, There will be an attachment of Invoice copy (Attachments object is used to save all these attachments). So i created a drawer and within that drawer, by using the file upload component i wanted to upload the Invoice as an attachment. The drawer has a file upload component and below the file upload component, there is a table component (which shows the related attachments uploaded). It looks like this My problem here is, i am not able to filter the attachments related to the Invoice detail. For example the attachment “My invoice attachment” under the “test invoice” record. But even when i open any other invoice record i am seeing the same attachment popping in the table. How can i filter attachments based on the Invoice record ID? Right-now, the condition that having on my attachments model looks like this Invoice Line Item is the model where i have all my invoice detail records and Par
Following option used to work with the clone parameter without the “=anythingyouwanthere” portion. Used to work URL pre Brooklyn:https://mblazonry–c.na16.visual.force.com/apex/Journal_Entry_Detail?id=a0fj0000004AMFBAA4&clone
I’m trying to create a formula field to return “Yes” or “No” to use in a button to set a picklist value based on another field value. Does anyone see any glaring issues with this formula? IF(CONTAINS({{Fee_Structure__c}},“Billed”),“Yes”,“No”)
I recently updated to Skuid Brooklyn, but am now unable to edit some of my existing pages. When I try and load the pageBuilder I just get a blank page. When I look at the page in chrome console I see the following: Uncaught TypeError: Cannot read property ‘defaultStateGenerator’ of undefined at g.componentRenderer (https://skuid.na37.visual.force.com/resource/1480951700000/skuid__CoreComponents/builders_core.js:4:…) at g.renderComponent (https://skuid.na37.visual.force.com/resource/1480951759000/skuid__BuilderCoreJS:2:6877) at e.refresh (https://skuid.na37.visual.force.com/resource/1480951759000/skuid__BuilderCoreJS:8:13141) at new e (https://skuid.na37.visual.force.com/resource/1480951759000/skuid__BuilderCoreJS:7:4890) at b (https://skuid.na37.visual.force.com/resource/1480951759000/skuid__BuilderCoreJS:7:2533) at c (https://skuid.na37.visual.force.com/resource/1480951759000/skuid__BuilderCoreJS:7:2634) at Element. (https://skuid.na37.visual.force.com/resource/14
Cannot open a skuid page in page builder but the same page i am able to load in production console.I get the fallowing error in console when i inspect the page builder. Error: skuid__SkuidJS:11 ‘webkitIndexedDB’ is deprecated. Please use ‘indexedDB’ instead.(anonymous function) @ skuid__SkuidJS:11 builders_core.js:4 Uncaught TypeError: Cannot read property ‘defaultStateGenerator’ of undefined(…) Please see the screenshot: !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20161212-26430-17yvua7-2016-12-12 6 inline.png “Image: https://d2r1vs3d9006ap.cloudfront.net/s3\_images/1521971/RackMultipart20161212-26430-17yvua7-2016-12-12\_\_6\_\_inline.png?1481540490”) Please help.
I’m trying to follow the tutorial at https://docs.skuid.com/latest/en/skuid/javascript/snippets/queue-custom-item.html and copy-and-pasted the XML code from https://bitbucket.org/skuid/samplepages/src/1e02bf5a392e141442b992e270ce593345faa979/pages/Drag%20an… into a new Skuid page. However, I am getting the following error:Failed to parse XML due to: entity reference names can not start with character ‘&’ (position: TEXT seen …el.registeredEditors,function(){ if (this.element &&… @177:34) Any idea if there is something wrong with the sample code? Or am I doing something wrong?Thanks,Andrew
I am trying to setup skuid to use Odata1-3 to connect to a Informatica realtime odata source that is connected to SQL server. When selecting the External Object Name, I get the Not Acceptable error message. I used the same Informatica end point with Lightning Connect and it was able to retrieve and sync all my tables. https://ps1w2.rt.informaticacloud.com/active-bpel/odata/v4/JDBC-xxxxx My initial guess is that maybe Skuid is not compatible with Odata V4?
Our Dev team has grown and keeping track of all the different changes has become problematic. Is there dev tool that people like that incorporates changes made within Skuid and Salesforce in one easy to use tool? It is my understanding (perhaps incorrectly) that the Git for Skuid will not help with SF changes. Thanks in advance for any input!
I have Brooklyn Update 1 9.5.0 What do I do with Update 1 Iteration 1 ? What do i do with Iteration 5? If both, then what order?
We are cloning and saving latest record from a model using a javascript snippet which is invoked on a button click. This functionality was working fine earlier and does not seem to work anymore with the latest release of skuid (Brooklyn Update 1 - Version # 9.5). The error I get on console is “Uncaught RangeError: Maximum call stack size exceeded while cloning a record.” When I tried to pinpoint, the field it is choking on is - " __skuid_record__" Looks like, it is getting into an infinite loop while copying that field from record to record. . When I updated snippet to exclude that field from copying i. e. if I add italicized code shown below to the snippet, it seems to work fine at this time but was wondering if we could get to the root cause? Any idea about what is going on? Any changes / suggestions for the javascript? Thanks in advance for all the help! 🙂 ============================== Snippet ============================ var params = arguments[0], $ = skuid.$; // Get Model var
I asked this 2 yrs ago here, https://community.skuid.com/t/salesforce-to-salesforce-connection-sent-fields-not-working, but wanted to see if anyone else has come across and found a solution since then.If you use Salesforce to Salesforce then there is a ConnectionSentId available in the Tab filters. So far that is the ONLY place I have seen where you can use that field in a query. So I can filter on objects where ConnectionSentId = Null. If I try to use anywhere else it doesn’t work as it’s supposedly unavailable for queries.But Salesforce uses it somehow in those filters so has anyone found a way for me to use that in a Skuid filter? It makes many of our tab pages unusable right now as we cannot definitively tell if a record has been shared or not.
hello js gurus... trying to use the standard skuid in-Line js syntax: (function(skuid){ var $ = skuid.$; $(document.body).one('pageload',function(){ var myModel = skuid.model.getModel('MyModelId'); var myComponent = skuid.component.getById('MyComponentUniqueId'); }); })(skuid); to work with this windows on load js sytax: window.onload = function() { var display = document.querySelector('#time'), timer = new CountDownTimer(15500); timer.onTick(format).onTick(restart).start(); function restart() { if (this.expired()) { setTimeout(function() { timer.start(); }, 1000); } } function format(minutes, seconds) { minutes = minutes < 10 ? "0" + minutes : minutes; seconds = seconds < 10 ? "0" + seconds : seconds; display.textContent = minutes + ':' + seconds; } }; Here is my jsfiddle: https://jsfiddle.net/rogers0000/wzkz3tg1/ <script async src="//jsfiddle.net/rogers0000/wzkz3tg1/1/embed/js,html,css,result/dark/"></script> I’m trying to envoke this from a popup button. I’m gu
I am received the above error when attempting to load a page from a newly created tab. The VF page that controls the page include is included for the profiles experiencing the issue. The link to the page works fine for everyone, but the tab does not. It may be caused from two tables on the page being conditional rendered by profile. When I remove the conditions, both tables load fine. Very odd. Error when logged in as a user: When logged in as myself:
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.