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
I have a file upload component on a wizard and have a couple questions:1. How can I tell if a file has been uploaded so that I can not enable the “Next Step” button until one has been uploaded?I am saving to the attachments on the Record. I want them to be able to upload one or more files. 2. I would like to display the names of the files immediately after they have been uploaded to give them some feedback that it has succeeded. The file upload does not seem to trigger a re-query of the record and there does not appear to be an action framework.Any ideas?Thanks,Tony
I created a SKUID Tab page (child of master) that renders fine until I try to share it. While troubleshooting, I gave the person I’m sharing with admin privileges in SKUID and the page still does not render data. The person has the necessary object / visual force tab privileges in SFDC to access the page as well (The standard SFDC page works fine). The following is a screen shot of the error. Any advice would be greatly appreciated UPDATE: Problem Solved. I shared the master page as well with Role / User and that resolved the issue.
I have a template using {{$Model.MYModel.data.length}} on 2 pages.This only works on page1 if the component’s model is set to MYModel. If It is set to any other model it displays 0.On page2 it works exactly as expected.What are the factors that could cause this problem (and yes, the model does have rows)?
This code for a custom field renderer with the Model se to “Act” says that it cannot find the ActId. What am I missing? Thanks! Anna var params = arguments[0], $ = skuid.$; var field = arguments[0]; var model = field.model;var row = field.row;console.log(row);var Act = row.Name__r.Id;var ActId = row.Name__r.Id;console.log(ActId); var NoOfActPerformers = 0; var ActPerformers =‘none’; var ActPerformerModel = skuid.model.getModel(“MMA_Academy_Student_Event_Act_Performer”); ActPerformerModel.setCondition(ConditionForSpecificAct,Id); ActPerformerModel.updateData(function(){ NoOfActPerformers = ActPerformerModel.data.length; console.log(NoOfActPerformers); if(NoOfActPerformers>0){ for(i=0;i<NoOfActPerformers;i++){ ActPerformers = ActPerformerModel.data[i].MMA_Student__r.Name; console.log(’ ActPerformers ’ + ActPerformers); HtmlString = HtmlString + ’‘+ ‘&nbsp;’ + ‘&nbsp;’ + ‘&nbsp;’ + ‘&nbsp;’+ ActPerformers +’'; var cellElem = field.element; cellElem.html(HtmlString);
We’re testing the latest version of Banzai in a sandbox environment, and have noticed that the multi-select picklists that are marked as required (or assigned the “required” css class) no longer render with a red outline.Thanks!Kartik
I have a table with drawers. Inside the drawers are 3 response grids and each has their own “Page Title” with buttons. When I press a button I change the value of a picklist. The value chosen in the picklist renders one of the 3 response grids.When I open the second item in a table to view its drawer the correct response grid is shown, However, when I click on a button in that response grid only the first item in the table is changed.The button does not seem to know which item to modify?https://drive.google.com/file/d/0B409lhd9sYDcckFfS2RoQ1RtNUk/view?pli=1
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 ?
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.