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
what's the best solution for making a field in a table row not editable based on a value. For example...I only want to allow the user to enter a percentage if the team member role is equal to External Sales. Also, if the user changes the role from let's say Sales Admin to External Sales the percentage should be blanked out and made read only.
Hi,I have a snippet where I will have to handle exceptions :function(result, event){ if (event.status) { //Do your operations } else if (event.type === ‘exception’) { alert(event.message + event.where); } else { alert(event.message); }}instead of alert to User , how to display nice popup kind of error message in skuid (or jQuery) ?
We’re getting ready to try some Skuid pages in the Lightning UI and we’re off to a bad start. When I click on Build Pages in Lightning, I get a URL No Longer Exists screen. Any ideas? The recommendations on this post were no help: https://community.skuid.com/t/build-in-lightning-issues
What would be the best way to show how many days are between two dates? Ui Only field with a formula? Custom renderer with JS?Right now I would like to show in a table the number of days between the CreatedDate and Today, however this could be used to compare two dates on the same object and get the duration of days between them.
Does anyone see anything wrong with this?Renderer isn’t working. No console errors other than ‘Refused to set unsafe header agent’Seems like somehow the field metadata isn’t getting overwritten? I’m just getting the standard values for the picklist. I’ve watched the rendering in the console, and the picklistEntries array is definitely getting populated with the right values. 'renderPRLLists': function(field,value){ value = skuid.utils.decodeHTML(value);<br>var listModel = skuid.$M('CreatePRL_Lists'),<br>picklistEntries = [];<br>$.each(listModel.getRows(),function(i,row) {<br>picklistEntries.push(<br> &nbsp; &nbsp; &nbsp; &nbsp;{ value: row.Name, label: row.Name, defaultValue: false, active: true }<br>);<br>}); &nbsp;<br>field.metadata.picklistEntries = picklistEntries;<br>skuid.ui.fieldRenderers.MULTIPICKLIST.edit(field,value);<br>field.model.updateRow(field.row, field.id, value, {initiatorId: field._GUID})
Is there any way to rearrange the users on the right side panel? I am brand new at Skuid, thanks!
I want to know if there are alternatives to Salesforce’s getValues and getInstance custom settings methods so that I can directly refer custom settings data in Skuid. I know that we can create models based on custom settings but I see below issues with this approach:1) It is not possible (or is very difficult) to use hierarchy custom setting if we want to leverage all three locations- UserId, profile and Org default.2) Aren’t we adding extra SOQL query to Skuid page by using model for custom setting? Not sure, if this way, we are taking benefits custom setting offers.I did brief search on the community but could not find better way to implement custom settings. Please let me know if there is.Thank you!
Suppose I have two snippets with the same name.(please hold all the WHY WOULD YOU EVER DO THAT!?! comments… if the answer is favorable this will save a lot of time)One snippet is on page, another is in a static resource.Which will run first?Does it depend on the order that they are entered in the builder?
UPDATE: I resolved the issue I was having. I was using “In-Line(Snippet)” instead of “In-Line”. So that brings me to a new question. How and when do you decide between the two?I’ve built some pages in jsfiddle that use jQuery, but I am having some trouble transferring those into Skuid. Can someone point me in the direction of some materials that would help me understand the differences I’d need to learn to include jQuery in a Skuid page? Or some good use cases?Right now, I am working on opening a hidden div and making it fullscreen. Once I click on another div, the jQuery code applies a new class to the hidden div which takes away the property display:none, and adds z-index: 1000.I’ve tried loading in the jQuery library as a static object, and also tried linking externally to the URL. I am thinking there is some syntax that is different when going from a platform like jsFiddle to Skuid.Any help would be greatly appreciated.Thanks.
HI,I wonder if anyone could help me with that.I have this snippet that i want to use as Row Action to clear a Date field’s value But not really sure how to get it to work on current row from which i clicked the actionThis work well for 1st record of a table or on a detail page. But not on any row after the first oneI Understand it’s because of ‘model.getFirstRow()’ but looking at the model api documentation, I could not find what I should use instead var $ = skuid.$,&nbsp; &nbsp; &nbsp;model = skuid.model.getModel('AccountTab'),<br>&nbsp; &nbsp; &nbsp;row = model.getFirstRow();<br>model.updateRow(row, {Favorite_date__c:''}); Thank you
I would like to have a table row action that would send an email or . Is that possible and how would that be done?
Hey all,I’m working on a redesign of some of our Skuid pages. A lot of our high-traffic pages are quite complex and include multiple (10+ if not more) models and tabs. The upshot of this is that page load speed is high (read: really high).I’ve made some significant improvements by doing the following:Limit # models, model fields and records loaded per model Use page includes/popouts for creation of new records (e.g. new tasks, opportunities) Load custom CSS as a static resource instead of inline However, I’m getting the feeling there must be more I can do. In an ideal world, I would like all pages to load in less than 5 seconds. Can anyone comment on whether this is realistic (perhaps I should aim for even better load times) and what are some pitfalls I should watch out for? Some other posts I’ve seen point out that tab sets are often a culprit, which made me I’m curious about what else might be dragging the speed down.Thanks in advance!
Hi All,I am displaying a table in a pop up and giving ability to select multiple records of the table at a time to perform some action. I am also using search box is provided by skuid for searching records in the table. Suppose I selected 2 records and after that used search box to search another record, the previously selected records are getting unselected. Anybody is having idea, how to hold the checkbox values for selected records even after use of search box? Thanks,Gayatri
I have a Skuid page with one data model that’s pulling one row of data, about 30 fields in total are being pulled. This seems like a relatively small query, yet I am still getting the following error when I load this page: Apex heap size too large: 6661265 Some of these fields are longer text fields (often 1000s of characters), so I’m wondering if that’s the reason? I tried using tabs to separate out the longer text fields, so that they’re not all loading at the same time (there are no more than a couple thousand characters per tab), but I’m still getting this error message. I referenced several of the posts on this forum for this error, but the suggestions given don’t seem relevant to this situation, since I technically have only a small amount of data being pulled. Does anyone know what I can do to get my pages to render? Thanks so much!
Hi,I have a scenario where I would have to add a specific CSS to an input field conditionally .How can we get the access of input fields of a field editor ( I haven’t found anything like uniqueID on field properties for a field ) in javascript snippet to add CSS class ?
I have been trying to integrate google calender with skuid calender. I did followed every step and still not working properly. Whenever I go to the page, it shows ““Unable to authenticate to service “googleCalenderModel”: Login has been cancelled””. But when,I go to the edit page and click on preview , it works fine. Would be great if someone could help me with this issue… (https://cheetah-632--cheetahbms.na30.visual.force.com/apex/HomePage?sfdc.tabName=01r36000000lqey&amp;tsid=02u36000000qmNm)–this will show error. When i preview from edit page this is a URL–(https://cheetah-632--skuid.na30.visual.force.com/apex/skuid__ui?page=HomePageChild&amp;id=0013600000KVDpUAAX)
Is there a way to expose on a runtime page the list of custom SF Buttons/Links for a given object? We are building a page to allow users to submit Conga Template requests and would like for them to be able to see what available buttons are for Opportunities and Accounts to indicate which button to use or be able to determine that we will need a new button. I think there is an answer within using the metadata API and a REST model connection, but was hoping since that’s something you do in the page builder there might be an easier way.
Hi, I have a picklist field (Payment Type), which is rendered as RADIO_BUTTONS on UI, but it gives them as a column list of radio buttons like shown below. How can I get these side-by-side (horizontally placed) ?
Unable to load the customized skuid page. After the successful execution of skuid page (without adding custom css) first, if the user launches any other customized (custom css added) skuid page then it is working fine. But if the user open the customized (custom css added) Skuid page directly, it’s not working. In IE it displaying following error in console “CSS was ignored due to mime type mismatch”"
The Import wizard is great and a fantastic tool but the only issue for us is the “salesforce” look and feel. Is there any way we can choose to skin it or strip out the header and sidebar etc?
Taking a shot here. Does anyone know how to get attachments from a skuid model attached to a conga email template? This is the only resource I have found that was helpful so far:https://www.congasphere.com/build/advanced/Using_a_Salesforce_Attachment.htm So far my button looks like this, however this only pulls the first attachment in the model: https://composer.congamerge.com/composer8/index.html?SessionId={{$Api.Session_Id}}&serverUrl={{$Api.Partner_Server_Url}}&id={{Id}}&emailtemplateid=a0So0000003ZHI5&Templateid={{$Model.PendingSubmittalAttachments.data.0.id}}&queryid=a0To00000043d14&EmailSubject=Submittal+For+Job+{{Name}}&ds7=2
When I use the action “Remove context row(s) from Model” on the only row registered with a change, I expect the model to no longer have the property hasChanged to be true.
I’m trying to export specific columns from a table into an excel. I unchecked the “Use Table Columns as Export Columns” and I’m trying to add some UI-Only fields as Template fields. I’m getting a blank value in the excel sheet.Is it not possible to use a UI-Only field as a template?
Hi all,I’m looking into integrating a click-to-call solution into our SKUID detail views. I would like to know if there’s any app/method that is tested and working fully (call logs, and all that jazz) for SKUID? Or any place I should look to in order to create such a system?Thanks,Micael
Is it possible to grab the DOM Id of the button in a page title that was clicked to run the snippet?I can find the Id of the page title that the button was in by going to: arguments[0].component._GUID But is there anyway to find out which button from that page title was clicked? I see initiatorId, but that is not the same as the DOM Id I gave the 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.