Upcoming Event - 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
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
I have a model with workers, and model with worker tasks how do i display a way to select a worker, and then see their tasks ? this is for skuid mobile
Basically, all I’m looking for is a way to have an open drawer close when opening a new one via the queue item action. Don’t see anything obvious in the action framework. Thanks.
What I’m trying to achieve is, I have a table of Opportunities, and I want to create one giant table for export that has a column for each Borrower related to the Opportunity. Borrowers are Child records to the Opportunity. One borrower is a Primary Borrower, if there’s a second they are a Co-Borrower. Can you allow values in the conditional merge syntax, eg. is there some way to use {{#BorrowerRole__c}} with a value like “Primary Borrower” to mean that “If BorrowerRole__c = Primary Borrower” then show me {{BorrowerName__c}}?Maybe there’s some way to do this in the XML? I’ve also posted an Idea that would solve my issue here: https://community.skuid.com/t/multiple-child-records-on-a-model
I’d like to let the user add “topics” to records. is there a way to display them in a skuid page… or do i need to display the salesforce sidebar
Hi I want to add a rich text field as UI only field. I only see textarea as the closest type. How can I make it as rich text field as in Salesforce? If the field is from the object, Skuid renders it as rich text field properly.
Is it possible to hide the SF header when using a Skuid page as a home page component? Looking at this tutorial, I think I know my answer: “Skuid can be used to (almost completely) take over your Salesforce Home Page”. Sometimes something funky happens and a user is still directed to the default salesforce home page. We have a pseudo-404 message with a redirect link to our app’s default page (which keeps them inside of the branded, non-salesforce theme). This works fine, but would love it if there was a CSS hack or something to hide the salesforce look. Any ideas?
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.