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
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&business=XXXXX&lc=US&item_name=Test&amount={{{sumCourseOfferingrMemberP}}} and: http://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&business=XXXXX&lc=US&item_name=Test&amount={{{$Model.RequestTotals.data.0.sumCourseOfferingrMemberP}}} If I use: http://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick&business=XXXXX&lc=US&item_name=Test&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
How to configure custom skuid details page in place of default page
In table component i have selected field and mentioned class name to add, but the class is not displaying after the page rendering. It seems that mentioned class not added to td or field…
It seems to push the table down a page and I would much rather remove it all together. I can hide it in css but that doesnt fix the spacing
The sk-icon-menu is showing a green check mark instead of the menu icon.
Hi is it possible to capture the out of box search field value from the table search? In my user case, if user does not find a match, I want to allow them to save that search term. Is that possible?
We built several custom themes based on Lightning. At some point, I believe with the Salesforce Sprint '17 update, all of those themes switched to looking like they were based on Modern. Can’t figure out how to fix. Some of the themes looked right in our Sandbox which was running Brooklyn, while Production wasn’t running Brooklyn. When we upgraded Production to Brooklyn, the themes didn’t get fixed. I do have Update Out of Date Themes showing, but it just runs and runs, I’ve tried leaving it for 15 minutes and it never completes. I can have the theme looking right in Sandbox, and create a new theme in Production with the same files, and it looks to be based on Modern instead of Lightning.
Hi,I had a need of showing a skuid page as a popup on a custom button click which is on Account Detail Page.Here is the flow of components:Account Detail VF Page –> has a VF Component –> this VF component has a buttonIf this button is clicked , I am opening a modal dialog with an iframe showing Skuid Page.Now, the problem is, when I open the modal dialog it shows the skuid page fine, but on Chrome Developer Console , unable to access models which are on this skuid page.How can we access Skuid page models from chrome console in this case ?
We have a form on which our grantees report to us detailed information on their staff members. A typical user may have 100 staff member records in five office locations and need to update information on, or create new records for, 20 of those staff members. We’ve received multiple complaints that, after 15 minutes or so of use (editing and adding records), the form runs so slowly as to be nearly unusable; the form can take seconds to respond to a key press or a mouse click. Closing the browser and reopening seems to fix the problem. It’s possible that simply loading a different form and then reloading the problematic form also fixes the problem; we haven’t confirmed that.The form is accessed via IFRAME in a Visualforce page. On initial load, the Skuid form displays a list of office locations. When the user selects an office, a list of the staff members at that office is displayed at the bottom of the form. Selecting a staff member shows a popup containing a Skuid staff editor form on w
I am trying to build a custom component that will use values from aggregate models. However, when I create an entry of type Field in my properties List in the Builder file, the Field Picker in the Page Builder shows me the Fields from the underlying object and not the aggregated fields I want… I was thinking that perhaps using template could do the trick, as the Field picker show the appropriate fields, not convince it will be a stable solution yet. Is there something else I can do to resolve this issue?? Thank you.
We are using skuid.moment.tz(skuid.time.getUserTimeZone()).format(); to get user date per timezone. But receiving below erorr: Uncaught TypeError: Cannot read property ‘tz’ of undefinedOn analysis further we found that skuid.moment is not getting loaded in some of users machine. We did not find anything related to browser. The machine were we are facing issues are MAC machines. Any help is greatly appreciated.
Anyone appeared for Advanced Certification can give bit more information about the exam. I can’t find useful information in skuid website.I have just one question… is it focused on Advanced configuration ? (or) Purely related to API’s (involving Javascript) ?(or)both 🙂
Hi!I’m trying to figure out how to obtain an access token and then specify it in the header of my next request. I have specified “Authentication URL” but can’t seem to reference the access_token in my second request. i found something that say i should format my “headers to send with every request” to the following, but it’s now working. Authorization: : ""basic “” + {$Auth.Response.Body.access_token}Any help would be greatly appreciated.
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.