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
Anyone tried using Postcode Anywhere on a SKUID page?I can get it to work on a VisualForce page, but struggling to see how to integrate it onto a SKUID page.General idea is that user enters a postcode on and address block, a list of matched properties comes back, user selects one which then populates the address block fields.Thanks
How do custom field renderers affect mass actions in tables? We have one conditionally rendering fields as read-only in a table, but when you go to run a mass update, the field is set as read-only, regardless of which records you have selected.From what I can tell, it appears it’s checking the condition for only one of the records & applying that to the renderer. Can anyone shed more light on how custom field renderers interact with mass actions in tables?Thanks!-Pat
We want to create a report that show the value of a fields based on the filters on the table. We track progress on locations in projects, we select a filter for “this week” and it would show the location name, the “% complete value” on the start of the report period and the “% complete” at the end of the report period. What is the best way to approach this?
How do I enable/disable a custom button in Skuid?Once I click on the save button in a popup, and then want to enable a ‘close’ button, which will close the popup, as I don’t want to automatically close the popup, I want the user to be able to do this.Thanks
Can anyone share a naming convention that they use when creating models for SKUID pages? For example, I saw in one Deep Dive Youtube video that the key word “Selected” was used when data that was not loaded on page load with an open filterable condition.We are just beginning to create SKUID pages and I can see that this will be out of control without a standard naming convention.One side question…any impact of changing the name of a model after using it in a page. In other words, does it just change wherever it was used?
I’ve tried three separate ways to mark rows for deletion. The action has “row(s)” with (s). I’m assuming it’s supposed to mark all rows in the model for deletion. I only get the first row to be marked for deletion.1. Show Popup followed by action to mark row(s) for deletion.2. Global action to mark row(s) for deletion.3. Model action of requeried, the mark row(s) for deletion.All do the same. Only first row is marked.
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?
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.