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 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:
The external links are missing and the formating issue still exists in Iphone and Ipad. And then when I refresh I get “Loading Theme Composer” forever.https://drive.google.com/file/d/0B409lhd9sYDcbzQ2LUhTMDRRVDg/view
Hello, this has been happening more and more and now to a point i cannot access big part of all account records The weird thing is that I’m the only user experiencing this issue… Any other user on same records , all behave fine. I cannot see any reason except i’m the Admin maybe? We are all using the same browser (Chrome Version 55.0.2883.87 m) Our Skuid version is: 8.15.14 Here’s error in details Any ideas? I’m really stuck right now and cannot work on skuid… Thank you
Using the search feature I found and replied to this question on this post: https://community.skuid.com/t/new-row-added-to-model-through-adoptrows-not-showing-fields-in-the-table However, the original answer, didn’t seem to correct my issue. Below is the question and code. Any help is greatly appreciated. Using adoptRows brings data into the model. However, I’m creating the skuidTable component dynamically using the code below. As you can see in the attached screenshot, the table recognizes the rows, but doesn’t show any data. In the component code, I’ve added the field I expect to be displayed. var xmlDefinition = $xml( '<skootable showconditions="false" showsavecancel="false" searchmethod="client" searchbox="true" showexportbuttons="false" pagesize="10" createrecords="false" model="PriceList" mode="read"/>' ).append( $xml('<fields/>').append( $xml('<field id="Product" allowordering="true"/>') ), $xml('<views><view type="standard"/></views>
I need the ability to set the page of a table dynamically but can’t find a way to call skuid.$C(“tableProjectTasks”).element.list.goToPage(n);. The use case is this… User is on a page that has child records(many) with pagination. The user clicks on one of the child records and goes to that record. I have a back button that brings the user back to parent page and the users have asked to bring the user back into the page of the child records from where they originally started.
I’m guessing that the renderAs=“pdf” tag would not work on visual force pages with Skuid Redirects. Anyone know? Salesforce Developers
How do I resolve this? This is not good.
I am using the Skuid editor to create merge documents. Works pretty good except for fine tuning. As an example in edit mode this page looks like this The received email it looks like this: Notice the extra space. When I look at the html in my html I can see the extra padding. But see no way of messing with the html in the skuid editor. Any workarounds?
When I click the add new finger lakes opportunity, and then add one. it brings me back to the opportunity page and on the pipeline tab the add new record button is still appearing when it should disappear after I add the new record.It is very confusing to explain and much easier to show you. I am comparing the button conditions to one that is working and they are exactly the same so I do not understand what else to check.
From this. Bill{{#$Model.ARDetail.data.0.isServiceOrder__c}}able{{/$Model.ARDetail.data.0.isServiceOrder__c}}{{#$Model.ARDetail.data.0.isInvoice__c}}ed{{/$Model.ARDetail.data.0.isInvoice__c}} ({{$Model.LI_BillableEvents.data.length}} + {{$Model.LI_BillableWork.data.length}}} Used to display Billable or Billed without the icon.
I created a popup from a button set and would like to use the button I created inside the popup to refresh the charts inside the popup after a user has cycled through each of them without having to hit the back button in the charts. I also want to avoid the user having to close the popup window and accessing the charts again. Trying to save them time and avoid clicking, closing and reopening. Here’s a screenshot of what I’ve laid out. Any help is greatly appreciated! Thanks!
Hi I have a requirement to disable right click option from particular name column in table.could you please any one help me to resolve this issue.ThanksDeleep
I attempted to search for this but could not find much about this. Below I attached a screenshot of a chart I made, but a request has been made to show the number of records that represent each piece of the pie, is this possible to show on the data label itself (ex. “Corporate (8)”, “Franchise (30)”)?
After the Brooklyn update, several of my tables aren’t fully displaying rows. The correct rows all display, but the visible height of the table is only enough to see half a row at a time. Even row action buttons don’t fully fit within this narrow viewing height. You can scroll and see each record that the table should be pulling up from the models, but you can’t see enough to even read a name . In this screen shot, Just above the word "Leaderboard, in a rich text component, is a table. You can see the scroll arrows to the right (function fine) and part of a row, some of the text on it. Using a scroll wheel or the arrows, you end up overshooting any row. This happens regardless of what models are in a table, and regardless of the page.
Text Area fields within the field editor are not displaying correctly. When there is a few lines of text in the field, the text box stretches out while in read mode. There is no problem with the box in edit mode. See picture below.
I just installed the fix for Brooklyn that resolved my earlier post around tab sets not working in IE. Suddenly, none of my mobile-style pages will load - even the page builder gives me a blank gray screen. (Ditto for IE and Chrome for the user-facing pages, ditto in Salesforce1.)
Trying to use the action framework to directly call Apex, but the skuid page doesn’t seem to recognize my invocable variable when it is actually executed. Is there any better documentation out there on this? It would be a great feature to utilize. Here’s what I have set up in the Skuid configuration: !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20161207-75380-1144zc2-Edit_Page Account_ Salesforce_-_Enterprise_Edition_inline.png “Image https//d2r1vs3d9006apcloudfrontnet/s3_images/1520184/RackMultipart20161207-75380-1144zc2-Edit_Page__Account___Salesforce_-_Enterprise_Edition_inlinepng1481150573”) And here’s my apex code: @InvocableMethod(label='Recalculate Region Assignment') global static List<assignmentresponse> setOwner(List<assignmentrequest> assignmentRequests) { List<assignmentresponse> responses = new List<assignmentresponse>(); AssignmentResponse res = new AssignmentResponse(); responses.add(res); System.debug('uh... hello?'); Id accoun
Just upgraded to Brooklyn and are having issues across skuid pages. One issue is a navigation that has previously been functioning now looks like this for a user: When it should look like this: Anyone encountered this before?
Hi we are on version 8.15.15. Users no longer get session timeout error and is able to continue working on the page without refreshing the page when the session is renewed. That is great. However, it’s still requesting user to refresh page in these 2 cases:1. on a page-include section on the page: when user click on a custom action which uses remote action call, they get the error Remoting request invalid for your session. Refresh page and re-submit request. 2. on a page with Data.com integration: user is able to save the changes after session timeout, but when they click on a custom action that has data.com integration, it fails with the message ‘Not unauthorized’.Are you aware of these issue? Any pointers to look for issues?
I have a custom render snippet that color codes values in a table based on their value relative to a benchmark value (green, yellow, red). I’m now replacing these fields with a template field so that I can trigger a popup window that shows relevant records when one cell of the table is clicked (via methods here: https://community.skuid.com/t/trigger-popup-from-javascript) How do I apply my custom render snippet to my template field? If I add 'snippet = “valueHighlight” ’ to my COMBO field in the XML will it recognize it in runtime? Is there a better way to apply a css class based on a value in the template field? Here’s my custom render snippet: var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]); var row = field.row; var cellElem = field.element; var iconElem = skuid.$( '<div>' ) // create the icon container .html('<a>'+ value +'</a>') // mark the container as a silk icon container .appendTo( cellElem ); var benchmarkValue = row.maxIndicatorrBenchm
Hi just starting today I got this error on my page:An error occurred while attempting to load the “skuidvis” component pack: the Static Resource file at URL “/resource/1478111913000/skuid__VisualizationComponents/skuid_builders.json” could not be retrieved.We are on version 8.15.15.Can you please advise?
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.