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
When a model is loaded for the first time it can be set to create a new record if no records match the criteria. I have a situation where I am re-querying a record and after that re-query I would like to create a new row if the model is empty. What is the best way to accomplish this.
Web Site As an example: I am trying to create a link to a url I have stored in the record. What would it look like?
I’ve spent a bit of time today trying out different deployment scenarios for a new Skuid implementation, and I want to use the the Lightning framework as much as possible. Are there any tips that people have for deploying pages to Lightning users? This is what I’ve tried so far for a RECORD DETAIL page (only the first option has successfully worked and I haven’t tried a tab page yet): 1. ** Embed the skuid page in a lightning component**, and then deploy that component via the Lightning Page Builder (still in pilot mode). This requires a Lightning component with the following syntax: This was the only way I could get the standard skuid model condition “Id = (param) id” to recognise the id parameter contained in the page, as the standard lightning url doesn’t contain an id parameter. This method works pretty well, but the page load is kinda slow (5-10 seconds) 2. Tried deploying the a skuid page directly from the Lightning Page builder , whereby the app builder allows you to s
I have a condition that is set to Next n Days on a date/time field with the value of n being 1. I have a manual filter on a table using this model that has a manual source of Activate and Set Value, and the number 7 for the value. This is returning no rows. The filter works if I only activate it, and not set the value too. My goal is to have a dropdown filter where the user can select 7, 14, 30, and 60 days from the filter list and it inject those days for the “n” value in the condition.
I have a table of products and a quantity field where users will run down the table and enter quantities that a client may want to order.I then have a mass action that adds these to the order but rather than have the user enter quantity AND select the relevant row tick boxes each time, can I have them organised to be auto selected for the mass action or alternately can I have the mass action only run on rows where something was entered into the quantity field?
I have png logos, they have transparent backgrounds, I upload them with the file component to an account then reference them via a URL on the image component. They come up fine, for internal users, for partner community, and for public site users. But they all have a white background! Is this a known flaw with the image component? or do I have to do something to make the transparency work?
Hi, I have a skuid page working in Mac- Chrome or some other browser. but where as in windows , it is like loading . . . loading . . . As shown in snapshot ------ any pointers ?
I have the following JavaScript snippet that create a row in a related model, based on the selected tables Ids. The snippet creates the correct number of rows, but does not pass values to the specified rows. The console is not showing any errors. var params =arguments[0];<br>var $ = skuid.$;<br>var models = skuid.model.map();<br><br>var Ids = skuid.$.map(arguments[0].list.getSelectedItems(),function(item){<br>return item.row.Id;<br>});<br><br>var newSummaryClient = models.NewSummaryClient;<br>var summariesPU = models.SummariesPU;<br><br>$.each(Ids,function(){<br> var currentId = this;<br> var row = newSummaryClient.createRow({<br> additionalConditions: [<br> { field: 'Vendor_Relationship__c', value: currentId, operator: '=', nameFieldValue: currentId.Name },<br> { field: 'Summary__c', value: summariesPU.Id, operator: '=', nameFieldValue: this.Name } <br> ]<br> });<br> });
Wondering If we can write any script to log out a user. All we want just have a button (not the navigation menu) that would cause the user log out and redirect to the log in page.
I am using image component to display a preview of .pdf attachments. The preview displays in Safari but not in Chrome . Is this an issue with security settings? Any thoughts on a work around would be appreciated
Unable to save changes in skuid screen, While I tried to save the changes it displaying error message “unable to obtain exclusive access to this record”.
I’m creating a simple printable version of a page. The default print styles are breaking in funny places or causing overlapping text. We can do our own css, but what is the recommended way to go about it? I can see the problem in browser print preview, but thus far using developer tools I’ve been unable to make changes “respected” by the print preview feature. Can you help me understand how Skuid behaves when going to print?More InfoSimple page composed of rich text element at the top, a responsive grid with a table inside, then a second responsive grid containing a half dozen full-width field editors holding textareas Textareas hold multiple paragraphs of content and may include images Using Skuid Lightning Design theme I’m in the process of stripping out more and more to try and get the printable view to “work” by default, but if I can’t I need to do some manual work. I’ve made print css manually in the past, but not sure the best way to do it in Skuid environment. How would you go a
For example, I want to show a warning if a column summary does not reach a certain threshold?
I’ve got a custom field renderer in a table column that show’s a blank input below the current value of the field. It’s working except that it loses focus after entering a few characters in the input. I found this topic which describes what I’m seeing as well. https://community.skuid.com/t/text-fields-losing-focus-on-their-own-switching-to-browser-quick-buttons However, I’m not sure if I can implement a solution similar to the one suggested: use a different model. Here’s the snippet for the custom renderer: var $ = skuid&#46;$, params = arguments[0], values = arguments[1], model = arguments[0]&#46;model, row = arguments[0]&#46;row, mode = arguments[0]&#46;mode; element = arguments[0]&#46;element; &#47;&#47; A shortcut function to save some complexity below function renderField( fieldName){ var field = new skuid&#46;ui&#46;Field( row, model, null, { fieldId: fieldName, register: true } ), value = model&#46;getFie
Would really appreciate some help with this. I’m working with 2 models and need to update a field on the primary model itself as well as pass a value to another model.I’m using some action framework but it’s not working (i’m sure it’s user error) Technical Requirement Model 1 (Customer_Number_master) [this is the child object] Model 2 (Acct) [This is the parent object] Desired Behavior When a row in Model 1 is update and saved, I need 2 events to happen: On Model 1-Update a field with a value from another field On Model 2- Update a field with a value from Model 1 Below is a screenshot of what I have. Thanks in advance.
What are the possible skuid errors or know issues if a skuid page does not load in Salesforce? Keep in mind the skuid page loads of similar records, I 've copied and paged text into another record and it worked but not for this specific record. Debug log shows no errors as well. Anyone had this happen before?
Is there a way to write some kind of global script that would force a field to use a specific custom renderer for every instance of that field? I have a few fields that I need to use a custom renderer for EVERY TIME I use the field, and it would be convenient to not have to remember to change the rendering parameter of the field each time I add it in the builder.Any ideas?
Any recommendations?
Hi,Users notify me of a popup with a page include not always working properlyLooking into it, it’s weird. When i open a popup on first 3 rows it works finethen if i go on a different row and try to open same popup, it won’t work and i see this error in console:Uncaught Error: Unclosed tag at 438and it looks like it’s always the same specific rows that cause the issueI understand the error message but cannot find this ‘unclosed tag’is 438 suppose to be the xml line where tag is missing?I looked in both pages (page with list and page include) and cannot see any issue at line 438Help plsThx
This Skuid article suggests I shouldn’t have to worry about Non-Skuid users:http://help.skuidify.com/s/tutorials/m/page-assignments-and-overrides/l/111355-non-skuid-users-will-…But I am getting the following error when trying to load a standard tab page:Insufficient PrivilegesYou do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. I have a Page assignment pointing to a Skuid page for a particular profile, and this is in a sandbox org.Please help, as I am very close to rolling this out for users.thanks,Jacob
Hi guys, I’m currently building a skuid page that will replace the normal chatter feed on pages and for some reason, even though it’s stating there are updates, even showing what day, it won’t show the actual update. This is the first time I’ve done something like this so I’m not sure if I’m missing something simple.
I have a requirement where we are displaying a section on Case Skuid page once the Request is claimed by a User in the queue. We have 3 more Fields in this section which is lookup to User Object.Now business wants that the section should be editable to only the user who are marked in any of these 3 User field, others users who are viewing the recordand not marked in the User lookup fields, should not be able to edit this record. Kindly let me know input, how we can achieve this requirement.
I want to show tab content on tab mouse over instead of tab click. How can I do it?
I have a page to show List of all available open events in a table. I am trying to display a button against each row. On click of the button it should open up popup page where user can book for the event.I could manage to achieve this by adding ‘Row Action’ (that display as a button ‘Book Event’ using css) where it shows button against each row and on click it opens up a popup allowing user to enter their details.But we want these buttons ‘Book Event’ (Row Action) to show on right hand side of the page against each row, instead of left side of the table row. Is it possible to show on right hand side or is there any other way I can display button against each row?
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.