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
Horizontal nav component inside fit-to-content div of responsive grid component is not wrapping when page gets smaller than div.Not sure if that’s a grid problem or a nav problem.Here’s the evidence:
I have a rest model that I don’t want to load until filters are set. However, on pageload, the endpoint is being called and the models are loading with the default filters. Is this by design or or can I disable this feature? I have “Load Model data on page load” unchecked on the model.
I’ve noticed recently that when a fix is released for a community issue, the community issue’s are being closed/archived which means they don’t accept comments and are no longer searchable. Closing/Archiving issues has two downsides:1) Further feedback on an issue requires a new issue to be opened and it looses the context from previous issue. Yes, the issues can be merged but leaving the issue open and “Solved” would suffice and provide room for further input. Additionally, when the fix is tested by end-customers, it can be updated as confirmed which validates that the fix addressed the issue as expected.2) Users who run in to a problem in the future would not be able to find these old issues. Often times, old issues (or variants of old issues) could lead users to either re-opening an issue and/or finding useful information about something they are currently experiencing including potential workarounds.Outside of reducing the number of items in the community (which would be a minim
Two models, Basic and ChildAgg; ChildAgg is an aggregate model on an object with a master/child relationship to Basic.I have a FFAM condition on the master/child field on ChildAgg2 which looks for the Id of any row in Basic.I have another condition with Id=null, with condition grouping logic 1 OR 2, so that I can do this: https://community.skuid.com/t/no-value-behaviorThe no value behavior for the FFAM condition is accordingly set to ‘deactivate’.I have a model action on Basic which queries ChildAgg every time Basic is querried.When Basic returns rows, and then subsequently is updated to not return rows, the FFAM condition on ChildAgg is not deactivated upon its subsequent query.What’s up with that?I know there were some changes to FFAM conditions with Rockaway. Is Ben’s workaround also broken?
Hi,I’m looking into finding a way to Expose certain Skuid pages to my clients, through Public Site (guest user license)The goal is to have the ability to send a url to client , which when clicked, would not require a log in with a username and PW, and have client be able to view, using skuid, info i want to share + add/change info and commit to dbFrom my early testing, I’ve been able to produce a page like that, now looking into potential Security issues.Speaking to one of the Dev i work with, he has some questions which I could no find answer to, or maybe if someone has accomplished something similar which is secure, can share the way they’ve done it.Here are the questions (sorry if not very clear, I’m translating them from french lol)1- Is it possible in skuid to pass URL parameters through POST method and not through the URL?2- Can Skuid read cookies?3- Can a Skuid page execute a Method specified in a Apex class?Thx
I’m using handleMessage() to display error on my page. It’s displaying all the error fine but the issue is it will only display them once and if the user made the same mistake again after making some other mistake,handleMessage will not display the error message. This is misleading as user might not know why the system is not responding when in reality it’s because of an error.My code:var editor = $('#PanelForAll ').data(‘object’).editor;editor.clearMessages();// Handle error messagesvar displayMessage = function (message, severity) { //console.log(‘called error message’); editor.handleMessages([ { message: message, severity: severity.toUpperCase() } ]); return false;};if(selectedItems.length>1){ return displayMessage('Please select one row at a time to edit ', ‘ERROR’);}else if(!selectedItems || selectedItems.length===0){ return displayMessage('Please select a row to edit ', ‘ERROR’);}These messages are only show when they
Hi,We want to access a data model in a Skuid custom component(in the builders.js), in a “propertiesRenderer” if we access the model asvar ItemModel = skuid.model.getModel(component.state.attr(“model”)); This is not giving the model properties.How could we access the skuid model properties in a custom component builder?Is this possible, if not waht are the alternatives?We are looking for this functionality to populate the fields of a selected model picklist in to a multipicklist field.Thanks in advance
Looking to build a carousel component / functionality using Skuid. Any pointers or suggestions will be helpful.
When we enter a search text in the referenced field instead of clicking on the lookup icon,it is throwing a SQL query exception.Search pop-up or search fields has 4 fields:- 3 string fields and one checkbox.We are getting an exception that search text can only be compared with string fields.When we remove the checkbox fields from the search fields,search is working fine,else it is throwing an exception.But we are facing this issue only in production which has Rockway Point Release 5 version.This is working fine with the checkbox in our full copy sandbox which has Rockway Point Release 2. Any thoughts on why this is happening?
I have an urgent need to secure a Salesforce trainer for July 15 in Sarasota, FL. Accommodations and flight are taken care of by my client.The group is made of 15 salespeople and managers.If you know anyone, please direct them to my LinkedIn page to contact me.
As per this post that is marked as answered but a solution is not posted. Specifically this comment by Elissa: It seems that the render conditions access the URL I see in my browser and not the query string in the page include. Rob goes on to suggest the following: Our reccomendation is to use model data to control your client side processing rather than using URL parameters. Have a parameter effect a model condition and then show the data from the model, or conditionally render based on the model. Rob, maybe I’m slow this morning, but can you provide an example based on the following:
I’m trying to add icons to Progress Indicator but every time I add an icon it throws an error “Uncaught TypeError: a.match is not a function skuid__SkuidJS:25”. What is more bad that it refuse to go even after you remove the icons later. Is this a bug or am I making some mistake.
I have two objects collateral and applicationCollateral(contains collateralId,Amount). What I’m looking to do is to provide two options to user 1.to create new collateral and applicationCollateral 2. updating existing collateral and applicationCollateral. I have created a wizard for it which works fine for 1st requirement i.e creating new but its not updating values for existing collateral and applicatioCollateral. Now here is catch which I feel is creating problem,what I have done is create two model(namely Collateral and CollateralClone model) on same object collateral. first one i.e collateral, which will be used to display the values in wizard steps and the other one will query the collateral model based on condition(where collateral Id is the Id of collateral selected from lookup( of applicatioCollateral object i.e ApplicationColateral__r.Collateral__c) in previous wizard step). After the query I’m updating rows of the Collateral model which is displaying the correct selected col
I’m not sure if this is intentional or a potential bug so starting this off as a question… On a custom view in a table, the standard sequence of events is: beforeRender, render, renderComplete However, when a new row is added to a model, the order is render, beforeRender, renderComplete Questions: Is this order by design or a potential bug? From a logical perspective and to be consistent with other call sequences, it would seem that the sequence should be beforeRender, render, renderComplete especially when the name “beforRender” implies it comes before rendering. Should beforeRender/renderComplete even be getting called in this case? There is something to be said for the fact that beforeRender & renderComplete shouldn’t even be called in this case as the only thing that is “rendered” is the item not the list. Steps to reproduce: Create page using XML below Preview page open debug console Expected Behavior = Actual Behavior the first rendering of the custom view follows the bef
When a custom view is visible (e.g. Table custom view), if the component (e.g. table) is “rendered out”, the tearDown function is not being called. This leads to the inability to “cleanup” (e.g. unregister/remove/destroy) resources that the view has created/registered/etc. Unfortunately, it is not possible to override the list or editor of a table in this case because the view doesn’t “own” the editor/list and overriding these methods would impact those resources. In short, there is no way to reliably “cleanup” a custom view when conditionally rendered “out”. Steps to reproduce Create page using XML below Preview page Change to “Basic” view Change to “List” View Expected Behavior = Actual Behavior tearDown is called (see console message) Change to “Basic” view Toggle the “HideTable” field above the table to Expected Behavior tearDown is called when table is rendered “out” Actual Behavior tearDown is NOT called when table is rendered “out” Sample Page <skuidpage unsavedchangeswarni
Is there a good way to find the length of a string witha ui-only field? Or do I have to use javascript?
Every time I view an attachment file with the extension of “.txt” in skuid mobile, special characters gets appended to the preview of the file. This only happens on “.txt” files I already tried using a template and using this “{{Name}}” still gets redirected with the special characters.
I’m looking to update a text field on one model (New Conga Template) with the values from same field on all selected rows of another model (Conga Templates) separate by commas. Our use case is we have a skuid page for submitting a new Conga Template request. We want users to be able to choose from existing Conga Templates to list in the new template’s Template Group field. Template Group is a text field that reads multiple values separated by commas, e.g. Internal Template, External Templates, Community Templates, etc. I’ve built a popup that has a table with an aggregate model of existing Conga Templates grouped by Template Group. I’d like to build a Mass Action that updates the Template Group field on my New Template model with a comma-separate list of the Template Group values from each selected row in the table. I know with child records you could do something like {{#Child__r.records}}{{SomeField__c}}, {{/Child__r.records}} to list all the values for all child records. So really t
I am working on a Skuid page to pull back a list of objects from a REST endpoint. I am using a REST model and binding it to a table. How does an External Data Source REST model work with paging for a table?My return object returns a paginated collection looking like: {<br>Collection: [{name: "joe", id=1},&nbsp;{name: "Shmo", id=1}],<br>TotalRecords: 1000,<br>NextPage: "myfakeservice.com/v1/objects?NextPage=2"<br>} How would a load more button work on a skuid table when connected to an External Data Source? I’m afraid of doing a lot of javascript hacking to implement paging functionality.
I have a dashboard that I built in SKUID, which was working wonderfully. I recently received an “Apex heap size too large” error, and updated to the latest Rockaway release which seemed to fix the heap size issue. It has just recently come back and I’m not sure what is causing this. The page has many models and rows, but not nearly as many as I’ve done in the past. I’m not sure why this is happening, any advice would be appreciated, thanks!
Hi,Coming back to skuid charts again. We have a requirement to display opportunity count for account based on month and split by year. problem is when a user clicks on any bar, i am able to pass on the month value ({{$Chart.point.name}}). however, the year value which is split type is not passed on to popup. thereby causing a problem. i looked at highchart documentation as well but couldn’t find any solution for it. is there any property that i have missed which can provide value of split field?
I need to reference selected rows in a table that is no longer in context. I can get it to work with all returned records, but not with specific rows. My table is name UpdateForm1. I’m trying to set the Id from each row as the WhatId in the snippet below: var params =arguments[0]; var $ = skuid.$; var models = skuid.model.map(); // Define “What” model (Record Ids from this model will be used as the WhatId) var updateForm = models.VendorChecklist; // Define the task model where new row will be created var newActivity = models.NewActivity; // Define the task model used to create the temporary Task (End user sets field values from this model) var taskModel = models.TaskHistory; //Define the task record Fields that will be used on the new task records var thisActivityAssignedTo = taskModel.getFirstRow().OwnerId; var thisActivitySubject = taskModel.getFirstRow().Subject; var thisActivityWho = taskModel.getFirstRow().WhoId; var thisActivityIntCat = taskModel.getFirstRow().Interaction_Categor
When attempting to create a page pack for a module that contains no pages, the operation starts and then “hangs” with the modal message of “Packaging Pages into StaticResources”Notes1) This occurs in Banzai & Rockaway2) I would think this is low priority given a user wouldn’t normally attempt this but some boundary/error checking should likely be added.Steps to reproduce:1) Create a new Skuid module2) Attempt to create a page pack for the module added in #1Expected BehaviorEither a message indicating that there are no pages to pack or successful completion of the static resource (just with no pages)Actual BehaviorUI hangs with message “Packing Pages into StaticResources”
Hello All, when loading the first page on my mobile app (Menu page)I get a grey loading screen before it loads to the main menu. I have no models running - all are activated and ran by conditions. This behavior was not happening a while back (no loading screen would come up)Below is a screenshot of what is happening. http://screencast.com/t/QUcrh8ykiiJnThanks everyone!
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.