Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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>}
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!!
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=
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.
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.
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?
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?
Hi, Skuid Superheroes. I have never been able to get the snippet to make links open in the parent window work on my Skuidified home page–they always open within the home page component iframe and nest. I have the snippet in place, but the links are still opening within the frame instead of the parent. Also, we have a few row actions that are URL redirects that are also opening within the frame, even if you choose parent for the “Open URL in”. Any ideas on what else could be affecting how they open? Thanks! PS: This is the snippet I’m referring to: (function(skuid){ var $ = skuid.$; $(function(){ $(‘head’).append( $(‘’) ); }); })(skuid);
I currently have a “Send Notification” button on a single record pop up. All I am trying to do is when someone clicks this button to pass the record ID to the javascript snippet. But I don’t seem to understand on how I can achieve this. The current code.var params = arguments[0], $ = skuid.$;//var model = skuid.model.getModel(‘RnDVac’), row = model.getFirstRow();var model = skuid.model.getModel(‘RnDVac’), row = model.getRowById();var requestType = model.getFieldValue(row, ‘RequestType__c’);var requestID = model.getFieldValue(row, ‘Name’);var requestIDNumber = model.getFieldValue(row, ‘DocID__c’);
We are almost ready to deploy our Skuid community but I have some questions around the best way to assign pages.I have an internal Skuid page - the page my users see when they click on a standard detail page called OrderDetail.I have another Skuid page that I built for Community users. It has all the fancy branding (master - child pages). There are links to other records where I would want to navigate to other Community specific pages, called OrderDetailCommunity.I can set page assignments for my Customer Community profile, but what about when my internal users log into the community? They have a different (non community) profile so they wouldn’t see the same pages our customer sees.Is there a way I can specify a detail page to show in the community, and a different one in my internal org?
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.