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 just Skuidified my home page and I love it. I would like to show relevant information to my users based on their profile. Some need some information daily and for others it is irrelevant. Page assignments work for tabs etc. but I don’t think they would work with the home page (I hope I am wrong). Is there a good way to show different home pages based on a user’s profile?Thanks!
Hi, Attempting to embed a KendoUI Chart in a Template component. I’ve added the KendoUI Static Resource. Not sure how to properly code a Inline JavaScript snippet. Here’s the VF Page code that I am trying to replicate in Skuid: <apex:page > <head> <apex:stylesheet value="{!URLFOR($Resource.KendoUI, '/styles/kendo.common.min.css')}"/> <apex:stylesheet value="{!URLFOR($Resource.KendoUI, '/styles/kendo.default.min.css')}" /> <apex:stylesheet value="{!URLFOR($Resource.KendoUI, '/styles/kendo.dataviz.min.css')}" /> <apex:stylesheet value="{!URLFOR($Resource.KendoUI, '/styles/kendo.dataviz.default.min.css')}" /> <apex:includeScript value="{!URLFOR($Resource.KendoUI, '/js/jquery.min.js')}"/> <apex:includeScript value="{!URLFOR($Resource.KendoUI, '/js/kendo.all.min.js')}"/> <apex:includeScript value="{!URLFOR($Resource.KendoUI, '/js/angular.min.js')}"/> </head> <body> <div id="chart"></div> <script&
I am having troubles creating a row action on an account table which will render a popup with the WhoId already populated to that row’s account… This seems like it would be simple, but I try to set the context and then the field editor does not render.
How do I change my Date/time field to show 1 minute increments not the current 5 min. increments?
Complete newbie here and evaluating Skuid for adoption; I created a couple new pages (Opportunity Tab, Detail, New) from the supplied XML from page repository and their are two fields that don’t allow for entry on the New Opportunity;Product and Quantity. Again I made zero change or have custom fields, yet. On the Detail Page I try to add Line Items and add an item, it shows up but again not Product Name or Quantity and obliviously cant save it. Something wrong with Product and Quantity.
I have a popup that contains a table. Is there any way I can make an Action “Update a field on row(s)” that will, when I save my table’s model, populate a related/parent record’s field with the value that is the sum/total of a column in my table? Looks like Actions are designed to put a single record’s value into the “Value” field of the action, but I’m guessing I don’t have access to the calculated sum on the page?
Skuid page: CalendarUse Case: Mass Create rows on newAppts model based on screen input into a protoAppts modelDeviations from the tutorial:1. While is used instead of an Each2. Get row by Id (proto model has more than 1 record)Biggest problem1. I don’t know JavaScript2. Reference Skuid Unique Id for get row by Id3. All created records need to have the value of the first record stored in a custom field - How does one save an Id for a record that doesn’t exist (whoa - that’s deep)4. Set the Loop Var values - it gives me errors5. JavaScript data time syntax6. Setting value in additionalConditionsHere’s my code attempt: <br>var params = arguments[0];var step = params.step;<br>var $ = skuid.$;<br>// REFERENCE MODELS<br>var models = skuid.model.map();<br>var protoAppt = models.Appointment;<br>var newAppts = models.newAppts;<br>// SET DEFAULT VALUES protoModel values ==&gt; conditions on newModel<br>var proto = protoAppt.getFirstRow(); &
I have entered data into fields using the Skuid UI, and instead of using the Skuid Save button I would like to use a custom snippet to save and get the Id that is created, I tried the below piece of code but it didn’t work, can anyone help, thanksvar params = arguments[0], $ = skuid.$;//get models New Quote Model to savevar QuoteWizardStep3Model = skuid.model.getModel(‘QuoteWizardStep3’);skuid.model.save([ QuoteWizardStep3Model],{callback: function(result){ if (result.totalsuccess){ r = m.getFirstRow(); alert('New Quote Id: ’ + r.Id); // should be a real SF Id now } else { // There was a problem. Let’s see what went wrong. alert('Error: ’ + result.insertResults[0]); console.log(result.insertResults[0]); }}});
I am trying to create a Clone button that redirects to a URL and I am passing the following parameters, see below . All parameters are separated by the & symbol (ampersand special character). My problem is that one of the values I am passing contains a & symbol. Is there a way to tell Skuid to automatically URL Encode the values before passing to the URL string?PumpType={{Pump_Type__c}}&CareArea={{Care_Area__c}}&OtherPumpType={{Other_Pump_Type__c}}&DateOfGoLive={{Date_of_Go_Live__c}}
I have a row action on a contact that creates a pop-up. Within that popup I am creating an account that will house the contact. The new account’s name is always "The “last name from the contact row” Family. Is there a way to make this auto-generate each time I click the row action icon?
I have a functional externally facing Skuid page. How do I make it look like the company’s website with the appropriate branding and the like? Thanks in advance for your assistance!!!
Is there a way to copy a model from one page to another existing page?
I used the suggestion from: https://community.skuid.com/t/filter-based-on-distinct-or-aggregate-query to build a filter list of distinct Opportunity Owners and it worked great in the sandbox, but puked in production due to the number of owners. I have an aggregate model that brings back all opportunity owner ids and last names. If I do not limit the model to return 20 rows the filter select list just builds with ‘Any Owner’ and not the list of owner last names. Should I be able to build a filter list with more than 20 options? I would need about 35 to make this workIs there a better way to build a filter of distinct opportunity owners?ThxAndy
This looks really cool, any time frame for when? Also I understand that SalesForce Lightning components will work in the Skuid builder, but will Skuid components work in the Lightning App Builder? Sorry if I’m getting too far ahead but this stuff is exciting!
Hello I have a condition on a model. The state of the condition is filterable default off with name ‘Process_Id’ and value is result of subquery. And I also have subcondition on that sub query and the state of the subcondition is also filterable default off with name ‘ServiceType’. How can I access Subcondition ‘ServiceType’ using Javascript. Thanks!
I feel like this is a very simple question, but I have a checkbox at the end of a wizard I need to uncheck, but I would like the field to render unchecked without the user having to manually uncheck it.Is there a basic rendering snippet I can use to uncheck the box?
This is probably a softball question - so I hope someone can knock it out of the park…For an Accounts Table, a row action creates a popupThe popup contains a Cases Table (custom, child object) that needs to display only the child records related to the Account.I can’t figure out how to accomplish this.
For a template w/ HTML, I wrote: https://app.webpt.com/patientChart.php?ID={{WebPT_ID__c}}"; width="100%" height="1000"> The dimensions work in the builder but not in the preview. Any suggestions?
We’re pretty new to Skuid and developing some functionality for a pilot. We’ve hit a problem where when accessing Salesforce with an iPad using the browser, if you open up a Skuid page, it brings you to Salesforce1. Is there a way to prevent this from happening as we haven’t rolled out Salesforce1 to our users yet.
I am new to Skuid and I am creating my first page to replace our opportunity page that has gotten way to long. I want to use tabs and I have that working but in one of the tabs I want to insert the dropbox VF object. I do not know where to start.
I’ve noticed that the standard field renderer for picklist values does not take record types into consideration for New, Unsaved Rows. The two images below best describe my problem, and I was wondering how I could make sure that the drop-down for “Description” is correct when a new Row is created? A new, unsaved Row shows All Picklist ValuesAfter the Row is saved and edited, only then is the correct list shown.The Conditions on the Table’s Model specify that the Row must be of the ‘MISC’ type. But it seems that the picklist values are correct only once the Row has been saved, and consequently edited again.
What is Salesforce Lightning and how will Skuid integrate within it?
I have a custom object 'Property' and I added the chatter feed component to the page. Once I add the chatter feed I get a javascript error and the page will not load. I was able to successfully add this to other pages (Opportunity,Contacts and Airport) and they work fine. Here is the error from chrome.Uncaught ReferenceError: chatter is not defined runtime.js:3a.componentType.register.render runtime.js:3b.render skuid__SkuidJS:5(anonymous function) skuid__SkuidJS:5f.conditionallyRender skuid__SkuidJS:7b.conditionallyRender skuid__SkuidJS:5f skuid__SkuidJS:5(anonymous function) skuid__SkuidJS:5m.extend.each jquery.min.js:2g skuid__SkuidJS:5g runtime.js:4h runtime.js:4f.conditionallyRender skuid__SkuidJS:7(anonymous function) runtime.js:5m.extend.each jquery.min.js:2m.fn.m.each jquery.min.js:2a.componentType.register.render runtime.js:5b.render skuid__SkuidJS:5(anonymous function) skuid__SkuidJS:5f.conditionallyRender skuid__SkuidJS:7b.conditionallyRender skuid__SkuidJS:5f skuid__SkuidJ
I am trying to validate the database records based on Start and End date of newly created record to check the overlapping of dates and to show the message if its is overlapping and further it has to allow to save the record on confirmation. I was able to do this check for database records, but how can i check this within newly created rows whether the dates are been overlapping or not. Here is my code: var $ = skuid.$, params = arguments[0], list = params.list, item = params.item, model = params.model; //var $ = skuid.$; var save1 = false; $(function(){ salescallM = skuid.model.getModel('SalesCallModel'); var rowIdsThatChanged = Object.keys(skuid.model.getModel(‘SalesCallModel’).changes); var currentscRow = salescallM.getFir
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.