Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi All, I’m having a problem with a show/hide of a panel set from a Button. I had used this code on a previous project in Skuid, on an earlier version, without an issue. Basically I want to show/hide a panel set with charts using a button and conditional rendering. The show from the hide works great. There is a field on the object and it updates accordingly. I did the exact same for the Hide, where it sets the field to No and saves the model, but it does not seem to update the model on the first try. The save button for the table shows being enabled but doesn’t do anything if clicked. I have to click the Hide button three times for the update to happen and then refresh the page for the panel set to hide. Once it is hidden, clicking show works perfectly. Any idea as to why this is not firing the save on the first button press, and even when this save fires, why the panel set is not hiding? The structure of both buttons and actions and model to save is exactly the same.
Hello,I have a Table and I need it to be filterable by end users. There are several fields, each with a service, and I need the filter to show records where only the service is selected as a filter. It’s a True/False checkbox field. Because the Services each have their own field, I’m assuming I’ll have to make a separate filter for each one (manual select option). However, when I do this, it doesn’t work. The condition on the model is correct, but for whatever reason it doesn’t work.So, I created a Toggle filter for each Service. I need it so that when I toggle one filter, it “Un-toggles” all of the other filters in the table.Is this possible, or is there any work-around? Thank you for any help.
we have the following error, while trying to clone two tabs that has parent child relationship"Attempted to add a campaign member where either the member id ‘null’ or the campaign id ### ‘null’
s there anyway to get the the details of Conga document like Id,Name ,status and put it in a table salesforce skuid page as a record of an object
I have created a model on a history object to be viewed in a table. When I drag in a field from the CreatedBy record called “View Name” I get the following error: An error occurred while attempting to perform the following SOQL query: SELECT Parent.Name,Parent.Id,Field,NewValue,OldValue,CreatedBy.Name,CreatedById,CreatedDate,CreatedBy.View_Name__c,Id FROM Member_DNA__History WHERE (Parent.Id in (‘a0gj00000010mgSAAQ’))AND(Field != ‘Created’) LIMIT 21 Error:No such column ‘View_Name__c’ on entity ‘Name’. If you are attempting to use a custom field, be sure to append the ‘__c’ after the custom field name. Please reference your WSDL or the describe call for the appropriate names. Then if I remove any reference to “CreatedBy” I still get the same error. I have to completely remove the object and start over to see the error go away.
I have a file upload component that loads to chatter feed and connects the file to via model based on an object called “ClIent”. On the detail page of a client record, below the upload, I have a table that pulls in all content files based on one of the content objects… I have a condition on the model to only load files that are linked to the client record currently being displayed. It works, but I can’t find an option to refresh the content object model upon file upload. Is there a way to do “post upload” actions like query a model?
For a graph connected to an aggregate model how can I update the graph labels if I can not bring the field into the model for the label because it will throw off the grouping?
I have a multi picklist with 10 options. Each option is multiple words. The width of the picklist cased it to word wrap the last word of some of my options, so I shortened my options. This caused the picklist to narrow (autofit) so that it was still causing the last word of the now shorter words to word wrap still. Can I modify this width in CSS or would I need a custom field renderer? Thanks
We use Heroku connect and have begun to create a REST API in NodeJS on Heroku on top of our synched Salesforce data.Do you all have a starter kit or best practices as to accomplish authentication / setting up a REST model?
Has anyone built a picklist renderer that displays the options horizontally instead of in a vertical dropdown?I’m thinking something like that would be useful for feedback forms with questions like “Please rate your overall satisfaction on a scale of 1 to 7.”And the user sees something like this:(poor) 1 2 3 4 5 6 7 (excellent)With the ability to click on a number (perhaps displaying a circle around the selected number?)Perhaps this is more of a custom component situation than a field renderer.Regardless, has anyone implemented anything of the sort?
Column summaries are inaccurate when models with a record limit have not loaded all the records. Only when “load all” is clicked does it display the correct amount. Perhaps, the summaries should be hidden if all records aren’t loaded.
I’m working on a custom field renderer for text areas. I’d like to be able to use the field property of “Rows to Display” to have the renderer show that many rows in the edit function, but I can’t find that property documented anywhere (thought it would be in renderers, skuid.ui.Field, or the model field metadata or…). Is it available? And how would one get it?
Hi - I am looking for a way to provide a few sorting/filtering options for cards on a Skuid mobile page: The default order for these cards is alphabetical by the product category on the left; however we have a few other ways we would like to allow the user to re-sort the cards on. Perhaps even give the user the ability to set their own category order. Is this possible to do with Skuid Mobile? Would a button using some actions to set a condition and re-query do the trick? Would love to hear your ideas. Thanks! LIz
In previous questions, I’ve struggled with performance of pages that use addRow() as there is no addRows() method like there is for updateRow()/updateRows()In looking into alternatives, I’ve found solutions that work, but they do not seem consistent, and I’m wondering if they are safe to use. unregister() in particular. I’ll try and focus on the latest release (7.20).So I have a model that is shown in a table, and whose rows are created in Javascript. addRow() is slow as it causes updates - so what if we remove the UI elements tied to a model before we add the rows, then attaching it back? This works - sample code below. The “NewModel” is linked to a table on the page - this is retrieved in the uiEditor variable. var params = arguments[0], $ = skuid.$, uiEditor = $('#mytable').data('object').editor, newModel = skuid.model.getModel("NewModel"), count = 0, numberOfRecords = 100; uiEditor.unregister(); for(; count < numberOfRecords ; count++){ var newRecord = newModel.cre
I have a field editors with one custom snippet each. When I run the two pieces of code separately, they both load. When I run them together, I sometimes get this error: Uncaught TypeError: Cannot read property ‘tid’ of undefined Here are the two pieces of code: PieceName var params = arguments[0], $ = skuid.$; var field = arguments[0]; var model = field.model; var row = field.row; var HtmlString = ‘’; var ActName = row.Name; var Piece = row.Piece__r; if(Piece){ console.log(Piece.Name); //var PieceWriterModel = skuid.model.getModel(“MMA_Music_Piece_Writer”); //var MusicPieceCondition = PieceWriterModel.getConditionByName(“MMA_Music_PieceId”); //var PieceId = Piece.Id; var Piece_Name = Piece.Name; HtmlString = ‘’+ Piece.Name + ‘’; //var cellElem = field.element;//console.log(HtmlString);//cellElem.html(HtmlString); } else{ HtmlString = ActName + ‘’; window.alert(ActName + ’ - There is no peice in thie Act.') //cellElm = field.element; } var NoOfWriters = 0; var MusicWriter =‘none’; if(Pi
I’d like to create a condition which saysThe Name field contains any of the words in a field from another model.Anyone think of a way to make that happen? I’m assuming I’d need javascript to set the value of the condition?
I’m trying to create a super simple application that uses the skuid:page component. My markup looks like this: <aura:application > <skuid:page page="PricingPortalLite_Home"/> </aura:application> The problem is that when I preview the application (‘/c/PricingPortalLite.app’) I am getting a super unhelpful “Internal Server Error”… Error message: An internal server error has occurred Error ID: 810024311-2130 (164604962) Any ideas?
On an Account Tab I’ve built, I have a table that lists a bunch on Accounts, and then a drawer which shows the Contacts under each Account. However, only the first 2 or 3 Accounts load the contact when I open the drawer - for all of the other accounts, I have to click the “Load More” button to get the Contacts to show up.Is there any way I can make it so all of the Contacts load when the drawer is opened? Any help would be very much appreciated. Thank you!
I’ve gone through the steps outlined in Skuid tutorials, shared skuid with the guest user, and double checked the public access requirements, but can’t seem to figure out why I’m receiving a blank page. I’m using the <skuid: page> approach for the site. This is the error I receive: Any help is much appreciated!
Hi I’d like to create a UI only field with rich text editor. Is that possible in Skuid? The text area field does not render the CKEditor controls. I see there is editor property on Field. How do I set that to use CKEditor control?
Hi , Scenario: I have row action button on a Opportunity Table. When this button is clicked , I am opening a pop-up . On this Pop-up i have 2 sections , one sections shows the one of its Child records with Model as (ChildModel1) and condition as Related Childs . On the Other Section I am display field editor with Model as ChildModel2 and condition as Recordtype.Name = “Recordtype.Name” Defined, Which will be rendered when User Clicks on the “New” Button on the 1st section(Table View Section). Issue: In-order to archive this I have Used “Create a new row” Action on “New” Button , which is on the 1st section of pop-up. when this button is clicked , a row is Created on the Second Section of Pop-Up. But Conditions added to model are not reflecting on the new row created. Condition Recordtype.Name is not applied , due to this Pick-list values are not applying as per the RecordType. Pop-Up On Row Action: ChildModel1: ChildModel2: Thanks in Advance.
Not a developer, but need simple snippet to open a related Skuid page from Calendar Event display via custom button
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.