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
Just set up a fairly basic column chart, and getting this error: Uncaught Highcharts error #14: www.highcharts.com/errors/14 Set up: The chart shows “Loading…” in runtime, but never loads.
I am launching a popup from a record under one model (Sessions). That popup then displays contacts from a different model (Potential Participants). I’m trying to create actions that will create rows in yet a different model (Session Participants).When creating a new row, how can I reference the ID from the original record that launched the popup (Session), rather than model displayed within the popup? I only seem to have access to the variables within the popup model, such as {{Contact__c}}, but also need to reference the Session.Thanks,Seth
If I set the page-wide parameter for “warn users if page has unsaved changes” to No, I still get warnings about unsaved changes.If I set it to Yes, and set the model-specific settings (“prevent users from leaving page if this model has unsaved changes”) to No, it works as expected.
I am new to Visualizations and I have a basic geochart: I have a custom object Distributors which is a Master- Detail to Accounts and a lookup to Products. I want my geochart to show the “Count” (aggregate) of Accounts (data) in each US state for a particular product. My problem is nothing shows up…like nothing… in fact I have tried a geochart on other pages with the same result… nothing. What am I doing wrong???
Using the Lightning Design theme, the arrows on the calendar date picker don’t show up unless you hover over them: Default: Hovering:
We were super excited to roll out the “Banzai’d” version of our Skuid pages…only to have our dreams crushed when we discovered that the Fontawesome icons appear to be broken for our Partner/Community users. I suspect that this has something to do with their access to static resources in SF. Is there a solution? Here is what’s happening: Working just fine for internal users - Fontawesome icons appear broken for Partner/Community Users -
Hi, We have a table of opportunities with inline edit enabled. When we edit a record and it fails due to validation rule, the table is refreshed with previous value but doesn’t gives an error message on top of the table or at the error row. please note that the save button is defined at page title Here is the page code for reference: AccountCallReport <m
I put a table filter for “List Name” and not all of the correct records are being pulled up. However, after finding which ones are missing I can say certainly that they are all IN Salesforce and have the correct “List Name”. What’s up here?
Perhaps I flew too close to the sun on this one, but I implemented the Materialize framework to speed up the custom work I’ve doing on top of Skuid’s new theme editor. It’s working like a charm, for the most part. Here’s the problem: The Standard Field Renderer for Picklists does not display in edit mode. When I change the field renderer to radio buttons, it works beautifully. Here are the two fields renderers in both Read mode and Edit mode: So, I believe that my issues are a conflict between Skuid and Materialize. Do any of the brains with legs that work at Skuid have any wisdom on how to get around this?
I’m trying to copy the row of a child model to a different parent. Anyone see anything wrong with this code? var $ = skuid.$, mergeCase = skuid.$M('MergeCase'), mergeData = mergeCase.getFirstRow(), primaryPatient = skuid.$M('PrimaryPatient'); var copyValues = []; $.each(mergeData, function(f,v){ if (f !== 'attributes' && f !== 'Id' && f !== 'Patient\_\_c') { copyValues.push({field: f, value: skuid.utils.decodeHTML(v)}); } }); primaryPatient.createRow({additionalConditions: copyValues}); I’m getting this error message (line 79 of my page corresponds to the createRow() line of the above. Is there a better way to do this?
I have three tables on a page, different models all on the same sObject.I need a row action on one table to find any rows on the other tables with the same value for the Id field as the row action context row, and then remove a css class from those rows.Anyone care to take a stab?I can find the rows in the model that match, but I’m not sure how to connect them to the item in the tables.
I have a horizontal Bar chart with a click-on action for a popup. The problem is when I move the mouse over to one of the bars I get a hover popup that blocks the entire bar making it almost impossible to get to my Click-on action. See example bellow. Are there any settings that control this hover popup. I would be good if I could control the location or even a set a delay that would allow the click-on action. I can see that depending on the size of the bar the location of the hover popup changes.
I’m trying to avoid creating different versions of the same Skuid page that each have different table filters set by default. I was hoping to create a single page that I could pass table filters through the URL. Is this even possible?For example:1. I have Skuid page that lists my Produce Inventory that includes a filterable table. The user can filter by Fruit Color (yellow, orange, green). This is easily created. 2. On a separate “Dashboard” page I would like to have a list of all available Fruit Colors. If the user clicked on a “Yellow”, they would be taken to the Produce Inventory page with the table filter “Yellow” set automatically. 3. Once they are on the Produce Inventory page they change the table filters to view other Fruit Colors (again, this isn’t a problem). How can I accomplish Step 2 so that I don’t have to create multiple pages? Thanks!!Gary
To view opportunities without the Skuid view, I used to be able to zero out the Skuid override in the URL by setting everything after “override=” to 0. (see below)But, for whatever reason, the URL has changed to:https://c.na1.visual.force.com/apex/OpportunityDetailv1?id=00630000012azQy&amp;sfdc.override=1and setting the override to 0 doesn’t do anything. Anyone know how I can make it so that setting the override to 0 takes me back to the Non-Skuid view?https://skuid.na1.visual.force.com/apex/UI?id=00630000012azQy&amp;sfdc.override=1&actiontype=View&objecttype=Opportunity
We have a custom Google Map component with properties: Model to load data from; Fields to use for Street; City etc. We are using Google GEOcode to give us the Lat & Long in our JS file stored in Static resources. When we load the page we always only get 11 records. We have used alert() to see what is being loaded and the model loads all 19 records but the map only draws 11 points. If we change the order of the records i.e. Sort records by Account and change the order the map redraws again with only 11 records again. We have changed the API version to V3 but still no luck. Is there something we are missing or is it that Google GEO Coder is unreliable and should we approach this differently? We have searched the web for this problem but cannot find a solution.
Here’s the setup (conditions and filter): Here’s what we see in runtime: The table filters correctly (displaying only dates >= four days ago), but the filter shows 4/1/2001. This doesn’t change with cookies on or off.
When a model is marked to process client side, not load data and create when none, a component associated to that model does not display the newly created record. Steps to Repro: Create account detail page Mark model to process client side Mark model to NOT load data on page load Mark model to create row when none Remove Id condition Preview page Expected Result Row displayed in field editor Actual Result Field editor does not display row Note - Inspecting skuid.$M(‘Account’).data.length = 1 so the row was created Sample Page XML {{Name}} {{Model.label}}
With skuids external db access, are the exposed fields in the external db useable from flow in process builder.
I am running Banzai v. 7.12 and I am trying to export my pages in production however the “Export Pages” function is no longer there. I tired to “build a page pack” however I keep getting a managed package error. Is there a new way to export your pages so they can be in sandbox. Thanks!
while i was working on the charts, the only problem i was having is giving each of the element different values. for example if i have three elements named “bob,ryan and ron” each of them have value 20. how do i give them different values?
Great demo at dreamforce. Very nice examples, can the pages for the demo, for example the World Bank REST sample app be posted to your repository or github?
When a model is marked to process client side, NOT load data and create row if none, conditionally rendered elements are not updating as data for the conditions change. This issue is similar to others posted regarding client side processing and similar to issues seen in the past (6.x release & 7.x release) with conditional rendering on rows created when none. Steps to repro: Create page using sample XML Preview page Click “Update to Joe” Expected Name != Joe button disappears, Name = Joe apears Page Title updated to Joe Actual Name != Joe remains, Name = Joe does not appear, Page Title not updated Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="false" createrowifnonefound="true" sobject="Account" adapter="" type="" doclone="" processonclient="true"> <fields> <field id="Name"/>
It seems that my new custom theme is messing up the CSS of my other pages. Here’s what’s happening: 1. I create a brand new Skuid page. No inline CSS. No external resources. 2. I assign the “Classic” theme to that page and everything looks normal and “Classic-y”, as expected. 3. I then assign my “Build Realty Custom Theme” and it magically starts pulling in inline CSS components from my other Skuid pages - more specifically, the external font I use (not Google fonts). How/why is this happening!?
When conditional rendering based on model property number of rows is applied to a component, the rendered result is incorrect. This appears to be a regression of https://community.skuid.com/t/conditional-rendering-model-property-number-of-rows-issu…… Steps to Reproduce: Create Page using sample xml below Preview page picking account Expected Result Templates “Show if RowCount > 0”, “Show if RowCount >= 1”,“Show if RowCount == 1” are displayed Actual Result Template “Show if RowCount != 1” is displayed Note - The sample page below works as expected on 6.8.20 Sample Page XML <skuidpage unsavedchangeswarning="yes" showsidebar="true" showheader="true" tabtooverride="Account" personalizationmode="server"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account"> <fields> <field id="Name"/> <field id="CreatedDate"/> </fields> <conditions>
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.