Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I want to toggle a condition from the JS snippet source for the filter.Here’s the example JS which will return options to the filter.var filterItems = ;filterItems.push({ label: ‘Cheese’, value: ‘cheese’ }); filterItems.push({ label: ‘Pizza’, value: ‘pizza’ }); return filterItems;I want to add one more item to thisfilterItems.push({ label: ‘** ALL’, value: ‘’ }); And this will just deactivate a certain condition. I am not able to set the attribute which will deactivate that condition.
I have a checkbox field in a model and all I wanted was to display that field (I have many other fields on the page from the model which seem to work fine).But the slider does not correctly depict what is in the model. I tried to create a button and render the button based on the value of the said field and it won’t work either. If I use skuid.model.getModel(‘MODELNAME’).getFirstRow(); I can see correct value (as stored in salesforce). Any insight would be appreciated. Thanks! SKUID version (Salesforce): 8.15.17This is a SKUID mobile app
Hello! I’ve got a rest endpoint that has provided us with a static bearer token. It is not the typical http auth where it is username+password in base64, nor a token from an authentication service were we can pull it from $Auth.response. It is just a text field. So in every call, we put the header “Authorization : Bearer ” Currently in our prototype, I’ve got this hard coded in the data source “common request headers” section. However, I’m wondering if there is a better way to store this for production where it can be encrypted. We use an Apex proxy, so if I understand correctly, this header won’t flow through the browser and reveal itself, so it should be safe from users (right?). However, it would be exposed to anyone who has the skuid builder or admin permission set. Is there anywhere we can save this field in an encrypted field and merge it in at the data source (not page) layer? Thanks!
I have an object in Salesforce where each record has a start and end date, typically 2-3 weeks apart, as well as a headcount. These events (records) often overlap and I need a way to show how many active individuals there are any given week (sum of active headcounts). Essentially, I want the x axis/category to be a series of dates (maybe each Monday’s date?) and the y axis would be the sum of the headcounts for the events that are active at that time, based on the x axis.I’m thinking I’m out of luck, but any “Outside the box, inside the system” suggestions are appreciated! Thanks!
How do I set a table filter model condition for a particular date range or a blank date field?I’m able to add the conditions independent of one another, can add the grouping logic that works without filter but how do I invoke the grouping logic with a filter to apply 1 OR 2 conditions with toggle filter?
I have created a page where I am using picklist fields as filters. Most of the filters are working but 2 are not. See image. - Select events Channel and Select Sub Channel
Hi With navigation menus that are set to drop down or wrap to a drop down menu on smaller screen sizes, they tend to take a long time to close after selecting an option. We find that we to close the drop down, we have to click off the menu on the back page and then it still takes a couple seconds to close. I have recorded an example of this that I have attached here. Is there any way to have the menu close when one of the options are selected?Thank you!
I’m using a standard Skuid theme in lightning. And some of my users are getting this error. Please note, it’s not happening for me (a system admin). And it seems to only happen intermittently for the end users that experience it. In each case, the follow error is available in the console log.Access to XMLHttpRequest at ‘https://ncontracts–skuid.na65.visual.force.com/resource/skuid__IconsSVG’ (redirected from ‘https://ncontracts–c.na65.visual.force.com/resource/skuid__IconsSVG’) from origin ‘https://ncontracts–c.na65.visual.force.com’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
Is there a way to have Skuid refresh an entire page instead of just a model? We have standard SFDC mixed in with Skuid but need the entire page (skuid model + SFDC fields) to refresh.
Getting an error that is preventing page building in a major way on V2 Platform. This happens each time I click on a pop-up. Any idea what is happening?
Anybody know how to look at other skuid pages in a custom component a la page include that lets you select the page ? Thanks!
The include scripts seem to be trying to populate the page region (appending from both child and master) but the result is empty html tag. Steps to reproduce:Barebones Main Page (cleanPI), Master Page (cleanMaster), and Child Page (cleanChild) (below). No models, no query string. Main Page includes Child Page, 2 page titles (have tried including more components/models).API: v1 Skuid 12.1.7Expected:BooHello WorldActual:Hello WorldThanks in advance for the help! ________________________________________________________________cleanPI (Main Page) <u alt="" name="" rel="" target="" title="" type="" value=""><b alt="" name="" rel="" target="" title="" type="" value="">cleanMaster (Master Page)</b></u><b alt="" name="" rel="" target="" title="" type="" value=""></b><br alt="" name="" rel="" target="" title="" type="" value="" /><pre alt="" name="" rel="" target="" title="" type="" value=""><skuidpage unsavedchangeswarning="yes" personalizati
We’ve implemented quick text that is used for cases, but would also like to use it in other areas of Salesforce. Is there a way to implement quick text with Skuid?Alternatively, maybe we can open a quick action from a Skuid page?
Hello, I am trying to apply a Page Override in Lighting. I put together the aura mark up as shown below, saved it as a new Lightning Component. When I go into the Object Manager to change the setting for the “View” page, the options for “Lightning Component” override are NONE. I am thinking I am missing something totally obvious? Using the latest Skuid version 12.1.7, the Skuid Page is v1. Thanks in advance! <aura:component implements=“force:hasRecordId,flexipage:availableForRecordHome” access=“global”> <skuid:page page=“ProgramDetailsNew2019” id=“{!v.recordId}”/> </aura:component>
Hi, We recently installed skuid into a new dev org on our environment hub to version 11.2.24, and installed our salesforce managed package which has pages packaged into a module as well as other pages in a page pack without a module. When we attempted to unpackage the module or the page pack, the message “Refreshing pages in selected static resources” appears, but then nothing continues past that and no pages are unpacked, no matter how long we wait.Any ideas what could be wrong? We’ve had this issue in the past with an earlier version and only a skuid update fixed this, but not sure if it is the same problem or not.Thank you
I know this is an ugly one… I’m trying to upgrade an organization that is still on 7.36.10. What does the upgrade path even look like for an org this out of date? I tried jumping straight to 12.1.7 in a sandbox and got the following error. I imagine I probably need to upgrade in phases? 1. You can't remove design attributes 'type,id,parameters,useURLParameters' when the component implements a Lightning Page interface. page: You can't remove design attributes 'type,id,parameters,useURLParameters' when the component implements a Lightning Page interface. Thanks!
In our current new Salesforce 19 instance partner dev org, we install 11.2.8 skuid. However, whatever the skuid pages we import in we are not able to see in page builder. The error message is below when we open the page: Attempt to de-reference a null object An unexpected error has occurred. Your solution provider has been notified. (skuid) The org id is 00D2v000001urNh. Can you guys urgently have a look at this? Thanks very much.
Data model condition is always true if the condition for a field equals to a field from another model where this other model is empty. Is there a way to make this false since the field it is comparing to does not exist.
We are having an issue where incomplete files are being uploaded to Salesforce. The upload appears to be successful in Skuid, but when we try to open the PDF, it fails to open. Upon further inspection of the file, it appears 1/3 of the file content is missing. We are on Skuid version 11.0.2
HI Guys, maybe a stupid question, but could not find this on the community I have an Aggregate Model (named Payment_agg)based on Object Named: Payment, grouped by Calendar Month and Calendar Year of the same Date Field named: Funding__r.Funding_date__c Now I want to Show a Popup (detail table) based on Regular Object (named: Payment_detail) with a table showing the detail of all records from the same Object (payment) for each calendar Month/Year I tried all Context parameters I could think of in the 'Detail table" but nothing works Any ideas?
Not sure what I’m doing wrong here, I’m getting a an error 400 bad request when passing a single Attachment Id to to this class: global class AttachmentsDelete { @InvocableMethod(label='Delete Attachments') global static void deleteAttachment(List<Attachment> attachIds) { List <Attachment> attachmentsToDelete = [SELECT Id FROM Attachment WHERE Id IN :attachIds]; delete attachmentsToDelete; } } it seems like it might be skuid’s using the apex custom action with a wrong URL?
We want to set the table Visible Rows on the basis of condition. For example , If Account Picklist Value is A then Related table of Contact will show 20 records at the first time. Other wise it will not show 10 records at the first time. We want to show all the records but on the basis of picklist value , we want to control the table Visible Rows property.
I have a hunch about this. We have a very large Skuid app overlaying our Opportunity object, and in my efforts to speed up load time, I found I could bring it down by 50% if I got rid of all the “undefined” fields in my Models. An example of one of these fields is, on a Model looking at the Opportunity, a field “Opportunity_Data__r.Id”, which is reaching over to grab the Id from the Opportunity_Data__r object, instead of the Opportunity object. These fields often show up as “undefined” on the list of fields in my Model. Here’s an example image: So my question is, do fields like this slow down the load speed of the page they are on, and is it best practice to avoid the temptation of using them? If so, I’m working on rebuilding my Models and some of the fields keep ending up in there. Is this because my Render conditions look at multiple Models in a set?
I have a model with a condition based on another model. It’s supposed to deactivate when the source model has no rows, but it’s not deactivating. I’m sure there are no rows in the source model. Why would it not be deactivating?
I want some of the values in multipicklist to be active and some inactive .But its not happening .I have attached the code .Every value is being inactive. var matchedStates = getMatch(tempSplit, applicableStatesSplit); var unMatchedStates = getDiff(tempSplit, applicableStatesSplit); for(i = 0; i < (matchedStates.length) ; i++) { console.log('MatchedStates ’ +matchedStates.length); //.log('unMatchedStates ’ +unMatchedStates.length); codes.push({ active: true, defaultValue: false, label : matchedStates[i], value : matchedStates[i] }); } for(i = 0; i < (unMatchedStates.length) ; i++) { //console.log('MatchedStates ’ +unMatchedStates.length); console.log('unMatchedStates ’ +unMatchedStates.length); codes.push({ active: false, defaultValue: false, label : unMatchedStates[i], value : unMatchedStates[i] }); } console.log(codes); field.element.append( skuid.ui.renderers.MULTIPICKLIST.
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.