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
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
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 ?
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.