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 have a page built of multiple components, including a tab set and a few field editors, which all reference the same model.Recently we found that when a validation rule is triggered on that model, multiple errors are appearing. Is there any way we can turn them off so that only a single error appears at the top of the page?Thank you!
Hi! There are some multi-select filters in my table, and after I’m using couple of fields with several values in each it becomes to annoying to clear values in this filters to return back to original table. So how can I reset all filters quick and easy? Can I create some button “Clear all” or something like this? an someone suggest?
Has anyone been able to recreate the standard Salesforce “Scheduled Meetings” view that shows you your upcoming events for the next 7 days and their times and is grouped by they day?I think it could probably be done with 7 models and some conditional rendering but I thought I would ask before trying on my own.
I have this inline JS code which I use for drag and drop functionality within table. It works fine when the table is on the main page but now I am trying to execute this within a popup. Any tips?(function(skuid){var $ = skuid.$;$(document.body).one(‘pageload’,function(){var component = skuid.$C(‘sk-3MxwBj-240’), listContents = component && component.element.find(‘.nx-list-contents’);listContents.sortable({ placeholder: “ui-state-highlight”, stop: function( event, ui ) { var data = ui.item.data(‘object’), model = data.list.model, movedRow = data.row, target = $(event.target); target.children().each(function(index,tr){ var row = $(tr).data(‘object’).row, order = row.Order__c; if (index + 1 !== order) { model.updateRow(row,‘Order__c’,index+1,{initiatorId:component._GUID}); } }); }});});})(skuid);
In Salesforce there is a model limit that is something in the neighbourhood of 4000+ records.What about Dynamics 365, SAP, etc, etc?
I have a Model that has an action, “Row in Model updated.” When this salesforce lookup field is updated, i want it to populate another field on that same row. I am following a similar pattern for another Lookup field in the row, however this other field is not updating the same. My action is set up to Update a field on row(s). The funny thing is that if i put the field that i want, {{Asset__r.Account_Number__c}}, field does not update. If i put any other field, i.e. Name, Id it seems to work fine. I know i have permissions to the field i want as i can view it from the standard Salesforce UI. Also i am a SysAdmin profile so i can see everything. Any clues why this action update would only work on certain fields?
Hi Community, I have a custom lookup field. When creating a new record, i am populating the the lookup field and after saving the record i am not able to see the lookup field value on the detail page. I don’t understand what is going wrong here. This is very basic and worked on so many look-up fields but i never came across an issue like this. Can anyone tell me if i have something to correct? Thank you.
If I have a variable {{Search_This }} which is equal to: https: //www. google .com/we bhp?sourceid= chrome-instant&rlz=1C1CHFX_enUS576US576&ion=1&espv=2&ie=UTF-8#q=Boot Ranch-Eagle Watch Pinellas County Florida&tbs=qdr:d,sbd:1&tbm=nws Can a “Collapsible Wrapper” use {{Search_This}} to search and present the web page inside the wrapper.
I would like to conditionally render a table based on if a user is a member of a specific Salesforce public group. Any suggestions?
If the picklist is in the same field editor, then the pick list works rendors conditions correctly. If the picklist is in a different field editor (same model name) than the condition placed on a responsive grid the responsive grid does not show when it should. I am on update 1, iteration 1. There are no errors in the console.https://drive.google.com/file/d/0B409lhd9sYDcb3J2cjM0X0h1MDQ/view
I’m looking to convert a UNIX timestamp (ie. 1487949382) to a DateTime field via a UI-Only Formula field. The REST model I’ve created returns only unix stamps and I need them to be human readable.
The home page for the force.com site is a visual force page that has this code: <apex:page standardController=“Contact” extensions=“skuid.Redirects” showHeader=“true” sidebar=“false” readonly=“true” docType=“html-5.0” action=“{!IF(canUseSkuid,‘’,redirect)}” title=“Edit”> <skuid:page page=“HelloWorld” /> </apex:page> The HelloWorld page shows a button ‘Say Hello’. The action associated with the button is in a java snippet as follows: acctRow = acctModel.getFirstRow(); alert("Hello " + acctRow.gandikotam__UserName__c); window.location.href = “/customers/apex/skuid__ui?page=SayHello&username=” + acctRow.gandikotam__UserName__c I can see the alert but the page is not redirecting. The URL I see in the browser is: http://gandikotam-developer-edition.na35.force.com/customers/apex/skuid__ui?page=SayHello&userna… BTW, using a trail Skuid with a trial SF account, if it makes any difference. Any suggestions on how to fix this? Thanks
I have a table and it has column as primary defined as checkbox. when user selects this check box, I have a java script which run some validation and when this validation fails, we want to show a message. I have currently used alert(message) but I do not like the look & feel. is there a way we can show message using pop up from Java script code on UI.
I have a page with a model that holds a user’s list of courses they’re registering for, each with a price. I then have a model that uses the same data, except in the aggregate, in order to get the sum of all courses. I’m then trying to redirect to a PayPal URL and supply that total to the URL string.I have tried both: http://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=XXXXX&amp;lc=US&amp;item_name=Test&amp;amount={{{sumCourseOfferingrMemberP}}} and: http://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=XXXXX&amp;lc=US&amp;item_name=Test&amp;amount={{{$Model.RequestTotals.data.0.sumCourseOfferingrMemberP}}} If I use: http://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=XXXXX&amp;lc=US&amp;item_name=Test&amp;amount=123 It works fine. If I include the same variable in the button label, it works fine. Are Redirect to URL actions unable to read aggregate fields?My next step is to write a
Hi Community, On a case detail page i have three tabs. 1. case detail Csse detail layout looks like this. 2. case notes Case notes layout looks something like this. there is an add new button on the case notes layout. This button is used to add a new comment on the case. This button is not working whenever a case is created. once if we change any field on the case model and save the any of the three layouts, then this button is working properly. The conditions that o have under this Add New button is shown below. the third tab i have is case close .this tab has case status, case reason and case close comment fields on its layout. How can i add an action so that when ever we open a case detail page we should be able to use Add New button without changing the case fields and then saving it. How can i solve this issue? Thank you.
Do I install Update 1 I1 and the Interaction 5? Or Do i install just I5? They seem to have different Bug fixes but also duplicate big fixes?
Getting an issue for our community users in Internet Explorer. Why does anyone use Internet Explorer?? I don’t know, but they do. And things aren’t working. Entire page is stuck loading records, error in the console shows “object does not support property startsWith”It’s a page include in a page with a header. I’ve had issues with Headers before in IE, but this header is loading, just not any models. Are there known issues with page includes in IE?
When a reference field rendering as a picklist with a “None” option the field is saved even though no option should be chosen. This seems to be a bug since updating to Brooklyn. Has anyone experienced this issue?
The first picture is of the chart existing on a list page. How do I fix it? The second picture is when I export that same chart. How do I fix it? On a related note, how can I get “(SUM)” to not appear on every grouping? !(https://us.v-cdn.net/6032350/uploads/attachments/RackMultipart20170221-7198-fdgg7o-chart 3 inline.png)
I have made 3 different UI-Fields. A formula field, a text field and text field with a value from another model. The formula field shows a value. The text field and Text field with Page/URL are blank. https://drive.google.com/file/d/0B409lhd9sYDcaTBFLXNySzFSVWM/view
I have a custom component that works fine on a couple different pages. We recently went to add it to a page include we have, and the XML generation fails. It seems that the XML end tag for the component is not correct and fails on the dash in the name. I would change this everywhere but how we have the build process set up it would be quite a bit more challenging at this point. I wanted to see if maybe dashes are not allowed for the tags and it is getting messed up on the page include possibly or if we found a bug. EDIT - If we preview the page include just as a detail without it being a Page Include. The component works perfectly. Hopefully that helps shed some more light. Start Tag: <chopemailtemplater__email-templater uniqueid=“sk-1XXmSq-341” model=“Procurement” contactsModel=“ProcurementContacts” contactModel=“ProcurementContacts” contactModelEmail=“Email”> Bad End Tag: </chopemailtemplater__email> Im assuming this is the line in Builders.js that creates the XML markup
I had a requirement to update the Mutlipicklist value based on other picklist value. scenario :condition (1) If picklist1 = x value selected then it should update the Multiselectpicklist value with x,y as default and user should be able to select other values ex : z also along with x,y. condition ( 2) : user should be able to deselect the default values if they are not intrested.)
I am trying to populate a template field using an if/then based on another field in the model. Specifically, I am looking to do: IF State (field) = CA, THEN populate template filed as Pacific. I cannot find anyone who has posted a solution for this! Does anyone have a solution?
Hi All,When i click on button then i have need to get chart.series as well as other attribute like chartObj.xAxis, yAxis:chartObj.yAxis etc.Using before render snippet i am able to get this information using below code:var chartObj = arguments[0], $ = skuid.$;console.log(chartObj.xAxis);console.log(chartObj.yAxis);console.log(chartObj.seriesxAxis);But using on click button snippet how can i get this xAxis, yAxis and series data from a chart?I have assigned a uniquie to chat as “ChartEXG”:Then using that code in snippet for button click :skuid.$C(‘ChartEXG’).seriesBut not able get series data.Can anyone please let me know how i can get chart series and other attribute data on button click.Thanks,Raj
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.