Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Trying to notify the owners of opportunities and I’ve added it in the page but I’m getting this error. “1. A Skuid Model, ‘opportunities’, requested a Field with relationship name ‘Owner.SendUserNotificationEmails’, on the Opportunity Object, but Skuid could not find a valid Field accessible through this relationship name. Please check that this Field actually exists on this Object (or on any related Objects). If it does not exist, remove it from this Model.”We have professional and I think I know where mt problem is, this field isn’t in the native salesforce layout; I dont see it to add it. A while back I got this from Zach. It is the same problem I had when I tried to use notify user in my case form? If so, can I have the same help?“Aaron, sorry for the frustrations you’re having here — we know what’s going on. There’s another field called “SendUserNotificationEmails” that needs to be checked, which will do exactly what you’re looking for. Bad news— this field is not showing up fo
I noticed that if a table is Read Only, I can’t make a row action of type Drawer. I can work around it by doing multiple actions and drawer is there, but just wondering if I am missing something, or if it has always been this way. I use drawers to display children records a lot - and sometimes I don’t want my tables editable, but the ability to view the child info.
This may be a long shot, but here goes…Does anyone know any way of overriding what data the % calculation in donut type (or any other type for that matter) charts use? Heres my use case:I have a custom object called ‘Stage History’ (a child of our ‘Application’ object) that is used in my org to capture the history of a 20+ stage process an ‘Application’ goes through in our business. An Average record in that object holds data like:Stage, Completed By, Completed Date/Time (plus some other data not relevant to report).As an Application moves through our process, records are created in this object so an application that progressed right through might have 20-30 records in this Stage history table.I’m trying to create a waterfall type report that is going to show my sales drop off at each stage, something like the following (but in prettier Skuid form):I’m able to produce the ‘Unit’ data but does anyone have any ideas how I might be able to produce the % figures in Skuid?My only other opti
On a button click ,we are trying to save account model and then in the same button we are trying to invoke popup. So every time we click this button ,it will save the account details and then invoke the popup which will show the saved data.Sometimes this popup is not displaying or comming
In page title we have added two buttons which change the status of a pick-list value(Open and Closed). When Status is Open ,we are rendering three table section having edit mode When Status is Closed,we are rendering another same three table section having read mode At a time only one button we will be able to see either Open or Closed. and when we start click the Open button or closed button it is rendering the section properly along the Open and close button rendering in the page title. After some time rendering in the page tile is not working properly,its showing both open and close button or its simple hang until we refresh the page.
I have created a table with drawer child table. Can we remove excess whitespace, and add a ‘collapse all’ and ‘expand all’ option for SKUID table?
I couldn’t find the “Allow ordering” check box for Text Area fields. Can we have any other way for sorting the Text Area column?
I have this long string of merges that I’m using in an ‘update field on row’ action:{{Nurse_s_Notes__c}} {{#U_S_Performed__c}}U/S Performed. GA {{Gestational_Age_by_U_S_Weeks__c}}w{{Gestational_Age_by_U_S_Days__c}}d. {{#Fetal_number__c}}Pregnancy confirmed. FHR {{Baby_1_FHR__c}}{{#Baby_2_FHR__c}}, {{Baby_2_FHR__c}}{{#Baby_3_FHR__c}}, {{Baby_3_FHR__c}}{{#Baby_4_FHR__c}}, {{Baby_4_FHR__c}}{{/Baby_4_FHR__c}}{{/Baby_3_FHR__c}}{{/Baby_2_FHR__c}}{{/Baby_1_FHR__c}}{{/Fetal_number__c}}{{^Fetal_number__c}}Unable to Confirm.{{/Fetal_number__c}} EDD {{Estimated_Due_Date_by_U_S__c}}{{/U_S_Performed__c}}I get the following error:Uncaught Error: Unclosed section “Fetal_number__c” at 798The relevant fields are bold. Is there just too much between the first open and close?
Can we do something like this?{{$Model.MyModel.data.{{$Model.MyModel.data.length}}.MyField}}Perhaps I should just use javascript…
Hello!When starting a snippet using code such as that shown below, is it possible to pull in selected items from a table by clicking on a title button that launches a snippet or does the snippet always have to be run from a mass action or row action on the table?Cheers guys! var params = arguments[0], $ = skuid.$, items = params.item ? [params.item] : params.list.getSelectedItems()<br>
I have a tabset, and on one of my tabs I want to change the title based on whether there is data in two of the models.{{#$Model.Model1.data.length}}Name1{{/$Model.Model1.data.length}} {{#$Model.Model2.data.length}}Name2{{/$Model.Model2.data.length}} HistoryWhat I’m trying to say here, is "If Model1 has data rows, display the word “Name1.” If Model2 has data rows, display the word “Name2.”If they both have data, I would see Name1 Name2 History.It’s not working. Is there a way to accomplish this?
How to close Drawer in “Cancel” button click(button placed in Drawer table)? When I click cancel current drawer closed automatically with cancel action? My Page code: var params = arguments[0], $ = skuid.$; var field = arguments[0]; var value = arguments[1]; console.log(field.mode); if (field.mode === ‘edit’) { var disabilityOptions = ; skuid.$.each(skuid.model.getModel(‘Status’).getRows(), function(i,row) { console.log(‘—row----’+row); disabilityOptions.push({ value : row.Status_Value__c, label : row.Status_Value__c }); }); console.log(‘—disabilityOptions----’+disabilityOptions); var disabilitySelect = skuid.ui.renderers.PICKLIST.edit({ entries : disabilityOptions, required : false, value : value }).change(function() { //alert(skuid.$(this).val()); field.model.updateRow(field.row,‘AccountNumber’,skuid.$(this).val()); }); field.element.append(disabilitySelect); } else { console.log(‘-----nonedit------’+field.mode); skuid.ui.fieldRenderers.TEXT[field.mode](field,value); }
I currently have a button on my page that points towards a custom: SF Button/Link. This is working perfectly fine.However, I am trying to integrate service cloud but the new button doesn’t work at all now e.g. nothing happens when I click it.The button relates to drawloop (looplus) - the URL in the action button is /apex/loop__looplus?sessionId={!$Api.Session_ID}&eid={!Account.Id}&ddpIds=a0UD000000PT6ur,a0UD000000PT77T,a0UD000000QemPX&attach=true&contactId={!Account.contactid_id__c}Like I say, it currently works on a standard skuid page, just not in the service cloud console?Any ideas? I have lots of buttons utilising this for specific documents.Chris
Hi I’m trying to add some custom logic while searching on a lookup record, basically I will have an address with the following fields Location: 1) Number : 123 2) Street: myStreet 3) City: theCity I have field lookup on Location and I may type in two searches for instance: 123 myStreet theCity Now I want this to match initially if the following condition are met, the numbers representing the search terms: (1 AND 2 AND 3) OR (2 AND 3), with the most accurate displaying first Is this possible out of the box?, I messed around with Search and Rendering tabs? ** Failing this is there any resource available for implementing a Custom field render for a lookup? Thanks.
Trying to add some more polishing touches to a mobile app. Finding it difficult to do so without documentation. I can find the methods and number of arguments using the console, but not what arguments are required.I found that setPopupPanel just requires the name of the panel as the first argument of two to work. Not sure what the second argument is though.
Our developers use Eclipse and we’re in the process of getting set up to use Github. Once configured we’ll have our SFDC metadata under Github version control, but how do we add the SKUID pages to the process e.g. get the SKUID page XML into Github at the page level rather than the page pack level?Thoughts and pointers on version control would be greatly appreciated.
The current chart component allows a user to quickly print the chart or save the chart as a pdf or image. Is it possible to do the same thing with a calendar view? It would be very helpful to be able to share a calendar view “print out” or saved image with contacts outside of salesforce.
I know I"m missing something here because this should be doable and magical.I’m trying to allow users to click on a row action for “Initiatives” and update another “ActionsChosen” model. They’re linked together with a custom junction object “InitiativeActions”Here are my steps:Activate and set model condition (initActionChosen> Initiative__r.Id = {{Id}} Query model (initActionChosen - completely rewrite data Activate model condition on ActionsChosen: Id in the set of values containing Action__c from initActionChosen model Query ActionsChosen model - completely rewrite data I tried to build a wizard to display the information step by step and it looks like I don’t make it very far. I can get the Id to show up in a template but when I try to set the value on Step 1 above with that Id, I get a blank table returned.What am I missing? Whoever can help me get this working will be a rockstar.ThanksInitiatives with linked actions:Linking Initiatives with ActionsSchema:
I set up the auto assign permission sets for one type of profile “General Portal User”. That is the only profile we want to auto assign. When I went to create a new user with a “System Administrator” profile I get the following error. Wondering why this profile was affected. Thank you!Error: Invalid Data. Review all error messages below to correct your data.Apex trigger skuid.User caused an unexpected exception, contact your administrator: skuid.User: execution of AfterInsert caused by: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, Can’t assign permission set to this user, user license doesn’t match: : (skuid)
I have a simple template field that displays an image. There is an HTML link on the template that opens the image in a new tab. My users would prefer to open this image in a popup box. Is this possible? Here is how I have it setup currently:<a href=“https://c.na10.content.force.com/servlet/servlet.FileDownload?file={{{xxxx}}}; target=”_blank"><img src="https://c.na10.content.force.com/servlet/servlet.FileDownload?file={{{xxxx}}};>
We have been evaluating Skuid for about one week. It is amazing how much we were able to accomplish in this short time and we think the tool is very cool. One big concern our development team shares with our executive team is related to bug resolution times and SLA’s. Specifically, what happens if one of our customer opens a bug against our managed package and our developers believe the issue lies with Skuid. I would be very interested to hear thoughts on this situation from Skuid Support and Skuid Users. Thanks Jason.
Is there any way to restrict the number of decimal points the Average aggregate function uses?I am getting a huge number of decimal places in my chart. Not causing any functional problems, but doesn’t look the best!Thanks in advance.
I’ve been trying to reimplement our user created list views as table filters on the Skuid pages (since there is no exact Skuid equivalent of that and filters is the closest thing). Some of the views contain grouping logic (AND/OR between conditions). It seems there is no way to specify a single table filter selection (one click) with grouping logic for its multiple conditions. All the conditions are ANDed, as far as I can see.If someone got a better solution, I’d like to hear it, otherwise this would be a nice addition. 🙂
Is it possible to showing or hiding the buttons based on User sharing rule in Skuid page?
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.