Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
skuid.utils.delayInputCallback is not working , i am passing 2 parameters but no alert showing…does not work
Can anyone give a quick rundown of the parameters available within the {{$Chart}} merge syntax?Thanks!
Hi, this is a clear option via Skuid desktop pages but I don’t see the option via Skuid mobile page, where is that control…?
So we’re experimenting with Banzai and upgraded in a sandbox as we really want to take advantage of two new features for a project we are launching and moved over some of our pages to the sandbox to test them before upgrading our working environment. Of the two we’ve tried, neither worked initially but one was fairly easy to fix (seems the parameter handling is less tolerant in Banzai). The second one is a wizard and we’ve been working on it for almost two days now and can’t figure out what is wrong/different in the new release (it works in the old release). The wizard finds a contact and creates a custom object record (artwork) on the first page. On the second page, it creates a record of another custom object (application) that has lookup fields to the contact and first custom object (artwork). For some reason, the ID of the record created in the first step is not passing to the lookup field on the second page. During preview we see that there is an error (with some tweaking it will
Image File as Static Resource Loads via Desktop Browser View But Not Actual Mobile Device - Why?
It appears that “Remembering last-selected filter value” no longer works for non admin users. I suspect this happened after upgrading to Banzai
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.
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.