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 skuid custom page for a custom object (Loan). I have various links to create a new Task or event. I want to pass in the Loan.Id as what_id for the event as a part of the URL. I have tried various syntax, but none of them seem to work: &nbsp;/00T/e?title=Call%3A%20&amp;what_id={{$Model.Loan.data.Id}}<br>&nbsp;/00T/e?title=Call%3A%20&amp;what_id=what_id={{$Model.Loan.data.0.Id15}} What is the correct syntax for getting the id from a mode? I had used the following (convoluted) snippet in the past but it doesn’t seem to work any more: /00T/e?title=Call&amp;what_id={{#$Model.Loan.data}}{{Id15}}{{/$Model.Loan.data}}
I have an aggregate model that takes the number of Events a sales rep creates and averages it - avg per week over a 4-week period. Everything’s awesome…except for the part where there is now a category labeled “null”, which I’ve figured out is taking the average for the entire team (adding all Events and dividing by 4). In theory, this could maybe be nice for a manager, but A) no one’s going to know that when it’s labeled “null” and B) it’s skewing my graph so all the reps’ values look like ants next to an elephant. This my field/formula: This is my chart series: And this is the result: I’m still learning/playing with aggregate models and charting, so I’m hoping I just forgot something/missed a step.
We have a page where a button opens a popup containing a page include. That included skuid page has a model with some “After” actions. The first time the popup is opened, the after actions fire once as expected. The second time the popup is opened, they fire twice.I created a simple page that demonstrates this bug:To replicate it open the main page and click the “Show Popup” button. Click on the “Refresh” button to trigger an alert message. Next, close the popup and reopen it. Click on the “Refresh” button and you’ll get the alert message twice.Main page:Popup page: models.loaded alert(‘Alert!’);
We can’t access flyout menus (like font color for example) if the Rich Text field is on a popup (in the IE 11 browser but it works in chrome and firefox). The Rich Text editor works in IE 11 if the field is not on a popup.
I came across this javascript on stack overflow that will calculate the billable days in each quarter and how many days are remaining in the quarter. I am not sure how to edit this script to work in Skuid. I am hoping someone can help me to get it working. Thank You!What Quarter we are in: function getQuarter(d) {<br>&nbsp; d = d || new Date(); // If no date supplied, use today<br>&nbsp;&nbsp;var q = [4,1,2,3];<br>&nbsp;&nbsp;return q[Math.floor(d.getMonth() / 3)];<br>} How many days remaining in Quarter: function daysLeftInQuarter(d) {<br>d = d || new Date();<br>var qEnd = new Date(d);<br>qEnd.setMonth(qEnd.getMonth() + 3 - qEnd.getMonth() % 3, 0);<br>return Math.floor((qEnd - d) / 8.64e7);<br>}
Rich text area does not work properly if the field is on a popup. For example you can’t insert a hyperlink, table, can’t find and replace and more… I have crated test page which is based on our custom object Task__c which has rich text area field Rich_Description__c to reproduce the problem. I am pasting the xml of the test here. You can change the Task__c object to any object that has rich text area field and Rich_Description__c field to rich text area field in your object. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Tasks" limit="10" query="true" createrowifnonefound="false" adapter="" type="" sobject="pfdev1__Task__c"> <fields> <field id="pfdev1__Rich_Description__c"/> <field id="Name"/> </fields> <conditions/> <actions/> </model> </models> <components> <skootable showconditions="true" showsavecancel="true" showerrorsinline=
I have three field editor in a page, my requirment is to jump to 3rd field edior once checkbox of first field editor is selected to true. Please help!!
Is there any way to trigger a mass action on a table via Javascript Snippet.I have a table with a mass action attached to it. I’d like to be able to trigger that action in a snippet.Thanks!
I’m wondering if the following is possible: I have a detail Education object/model with master as Contact object/model. The Education object/model will only have a few fields on it. Therefore, in order to create a new Education record/row, I think it is more UX friendly to create the new record/row in a pop-up window from my Contact Detail Page…rather than sending the user to a whole new page and then redirecting them back to Contact Detail page…just for them to fill out what may only be a couple of fields…so I think a pop-up would be the ideal UX for creating this new record. I have currently done this by creating a green button on the Contact Detail Page (screenshot below; note the most recent record’s score is listed to the left) That button runs two actions 1) creates a new row/record in Education model/object 2) opens this pop-up (screenshot below): That all works great. However, I’ve noticed that if the user exits out of the pop-up before filling out the required fields, the ro
The end user does not have access to delete opportunities, but System Admin does, so we have a row action of Mass Delete on a table. No export options, no summaries. Still, the checkbox shows up for the end user. How do we get this checkbox to hide??
HI ,I tried creating a chart with Funnel and cannot figure out how to have it sort by the highest to the lowest SUMMy series is as followFunction: Sum Data Field: AmountSplit field: NameThe order of the funnel shows the name in alphabetical order instead of ordering by sum (highest to lowest)Anyone would know how i can accomplished this?I tried creating an agg model and grouping name, but that did not help eitherThx
Added 4 UI-only pick-list fields(Not associated with any Field in SFDC) on the page.Need to fetch data from a custom object and display in a table based on the user selection in UI only pick-list fields.Is this possible?
We have something in the range of 250 pages and I’d like to do some housekeeping. As part of that process I’d like to know how much each page is viewed. What’s the best way to do this? Thanks!
Hello,We are using a custom snippet on an export button on a community page to allow users to export their search results. This snippet uses the skuid export function to provide the output. Currently, we are seeing that while logged into the community, the page attempts to redirect to communityurl.com/customer/apex/ExportData We gave the community profiles access to this visualforce page, but it is still throwing the redirect error. This snippet works in a non-community environment. No issues with the export firing correctly and presenting us with a shiny new spreadsheet with informative goodness.
I’ve been having issues with table filters since the latest release (7.27.1).The filters seem spotty. Sometimes they work, sometimes they do nothing. This includes simple auto generated filters on a table and more complex filters that use subqueries and affect multiple conditions.I have not been able to get consistent results. I created a button to deactivate all of the filters and query the model which works - but when I refresh the page the old filters are back. Similarly when I get a filter to work once, it won’t work the second or third time. Has anyone else had issues with this?
Working on a report page. I have a model which collects some Ids based on a date range. The range is set to the last 30 days on pageload. A table component at the top of the page allows the user to set the date range.I have a model aciton on that DateRange model so that qhen it iw queried, a bunch of other models are queried which reference the Ids of the rows in DateRange.Now, if the date range is set such that DateRange returns 0 rows, I want the other models to return 0 rows. So I set the no value behavior to noquery.The problem comes when the date range is changed from something that returns rows to something that doesn’t return rows, because then the other models don’t query and remain with their previous values (based on the old date range). Is there a way that I can force a query so that the models return nothing? Or just empty the models?Seems like a no value behavior of ‘empty the model’ would be nice here.
Is there any chance there was a patch pushed over the weekend? I’ve got several reports of Skuid pages not loading for several of my users, starting yesterday. We are just beginning to troubleshoot but thought I’d rule this out first.
Hi - One of my users is getting the following error on Salesforce1, accessing a Skuid Mobile page (screenshot attached). User is: using an iPad on the latest iOS works on his iPhone but not the iPad Have you seen this error at all before/any guidance? Seems to be from my reading that it is maybe a Salesforce1 issue? Thanks Liz
HiWas checking console for something and found 7 errors with following description:[Report Only] Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed source of script in the following Content Security Policy directive: “script-src https: ‘unsafe-inline’”.z @ SfdcCore.js:258(anonymous function) @ SfdcCore.js:262(anonymous function) @ SfdcCore.js:262b.provide @ SfdcCore.js:220(anonymous function) @ SfdcCore.js:297(anonymous function) @ SfdcCore.js:304SfdcCore.js:258[Report Only] Refused to evaluate a string as JavaScript because ‘unsafe-eval’ is not an allowed source of script in the following Content Security Policy directive: “script-src https: ‘unsafe-inline’”.z @ SfdcCore.js:258(anonymous function) @ SfdcCore.js:262(anonymous function) @ SfdcCore.js:262b.provide @ SfdcCore.js:220(anonymous function) @ SfdcCore.js:303(anonymous function) @ SfdcCore.js:304Has anyone encountered such issue?
Hi, I need to add 4 picklist values and based on the selection I need to display the matching records on a table. Note : The fields to be filtered is not a column on the table. Please let me know if this is possible
I am trying to use the action framework to create a new record based on an existing record. On a single record basis, this is easy, but I need to do it in mass with a single button push. There would only be maybe a dozen records in the model that the operation would work on, but I need carbon copies of each of the 12 records created as new records in the same or another model. I tried “Adopt Rows”. I can’t seem to find much documentation on it, but from what I can see it seems that if the source record is saved, then it has an Id. If it has an Id, then the Adopt Rows function will merge it with existing rows instead of creating new rows. Is there any way to accomplish what I am trying to do with action framework?
Hi all I have a javascript button in a tab where i want to check that a table has any row or not .Note this table is in another tab and and different object(model).How can I do that ?
When I try to clear a field on a row in my table, the save button does not get enabled. If I enable it by editing another field and save, the cleared field reverts back to its original value. I am a system administrator so I’m sure it isn’t a security issue. Any advice would be appreciated, thanks in advance!
we are going to start using Salesforce for Investment documents again and I wondered if anyone has successfully implemented files / libraries via a skuid design
Does anybody have an example of how I could highlight/de-highlight rows in a skootable with unsaved changes?
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.