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 trying to conditionally render tabs within a drawer based on whether or not there are rows in the model within that context. I cant seem to get this to work. Any ideas?
I am adding a JavaScript Item as a Static Resource and it is not giving me the option to add a File Path. The chart is not functioning (its a fusion chart package) and I suspect this may be the reason. I have another chart already in production and it is working fine. I have duplicated it exactly piece by piece, but on the ‘JavaScript Item’ screen, when adding a Static Resource, it is not giving me the ‘File Path’ option as the original page has.
I’m trying to display the values active of a condition with multiple specified values using global merge syntax. I’ve tried {{$Model.Potential.conditions.7.value}} and {{$Model.Potential.conditions.7.values}}, both of which are blank on a page title and rich text. I understand these values are stored in an array, so that might be why they’re not displaying. Is there a way using global merge to display these? My other option is using Javascript on page load to covert the array to a string and update an element to display the values - I would rather not go down that path if there is an easier way
How would I apply CSS to a specific popup? I’ve tried following other posts on the community, but have had no luck. Secondly, what is the best approach to editing the element.style attribute? I am trying to modify the “min-height” property of the popup below. Any help is appreciated.
I want to update the newly created salesforce id to a field in different model. Please find my belowvar prevAppModel = skuid.model.getModel(‘PrevApplication’);var prevAppRow = prevAppModel.getFirstRow();…………result = sforce.apex.execute(‘CreateNewLoanApplication’,‘createApplication’, param); var relMsg = result.toString().split(‘##’); alert("### "+relMsg[0]+relMsg[1]); if (relMsg[0] === ‘FAILED’) { alert(relMsg[1]); } else { alert(“Application Created Successfully.”); alert(result); prevAppRow.Refinance_RB_Id__c = result; alert(prevAppRow.Refinance_RB_Id__c); alert(prevAppRow.Id); prevAppModel.updateData();}I am able to alert the result with the newly created id but the model is never getting updated
Is there anyway to control the height of a calendar component that is attached to Google Calendar. Within the calendar component, there is the ability to change the number of rows per hour. However, this is not precise enough for the needs of the page. I have tried using CSS to control the height of the responsive grid the calendar component is in, but the calendar component appears to take priority.
We have a number of pages that are in the Skuid module for some reason. As this module is “locked down” by Skuid and we have no rights to edit or delete them we are a little stuck. These are in our managed package and just want to delete them.
Date pickers within a popup are not rendering correctly. The date picker is below the popup.
I have created 3 skuid pages each containing a table and then put them all together on one skuid page using a responsive grid. This has then been put in a lightning page to be used as the new home page for the sales team.One of the 3 tables has reformatted the headings to appear in Red and the headings wrap around if the page is shrunk so they are not over their columns. The 3 pages are:Tasks - working fineExpiring CSQ’s - working fineOverdue Projects - Red HeadingsThe really weird thing is when you preview the skuid page it looks fine. When you look at it in Salesforce the headings change.Can you please tell me why the overdue projects table headings are different?i have checked all the settings a and apart from the model data they are all the same.
UI Only picklist with manually created entries not displaying values on the page. I have a pageload snippet that loops through the picklistEntries and identifies one that matches a field on the record. I set that as the selectedItem, but nothing shows up on the actual page. var uionlyPicklist = termModel.getField('UIOnlyPicklist'); for(var index = 0; index < uionlyPicklist .picklistEntries.length; index++) { if(uionlyPicklist .picklistEntries[index].value == newPicklistValue) { uionlyPicklist .selectedIndex = index; } } newPicklistValue is the value retrieved from another field on the model.
Sometimes when a row action is clicked (e.g. like a field update on the row), all visible rows on that users table are updated at the same time.There is no reasons why this should happen as these are set up as row actions and 99/100 they work perfectly well. Could the problem occur if the page hasn’t loaded properly so it hasn’t set the row context? Any way to prevent these actions triggering until all the page loads?Thanks
If i create a new UI-Only field in Javascript, is there any way to define what the field renderer will be when i create that field?
I have a page include which has a query string Add=Add In the included page I have conditioned the wrapper to show if the Page/URL is NOT EQUAL to Add I assume this should work. Any ideas?
Hi,I need to have some opportunity fields in the task template to be used both on a display in a table or as filters. The link between the two models is wha.id task with id opportunity
I thought I had logged this before but was unable to find it - possibly it was the same issue for a different component. Apologize if this is a duplicate. When explicitly calling “render” on a queue, an additional header section is displayed instead of fully “re-displaying” the entire queue. For example, if you call render 5 times on a queue, you will see 6 header sections. Note - This stems from https://community.skuid.com/t/queue-component-title-search-labels-template-string-not-cha…. Steps to reproduce: Create page using XML below Preview page Click “Force Queue Render” button Expected Result Queue displays completely re-rendered with 1 header section Actual Result Queue displays with a 2nd header section Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Opportunity" limit="20" query="true" createrowifnonefound="false" datasource="salesforce"
When the text specified for a Queue search text contains merge syntax, the search text is not updating as the model data changes. This is similar to https://community.skuid.com/t/queue-labels-do-not-update-when-model-data-changes?rfm=1&am…. That issue was dealing with item display but this is the same issue just specific to search text. Notes The Queue header text does properly update when merge syntax is used. This stems from the issue posted at https://community.skuid.com/t/queue-component-title-search-labels-template-string-not-cha… Due to the issue at https://community.skuid.com/t/mustache-triple-braces-results-in-components-not-updating-w…, it is necessary to use double-brace syntax for merge even though it would be more appropriate to use triple-brace here because when displaying a value in a header, you would not want an nx-field rendered, just the number. Steps to reproduce: Create page using XML below Preview page Expected Behavior Queue header text & Search text sho
Walkthrough of issue in vid below.
I have a collapse wrapper with a field editor that is conditioned on the length of a field being 10. The field is calculated. The UI_Field is LEN({{Temp_10_Digits__c}}). I have tried as a text output as well as a 2 digit number. When the wrapper is initialed opened, the condition works. However, if I collapse the section and re-open the wrapper, the rendering fails. I have put the length field in a template to see if it is calculated correctly and it is. The rendering fails.
HI All, This seems like something that had to be answered already but I can not find it on the community. I have a question concerning adding attachments at the Contact or Opportunity level. When this is done, it appears that Salesforce automatically displays those records on the Notes and Attachment related list on the Account level. Also it appears that you can add an attachment directly to the Account at the Account level and that is the only place it is displayed. I have a skuid page that I am using to replace the standard Salesforce Account page and on that we have a tab for Contacts and a tab for Opportunities, both have a table for Notes and Attachment. I also have an Tab I am using to display Attachments. My problem is I am only seeing attachments that were added directly to the Account, I am not seeing any attachment added to the Contact or Opportunity on the Account Attachment table. I have a model associated with the Attachment object and a filter set to : Parent.Id = (Accou
I have a queue component listing few opportunities. When user clicks opp item, it gets removed from the list. So, i would like to update the ‘Queue Title’ & ‘Search Label’ dynamically which tells how many items in the list. But, it seems not working… Here’s the pageXML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Opportunity" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Opportunity"> <fields> <field id="Name"/> </fields> <conditions/> <actions/> </model> </models> <components> <queue model="Opportunity" tagrendertype="template" searchbox="true" tokenizesearch="true" showsearchbydefault="true" uniqueid="sk-1wkWJ9-158" searchmethod="server" searchplaceholdertext="Searc
Is it possible to put a “child relation” in a "custom label? I was thinking something like this:{{{$Model.View_Engagement.data.0.Engagement_Offer_DNA__c.Engagement_Roll__c}}}
I have a sliding panel that works as expected. however, when I include the page in another page the sliding panel stops working.https://drive.google.com/file/d/0B409lhd9sYDcZmNzcDlzNXBrSUk/view
I have done this man times with success. I am passing and Id in a page include and it does not pass. I have included a video showing the issue.https://drive.google.com/file/d/0B409lhd9sYDcUHBLbkZ2ZnN1akU/view
Sliding panel is opening more sliding panels with each click instead of toggling.https://drive.google.com/file/d/0B409lhd9sYDcUHRiay1SdDBhZDg/view
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.