Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Hi everyone, I am in the middle of migrating the company’s Salesforce org to the Lightning Experience UI. All our Skuid pages have been tested and are working fine in both interfaces, but I noticed the SF header is not being displayed in any of the pages when I’m in LEX: Classic: LEX: Upon going over the documentation, I found this piece of information:“You cannot disable the Lightning header within Lightning Experience, so keep this in mind when designing Skuid pages, especially when using headers within those pages.”… but this seems to be the opposite of what I am seeing. Am I missing something obvious? Skuid page version: all pages are v1. Skuid app version: Spark (12.2.9).
I am trying to display an output message(which is a variable output from Apex Class) as an error on my SKUID page. The Apex Code(with the required message highlighted) is: @InvocableMethod(label=‘UpdateTaskStatus’) public static List UpdateTaskStatus(List lstInput){ List lstOutPuts = new List(); Output objOutput = new Output(); Set UnderWrittingIds = new Set(); List taskList = new List(); List<Stipulation__c> stipList = new List<Stipulation__c>(); Opportunity opp = new Opportunity(); for(input objI:lstInput){ UnderWrittingIds.add(objI.strUnderWrittingId); } Underwriting_File__c objUWFile = [select Id,Project_Status__c,Opportunity__c,Account_Name__c,M0_Ready_for_Review_Date_Time__c, M0_Ready_for_Review_Age__c,M1_Ready_for_Review_Date_Time__c,M1_Ready_for_Review_Age__c, (select id,Name,Description__c,Status__c,Completed_Date_Time__c,Suppress_Completed_Email_Alert__c from Stipulations__r where Status__c != ‘Completed’ and (Stipulation_Data__r.Name = ‘APR’ or Stipulation_Da
Is there a way to make the File Upload component look like a standard button in Lightning? When I preview my Skuid page, it looks like the other buttons. But when I create a Lightning Component and display my Skuid page, it looks like this: I’ve tried to use CSS to change the styling, but it doesn’t seem to affect the File Upload component when I view it in the context of a Lightning App.
We are utilizing Skuid to create an interface for vendor information that is in Salesforce, but the information that renders on the Skuid page does not always match what is in Salesforce. We have had this issue for almost 2 years without being able to get it resolved.I am currently updating to what I hope is the latest version of Skuid for Salesforce in hopes that that will help.The integration was set up by a developer who no longer works at our company and we do not have an internal developer to support this anymore.
Essentially through salesforce and skuid I want to create a yearly view event calendar like the first example here: https://developers.google.com/chart/interactive/docs/gallery/calendar
Hi Team,I need to hide the table filter based on the some condition just like Profile Name.How to hide the table filter based on the particular condition?Thanks,Geeta Garg
I’m rendering fields with javascript, and in some cases (depending on user input elsewhere), rendering them as required. In Broolyn, this worked: field.required = true; field.element.addClass(‘required’);In Spark, the fields appear to be required (adding the class works), and the field metadata includes required=true. But the model does not trigger a warning if it is saved with the required fields empty.Marking fields as required in skuid directly (not via the custom js field renderer) works as expected.
Hi Team, Is there any way to not remember the previous selected visible row in the list view? For example : in skuid page, visible row is selected as 25. And on the page user select the 50 as picklist and log out from the system. And again user logged in then 25 should be selected. But skuid remember the previous selection and 50 is selected. Thanks, Geeta Garg
Tab Bar Width set to 225. Tab contents section does not seem to adjust.
In ~40 days Salesforce is forcing a critical update that force-enables lightning whether you like it or not. On our page we’re using Salesforce Classic overrides to override the homepage as well as all additional managed and unmanaged pages. With lightning forced on this no longer works, the homepage directs you to the Lightning home page and the only way I can find to get back is to go into the App’s SKUID homepage, where it will display with the lightning header bar on top of the SKUID page. Additionally, for managed pages it seems like in Lightning you can’t override them with a Salesforce Classic page – how would I go about overriding these? I’ve looked into this article but I’m not finding anything helpful here:https://docs.skuid.com/latest/en/tutorials/salesforce/homepage-dashboard.htmlWhat I need to do is completely override the Salesforce lightning UI similarly to how we had the Classic UI completely overridden, not just have a component inside of its interface.
Skuid Team, I have a client that wants to connect to a Microsoft SQL Server data source using Windows Authentication. Is this supported? If so, how would I set this up? They are on Salesforce with Skuid 12.1.1 Thanks, Bill
I recently upgraded my sandbox from version 10 to version 12. I am getting the following error on some page loads. Error: There was a problem rendering a component of type skuidpage: Cannot read property ‘getConditionByName’ of undefined Should ‘getConditionByName’ not be used in version 12?
Hi Guys,My prod skuid version is pretty old (10.0.23) and testing new version(12.2.10) in sandbox to see if anything broke before I deploy to prod.I’m on V1One of the first issues I encountered is the followingIn all template fields with custom popup, when i click on pencil edit, it does nothing, no popup comes out.In the page builder it works fine, but on record, nadaI updated the themes, still did not helpAny ideas?if it’s default popup it works fine…
Is anyone else experiencing a lot of time out issues. In our production or clicking a link to open another skuid page is giving cpu time out issues. If I refresh a couple of times eventually the page will load. We are also seeing that some our classes that get kicked off via a Skuid button are timing out. I don’t seem to see any pattern as to when it will happen. Trying to see if this is a bigger issue or something specific to us.
I have update Skuid to version “12.2.8” in the Salesforce sandbox. and its showing error “1. Theme could not be found. Test Defaulting to Classic.” and also there is no option of “Update Out of date Theme” under the theme tab
My organization collects staffing data from its grantees once a year. We have a form which allows users to add and edit staff member records. The form includes an “Add New Staff” button which is configured to trigger two actions: Create a new Contact record and populate it with the appropriate record type and key field values Show a popup to edit and save the newly-created Contact record. This form worked correctly last year. This year, the popup no longer displays. I’ve been able to determine, using the Javascript console, that clicking the button does cause the new record to be created and added to the appropriate model. However, since the popup doesn’t appear, we’re unable to edit or save the new record. The Console does not show any errors. When we went back to the version of the form we used last year, we found the same behavior. We know that the form worked last year, so we’ve ruled out the possibility that the problem is caused by any of the changes we made to the form for this
I have been working with the V2 version of Skuid when creating pages. Its a change but there are definitely some things to really like even if implimentation is a bit different in V2 vs. V1 in some aspects.However I can’t for the life of me figure out how to create a calendar to display dates in SF records the way I did in V1. Is it a native component option that I am missing now? Is it an external component that can be downloaded and included?What is the current best way to implement Calendar displays in V2?
I have a table I’m looking to print (physical printer). The rows in the table span multiple printed pages. When the table is printed it will continue to the next page and even the table header/footer rows are shown on every page which is a great feature.Unfortunately however there are no page margins, causing the header and footer rows to be cut off when printed. How can I go about adding these margins for printing on my SKUID page?
I have a master page which publishes an event when a popup is closed. After upgrading from Brooklyn to Spark, the event publishing seems to be failing, and I’m getting this error in the console: Help?
Hello! I am trying to export data from 2 related models into 1 csv file. I am using the exportData() function but I understand that it accepts only 1 model so I wondered if I should use a third Ui-Only model to populate the data before. A test version of my current snippet would be: var $ = skuid.$; var model1 = skuid.model.getModel(‘Model 1’); var model2 = skuid.model.getModel(‘Model 2’); var fields = [ model1.getField(‘Id’), model1.getField(‘Field1’), model1.getField(‘Field2’), Here is where I would like to include a new column using a field from model2 (related to model 1 via a lookup field) ]; model1.exportData({ fileName: ‘MyExportFile.csv’, fields: fields }); Many thanks, Jesus
I have the following inline js resource, which worked fine in Brooklyn but now is throwing an error in spark. The error is “There was a problem rendering a component of type skuidpage: Cannot read property ‘split’ of null”. The error is being thrown on the line bolded in the code below.What’s the solution, here?//Custom Formulas//(function (skuid){//Shortcuts & Global Variables//var $ = skuid.$;//Formulas//var formulas = {‘REMOVE_TEXT’: [function (string_to_search, string_to_remove) {return string_to_search.split(string_to_remove).join(‘’); }, {numArgs: 2, returnType: ‘text’}]};//Register Formulas//$.each(formulas,function(name,formulaArray){ skuid.formula.Formula(name, formulaArray[0], formulaArray[1]); });})(skuid);```
This is my first time trying to override a tab for a custom object to a Visualforce page that redirects to a Skuid page. It appears that the tab is taking the user to the Visualforce page but then the Visualforce page redirects back to the original page and I see “nooverride=1” in the URL. Here is what I’ve done:I have a custom object Group_Service__c (label = Group Service) I have a Skuid page GroupServieList with "Tab to Override" set to Group_Service__c I have a Visualforce Page groupserviceRedirectSkuidTab with Markup I set the Group Service object's "Button, Links, and Actions" setting for "Group Services Tab" to groupserviceRedirectSkuidTab The user has a Skuid licence and a permission set that gives them "Visualforce Page Access" to groupserviceRedirectSkuidTab. I'm assuming I'm missing a step---any help is appreciated!
I just upgraded from Brooklyn (10.0.27) to Spark (12.2.9). All of my custom components are now broken.Any ideas on where to start looking?
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.