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 do not use crm and only use custom objects. Is it possible to use Skuid to merge a Salesforce Template in a html text editor?
The “lightning design” theme offset the field labels and field data (field label is slightly higher than field data). Is there a way to fix this?
Sorry for the noob question, I am trying to set the default of a date field when a user clicks add new row + in a table. Is there a simple way to set the default in skuid or do I need to set the default in salesforce?
I have some simple Skuid tables that I am embedding into my Napili Community via the Community Builder and Skuid custom component. These were functioning correctly yesterday, but today I’m no longer able to see the pages in either sandbox or production. I received this error in production: “Cannot add Inline Javascript in the Lightning Runtime, and no Page Support File was found or there was a timeout.”We are trying to launch our community next week, and these features are critical. Any advice on this would be appreciated.Thanks!Eulogio
“There was an error”. This message is showing everywhere but there seems to be no log in the salesforce error logs. I originally thought it had something to do with the “Collapsible Wrapper” from TFG. But the attached videos seems to indicate it is not what is causing the error.1) https://drive.google.com/file/d/1_3SorisuzqZSB3wLjRY-TuK9ALpzs5Up/view2) https://drive.google.com/file/d/13hWKnkgDWlKRc5kNhPx1GPpj8veR4mdZ/view3) https://drive.google.com/file/d/1RncyUPtImHBbrfhusDusSgXHCA6d9v4V/viewAs I further test I removed the collapsible wrapper and then added it back and the error went away. Is there an issue with the collapsible wrappers? Hope not as I use the feature everywhere.
Has anyone at skuid or the community used skuid as a GUI to s-docs?
I am looking for a document composer to use with custom objects. I am looking for recommendations?
Hello community! I’m reposting because my other thread about this was marked ‘Answered’ but I didn’t actually get an answer. Skuid, is there any way to migrate legacy image data so it can be used by the File Upload component in ‘Field on Record’ mode? Mike and Bill provided some work-arounds (great work, guys!), but there should be a way to migrate image data so that I can actually use the stock component in its existing structure. I have the file upload component on several pages pointing to a field on the record. I want to upsert my image data and have the images show up in the file upload component attached to the appropriate records.
I would like to render a Datetime field as two different inputs: a datepicker and a text box where the user can input the time in their timezone as military time. I’m having trouble figuring out how to put both fields together to update the field when the model is saved. Any help would be greatly appreciated.
I have a multi picklist. When I select 2 or more selections. If I then want to search the field for one of the picklist items it does not show when the record has 2 or more items selected.
Skuid date field ,when copying invalid value say a text value , instead of giving error as invalid date, converts and saves it as a Today’s Date
Hi guys, we are using skuid for reviewing Applications. As part of the application process our customers upload ID documents (passport, driving licence, bank statements etc.) Our team find it difficult to review the images due to the size setting on Skuid. Is there a setting which allows us to view a full image/document at once without the need to scroll around the page. Example attachedhttps://community.skuid.com/t/new/add_details?post_flow=true&topic%5Bsubject%5D=Image+size+makes+reviewing+of+ID+documents+difficult
I have multiple error messages showing. How can I have them show once?
(1) Lightning Component in Aura isn’t relaying the record IDs correctly. The code is below. What do I need to change here so that it pulls the record ID correctly?
I am trying to create a wizard for new users of our managed package app. I would like to be able to have them add a new user, select the profile (which sets the license type) and then add the permission set assignments. Has anyone done this already and could explain or share. The first part is pretty easy but I cannot get the permission set assignments to work.
I have created a multi picklist field with values A, B, C, D and None. So, the previous records are having the value null for this field. I am not able to filter for null values on Skuid.
I thought I had seen this before and am trying to replicate it, but having difficulty. Essentally, I have a table of Users. Each month, I need to update some of the users roles/profiles/managers etc. Is there a way to type each of their names in the table Search box and have them all show up in the table below?For example, if I type in ‘John Doe’ his user record is displayed. If I then type ‘Jane Doe’ She is displayed and John does away. What I would like to do is type in ‘John Doe’ ‘Jane Doe’ ‘Bob Johnson’ ‘Adam Eve’ and have all 4 of these users show in the table.Is this possible? I feel like I saw it before and it would be a huge help to me and many folks on my team. Thanks
skuid.sfdc.search seems to be broken in skuid version 11.2.7. The following code from skuid documentation (https://docs.skuid.com/latest/en/skuid/api/skuid_sfdc.html#skuid.service.search) does not seem to work anymore.var $ = skuid.$;var queryText = ‘skuid’;// Perform our SOSL Search$.when(skuid.sfdc.search({ query: queryText, searching: “ALL FIELDS”, returning: [ { “objectName”: “Account”, “fields”: [“Name”,“CreatedDate”] }, { “objectName”: “Contact”, “fields”: [“FirstName”,“LastName”,“CreatedDate”] } ]})).done(function(searchResult){ $.each(searchResult.results,function(i,sobjectResult){ var objectName = sobjectResult.objectName; var records = sobjectResult.records; console.log(‘* Found ’ + records.length + ’ ’ + objectName + ’ records’); $.each(records,function(j,record){ if (objectName===‘Contact’) { console.log('Found Contact: ’ + record.FirstName + ’ ’ + record.LastName); } else console.log('Found Account: ’ + record.Name); }); });}).fail(function(searchResult){ console.error('Se
Has anyone had an issue with picklist values not working when rendering.
I can’t create a mobile page…here’s the message I’m getting
I’m trying to add a custom component to several Skuid pages by just including a static resource. I’ve been able to get the custom component working by dragging the custom component component into the page and point it to the js component snippet I have, but we are adding this to all 150 of our pages. I’d like to be able to just include a static resource to each page and have it automatically add the component to the pages. One less step we have to take when implementing our new feature.I’ve found a lot of resources on how to create a custom component, but they all seem to require that you drag and drop the custom component component onto the page. How can I automatically add a custom component to a page using javascript? Thank you
Hi I have used {{$Model.EmployeeTab.data.length}} to return a number of entries but now need to highlight the value only not the text in the tab too. Any ideas?
Some of the fields in the field editor are awkwardly wide and display horribly for good UI design. For example, the label of a field is not very close to the field itself when it’s displayed. I’d like to be able to align all of my labels to the right so that they are flush against their inputs. Also, I’d like to add a border only around the inputs and not the labels. Is any of this possible?
Is there a way to make the default setting for every field in a table sortable == TRUE?
I have a dependent pick list field named “Reason Lost” where the values render when the “Stage” field on Opportunity records is changed to “Closed Lost” . Reason Lost values are not rendering when Stage is Closed Lost. This is an error in our Skuid page, but not classic page. I am running on version 11.2.5
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.