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
Looks like a bug. I’ve tried refreshing, X’ing it out and trying again. Updated from 7.19 to 7.20 and still not getting the info I need to set up the filter (yellow box)
I’m using a REST external data model with more than 2000 rows on it and I’m getting time out errors (failed: Invalid Request: Read timed out). Any way to get around this?Thanks!
Is there a way to automatically select the first item in a queue when a user opens a page? I have a model that’s sorted by the last viewed date. I want the queue action to run on the first record when the page opens and function like a “remember last tab” for queues.
I’ve created a column chart that displays 8 different “series,” grouped into two groups. The data seems to behave properly, but the chart displays the columns with an odd spacing. The category is using the “owner name” which, doesn’t exist for one of the groups, thus the null label on the axis.Is there an easy way to fix this spacing issue?
Is there any way I can actually see the JSON that gets sent for my POST or GET requests?Thanks!
I am using a field editor to display multiple records with parent and child records. I have used a custom field renderer to create string for the parent and another for the child. The end result has many lines like this for a kid’s music performance program: How can I decrease the distance between the fields so that it looks like they are single spaced?
I am having trouble figuring out how to change the axis labels on charts. I found another topic that used a snippet for a table, but was not able to make it work. I’ve gotten my model grouped by “CALENDAR_MONTH” and my category axis using the same model field. So my chart looks great, except it’s got 1, 2, 3, etc when I want it to display the actual month name. Thank you for your help.
I am trying to create a new page using XML from a pre-built Wizard page. When I paste the XML I am getting an error. See screen shot. Can someone please help.
I am using Global search feature which is available in the Banzai release. I have selected Return Object as Accounts and have added row actions to it. I have limited my search to return 5 results only but when I click on ‘View’ it shows me all the search results. the problem I am facing is while I do the search, I am able to see the row actions I added to the return Object i.e. Account but when I click on ‘View’ the popup with all the search results doesn’t show me the row icons. It works fine in Mozilla or Chrome but not in IE.
I’ve setup a controlling field in which one of the controlling field values has no values included in the dependent list. Then setting the dependent picklist as required causes an error as there aren’t any values available to choose from. This required field should be conditional in this scenario. Can anyone suggest another approach to make this field required only values are available? I’ve currently set up a Validation Rule to essentially make the field required, but this isn’t ideal when dealing with table component.
We utilize DocuSign for electronic signature of our financial agreements.We added the External Resource of /apex/dsfs__DocuSign_JavaScript.We created an in-line snippet with the code below and created a button with the action of Run Skuid Snippet and related it to the created snippet.Each time I select the button from the preview it throws an error that the ID is not set correctly “SourceID={{Financial__c.Id}}”Has anyone successfully added a custom Send With DocuSign button to their Skuid page? Any suggestions on how to properly merge fields into this code? The snippet code is listed below.//********* Option Declarations (Do not modify )// var RC = ‘’;var RSL=‘’;var RSRO=‘’;var RROS=‘’;var CCRM=‘’;var CCTM=‘’;var CCNM=‘’;var CRCL=‘’; var CRL=‘’;var OCO=‘’;var DST=‘’;var LA=‘’;var CEM=‘’;var CES=‘’;var STB=‘1’;var SSB=‘1’;var SES=‘’;var SEM=‘’;var SRS=‘’;var SCS =‘’;var RES=‘’; //// var CEM=“This is the Email Body.”; var CES='This is the Email Subject; var DST = ‘FC718430-C654-49B9-A3C
I’m getting this error on a page with a REST API model pointing to MailGun. METHOD NOT ALLOWED: 405 Method Not Allowed Method Not Allowed The method GET is not allowed for the requested URL. Except, I’m not trying to make any GET requests. The only method I have on the model is a POST request: What’s going on here?
https://community.skuid.com/t/new/add\_details?post\_flow=true&topic[subject]=Issue+with+Banzai+release+in+Sandbox. Hi Team, The mobile page which was loading without any issues in Sandbox Prior to the Banzai release is not working after the release. The same page is loading just fine in PROD. Getting the following error in the console “Uncaught TypeError: Cannot read property ‘element’ of undefined”. Please help me figure this out. I am attaching a screenshot of the error I am getting in the Console. Thanks in advance.
I have a script which calls apex function through “sforce.apex.execute”. It is in try catch block and I have an alert in catch and return statement after it. If there is an exception, I get the alert message however if I correct data on page and again click button which calls this method, it doesn’t take the corrected data but takes the old data and gives the exception again.Any pointers would be of great help.Thanks!!
I have a REST model pulling ~1000 records, but I can’t seem to use the charts components. Any ideas?
A ui-only formula field set to return a datetime, with the formula “Now()” works great. The saem with the formula “{{Date__c}}” where Date__c is another datetime field on the model doesn’t return anything.
We need to access the “PieceWriterModel” after the condition has been applied. any attempt to read the data in a callback results in this error “f is not a function”. Any ideas?PieceWriterModel = skuid.model.getModel(“MMA_Music_Piece_Writer”); var MusicPieceCondition = PieceWriterModel.getConditionByName(“MMA_Music_PieceId”); var PieceId = row.Piece__r.Id; console.log(PieceId); PieceWriterModel.setCondition(MusicPieceCondition,PieceId); PieceWriterModel.updateData({callback:function(result){ console.log(PieceWriterModel); }});
What’s the syntax for adding a month (or 30 days) to a datetime field with a ui-only formula field?{{Date__c}} + 30 ?
We have a template that recreates the Action field history for a custom object. The content of the template was lifted from a prior post and was working fine for the last six months. However, after the upgrade to Bonzai, our number fields with 3 trailing digits are being rounded to the nearest whole number i.e. 8.375 is now 8 and 8.5 is now 9. I have pasted below what we see in classic Salesforce compared to what we are now seeing in Skuid. Any help would be greatly appreciated. The template contents: Changed {{#NewValue}}{{Field}} from {{#OldValue}} “{{OldValue}}”{{/OldValue}} to “{{NewValue}}”{{/NewValue}}{{^NewValue}}{{Field}}{{/NewValue}}
I’m trying to null out a lookup field on row using a row action but it’s not working. Any ideas?
I would expect to see that inline help text somewhere next the field label.
Model A is parent of Model B and Model C.Model C has a lookup to another object, which includes an email field. Let’s call this Model_C_Email_Lookup__r.Email__c.When a record is created in Model B, I want to automatically send an email with data from Models A and B, to all the rows in Model C, where the Model_C_Email_Lookup__r.Email__c is the TO field.I tried workflows and lightning processes, but they both require me to create an SFDC “Email Alert” on the same object that the process/workflow runs on. And from that object (Object B), there’s no way for me to access (in the SFDC email alert) the Email Field in the related model, at least not that I can tell.I don’t want the user to have to do anything… this should happen automatically.Is this impossible? Does this require a foray into apex triggers? Can I set up the standard email URL hack to send automatically? Is there some kind of external email solution I can plug into?Thanks for the pointers!
Hi, I have a custom object ‘Site__c’ with locations I want to retrieve all the products in other Site__c’s where they are less than 1 km of the Site. So I have made this conditions 1: I dont want the products of $this.Site__c 2: the site parent of the products is in 1 km 3: only firm quotes. this is the detail of the Distance filter. SiteInformation model is the Master/main model in the page. the page shows the information of a Site. But when I try this, in a site in Germany the ‘in less than 1 km firm quotes’ pops sites from peru, ecuador, brazil… After playing with the model definition and discarding that as a problem, playing with the console I have discover that the distance condition is not in the SOQL of the model…: skuid.model.getModel('QuotesNear').soql; "SELECT Stage\_\_c,Product\_Name\_\_c,OSI\_ID\_\_c,Base\_Currency\_\_c,Total\_Install\_Charges\_BC\_\_c,Total\_Monthly\_Charges\_BC\_\_c,Site\_\_c,Site\_\_r.Name,isOrder\_\_c,Site\_\_r.GpsCoords\_\_c,Site\_\_r.GpsCoords\_\_
If I have 2 tabs with the same count is there a method to hide one of the tabs. If Member has a count of two which equals the Location count of two, then I want to hide the Location tab. How do I render this?
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.