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’m currently building in a workflow to check for duplicates before converting a lead. To do so, I have a duplicate leads model whose conditions compare fields like email address to the same fields on my Lead model. When duplicates are identified, they are presented in a table along with a separate table containing values from the current Lead record for comparison. Both can be edited in-line to clear up any errors that might be causing the duplicates to be identified. I then have a custom Save button that saves and re-queries both models.When editing and saving the duplicate record in-line, the process works perfectly. The value is updated, the models re-queried, and the tables disappear from the page (they’re conditionally displayed only if the duplicate model contains any rows). However, when the current Lead is edited in-line, the models are saved correctly, but the query does not seem to update the Duplicate Leads model, as this continues to be displayed in the pop-up, despi
I currently have a row action for opening up a popup when the item needs to be shipped. Instead of the small icon for row action I want a button “Ship” to show up in its own column which when clicked will run the action added for row action. I am able to show the button in a separate column using custom renderer for a field, but not sure how to trigger the row action from that snippet.
I am passing “close_top_window=no” in the query string I have 2 different headers that can appear in the included page. I am rendering as follows:https://drive.google.com/file/d/0B409lhd9sYDcVnFUU1RPSjJ0ZWM/view
I have a table with rows from a model with order product records belonging to a specific order. In standard Salesforce functionality, clicking on the “Product” field in the order product related list takes you to the order product record. I want to emulate this behavior with the PriceBookEntryId lookup field of my Skuid table row (that is, linking to the order product (the rows record Id) instead of the pricebookentry lookup record). I have tried the method from this thread but it doesn’t appear to work (even removing the link does not work, perhaps this method was broken by Banzai?) https://community.skuid.com/t/is-there-a-way-to-selectively-override-remove-a-lookup-fields-link/124 Is there any way to override the lookup fields link so that it targets the rows record id instead of the related pricebookentry? This applies only to the lookup field in read mode, I’d like to use search fields and lookup filters on the pricebookentry object while in edit mode. Example: This product link g
I just upgraded my Sandbox account to the new Bonzai RC to test it out and every time I edit a Skuid page I get the following error:SObject row was retrieved via SOQL without querying the requested field: skuid__Page__c.skuid__MasterPage__r
I’ve read up on the Mass Record Creation tutorials posted throughout the community but noticed that I couldn’t find anything on having this process work from a basic "Create New ___ " Page. It seemed to me that the majority of the tutorials focused on Mass Record Creation within an account, etc.First off, I was wondering if it would be difficult to create this type of functionality but from a basic record creation standpoint. So a User would fill out all pertinent Opportunity information (maybe have a field for the # of those records to be created), and then when they clicked Save (or another custom button likely) that multiple records would be created identical to the first and then save. I say this because we were using In-Line cloning to mimic this process; however, the initial page query takes ~5 seconds given all the extra fields it has to load. And many of our opportunities are orders broken out into 6-12 months so I don’t want to take that functionality away from our users if po
I have a page that may or may not receive a url parameter, let’s call it patientid. If it does not, the condition is deactivated and the page shows lots of patients, instead of 1.Now, I have a page include within the page that I would like to pass the patientid to, and have it work similarly. But in the case where the parent page doesn’t get the parameter, the page include is returning 0 patients, instead of lots of patients. I image that it’s looking for patientid=null and not finding anything.Is there a way to accomplish this?I basically need to pass the params of the parent page to the include directly, and have it process them the same way.
I am new to Skuid. I have added this Javascript Snippet to create a custom button. The onclick function of the button should call the drawloop ddp. I want to add this custom component in a tab. I cannot see the custom button… What might be the problem? Here is the Javascript snippet that I created. Thanks for your help. skuid.componentType.register(‘GetContract’,function(element){ var btn = jQuery(‘ Create Contract’).button() .on(‘click’, function(){ //instantiate a model using “Applications model” var appModel = skuid.model.getModel(‘applicationYod’); //Get the first record from our model var appRow = appModel.data[0]; //Call Drawloop var url = "/apex/loop__looplus?eid={{Id}}&amp;sessionId={{$Api.Session_Id}}&amp;autorun=true"; var merges = skuid.$('<div>').append(appModel.mergeRow(appRow,url)); window.open(merges.text()); }); element.append(btn); });
I’m receiving a blank page with the page title at the top when I try to edit one of my pages via the editor.I’m receiving this error in the console: “Cannot read property ‘split’ of undefined”I can access the page via the XML link but am unsure what caused the issue. It was working and then I refreshed and it stopped working. Not sure what change I could have done to cause this. Any ideas?
By default the first model is ‘selected’, but the builder can’t find the sObject. As a workaround, you can select a different model, and then select the first one again, and *poof*, sObject found. But that doesn’t help on pages with one model.
I receive a remoting exception when saving a new record in a table for Campaign Members. The only filter condition on the Campaign Member model is the Lead Id which is pulled from the url parameter. Updates work fine it is only new Campaign Records that produce this error. This is occurring in our sandbox environment that is currently using Superbank - Patch 9 Version 6.8.20. In order to take out any variables, I created a brand new page from scratch with only Lead and Campaign Member models. Same error occurred. See screenshot for reference.
We have a queue that we use to manage incoming email cases. This queue is built in Skuid and is used inside of a Service Cloud/Console App. This has been working great for many months. However, after upgrading to Banzai, clicking on a case in the list view no longer opens the case in a new console tab. Instead it opens the case by overwriting the primary tab. Which means, that to get back to the queue, they have to switch to another tab in the App and then back to the email queue. Also, right before it loads I get several ‘Unable to connect to server’ errors (which I’ve never seen before either).I’m not sure if there is a new way the visualforce page has to be built to make the tabs load correctly or what, but any assistance/ideas on how to get these pages to work again would be awesome.Thanks,Adam
I’m getting multiple export boxes when using charts in page includes. Any idea what may be causing this? I don’t want to turn it off all charts. Screenshot below:
Is this what I should expect on mobile textarea fields? I get the field title, a with the text of the field, and then the <textarea>. Seems pretty redundant/ugly. Am I doing something wrong?
I couldn’t find a setting for this in the mobile theme, either.
Hi there, i’ve got a filter set up in a left nav page for the contacts object. Instead of the filters appearing as a drop down list they are appearing as a list of elements down the left hand nav (see image). for the life of me i can’t figure out why this is going on, i’m trying to modify the version of this functionality (which works) found here (https://github.com/skuidify/SamplePages/blob/master/pages/Mobile_Filter) but cannot seem to make it work… has anyone come across this before? Would definitely appreciate some help on this one :S
What is the “open resource editor” next to template inputs? Is it just intended to be a bigger space to edit the template?The title of the popup is “Edit inline code” … which seems to imply javascript? but perhaps is just meant to imply HTML?An explanation would be awesome! Thanks.
The new page caching feature in Banzai (http://help.skuidify.com/m/supercharge-your-ui/l/428673-optimize-personalization-and-caching) sounds very promising, probably the most exciting part of the release for PractiFI. I’ve been doing a little playing around with it, but can’t get my head around it just yet, so I have a few questions. My objective is to make our quite complex pages as blazingly fast as possible, whilst minimising the occurrences of stale data.What’s the technical difference between processing a model server side vs client side? If the models are processed client side, presumably the rest of the page XML is cached? How does caching work in conjunction with page includes? Are the contents of page includes cached? Should the included page itself have caching turned on, and its models set to load client side? Similarly, how does caching work in conjunction with tabs that are set to lazy load? Let’s say we have an account detail page in Skuid. Does caching speed up performan
We have three objects that have table column sums. We want to add these through javascript to get the total of all three. How do we reference these totals in javascript?
I was able to successfully create list view pages for Salesforce1. However, when you click on the name for an account/contact/etc. it pushes the user to the default Salesforce1 mobile page instead of the detail panel. When clicking next to the name, you do see the correct SKUID detail page.Is there a way to override the Salesforce1 detail pages?
Seems like page includes aren’t working in child pages.Getting this in the javascript console:Uncaught ReferenceError: LC is not defined
Also, when I select a filter, I only see the very top of the grey “loading” bar that usually appears over the table. Looks like anything associated with the table can’t overflow its boundaries.
Works fine when opened in the same window, or when refreshed.
Thanks for the new data connections. Since so many companies have data sitting in excel. Has anyone created an external connection to excel? I have many excel databases that each have over 1 million records that I do not want to store in Salesforce. I would rather have them in a free account on amazon. Does anyone have a solution for this?
This is what I’m pasting in the iFrame, Allow HTML template - <iframe src=“/apex/c__MemberPortalSagePayment”; width=“100%” height=“600px”>
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.