Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Has anyone created an external connection to a SQL Database hosted at Azure? What are the steps?
Looking to be able to create an Outlet (Store) on each tab of a tab set. Then when either clicking save, or navigating to another tab the record will be saved to the Model. It looks like as of right now each tab will relate to 1 record in the model, or as I progress through the tabs it will add another block of the fields. (For example, if I have 3 tabs, when I click through tab 2, and then to tab 3, there are 3 blocks of fields. Because I use the action Create new Row)Is it possible on each tab, to have 1 block of fields that creates a new row, without showing all active rows?
I have a Template Component that was working as-expected before, but I fear an update may have broken this. I’m getting the following Javascript error: “Uncaught TypeError: Cannot read property ‘resetCanvas’ of undefined” The property is part of a javascript library I’m using to capture signatures on an HTML canvas. Did an update change the way these libraries are imported into SKUID now? Here’s my code, the error is being thrown when trying to access a property that is instantiated by the library: var element = arguments[0], $ = skuid.$; $(document).ready(function() { // init signature canvas element.jSignature(); element.jSignature("reset"); // ERROR IS THROWN HERE // Create new signature in text field var model = skuid.model.getModel('PDP_Detail'), row = model.getFirstRow(), sigField = 'Manager_Signature__c', sigData = model.getFieldValue(row,sigField); if(sigData !== null
Hi Community, I am using a wizard component with 3 steps. the first and second steps belong to Model-A and the third step belongs to Model-B. Model-A is the Master object and Model-B is the Child object. So by using the Wizard component, i wanted to create both master as well as child records. So on step2, i have a button which will perfom a save action on the Model-A and then navigates to Step3. On Step3 layout i have child object (Model-B) layout. After populating all the details that i wanted, i will save Step3. So my question is I want to pre-populate the master record name field on the Detail object’s layout (i.e. on step 3). The below screenshot show about the Step-2 with Model-A (Master Object). The screen Below describes about The Detail object layout. When i naviagte to Step3 from Step2, I see that the master record is being created. So if the record is created, there should be a way to prepopulate the field info right? I used a condition on the Detail objects model (Model-B
We have developed a SKUID page and written a Javascript code in Template component. This code was working earlier. Now none of the Javascript code is rendering in our page.
I’ve been noticing some graphics glitches with the Banzai release and I wanted to see if there was anything I can do to resolve it. Navigation Menu items sometimes render with an exclamation mark or as drop down menus; however, upon clicking or re-adjusting the screen they return to normal. I thought it may have something to do with ‘Overflow to Menu Navigation’ but it appears that doesn’t make a difference. Note this does not happen every time on page load, only periodically. And sometimes it does not occur on page load but when re-navigating to the tab it does appear. I’ve added a few sample screenshots below. Sample 1 Sample 2
What I am attempting to do I think is simple but I do not know the functions or variable I need to alter in Javascript to make it work. I have a table that on load display a certain set of column and there are some other col in the table but that are not display by default but you can access in the Table setting. I’d like to make a button that one clicked displays a specific set of col and hides the rest while still making them available in the Table Setting if that makes sense. In short how do I toggle the checkbox in the Table setting via a Snippet? I feel like it should be simple, no? Thanks for all the help I can get.
I am new to skuid and looking to build a pop up screen on click of a button which pulls data from two history object. we have Contact history and Contact method history object and we need to show data in one Table on click on button. I am not able to find a way where I can merge data from two models
I have an after close action set up on a popup which should cancel changes on the opportunity model. However, I’ve been able to reproduce scenarios where the changes are not cancelled. This is leading to some issues where records can be saved with incorrect or incomplete data.Are there any known bugs or considerations for using after close actions?
I am quite sure this can be done. After I select a menu item, how can I automatically get the menu tree to close?
I have set my interaction to be “Swipe Right” “Close All Panels”. On my desktop that does not have a touch screen when I try to click on an item in my open panel, the panel closes. I then remove the interactions, and it still closes.https://drive.google.com/file/d/0B409lhd9sYDcTXE4QXBuZnc5WkE/view
Over the weekend, I started getting numerous issues from users stating that calendar events that used to be shared are no longer showing up on their Skuid Calendar. If I login as them and Click on the home page I can navigate as them to see the Users calendar but it is not showing up on Skuid. This is not across the board. It is happening to select users. Users started noticing it over the weekend. I did not do any updates. Sharing rules are still in tact? Any ideas on this one? It is odd.
I am trying to connect a data model. My authentication or data source for that model is not working with error in Title.
I have a table with a drawer action. When I set one of the main table filters and open a drawer, it adds a duplicate line. I have never experienced this before any one deal with this before?
Getting “List index out of bounds: 1” error when attempting to use the “Update a field on row(s)” action to update the value of a date/time field to NOW.
I can’t proceed with payment for ‘skuid Essentials’ Certification. Anyone faced similar issue ? or the URL changed, as this URL came from google search, not in skuid page… Error in dev console,
How to add purchase SKUID UI
Can anyone point me in the right direction? I have tried using the page number that appears in the url but it doesnt seem to work
The following ‘Dynamic Creation of Model and Component’ is not working due to some error related to ‘datasource’ name… Not sure, if this is broken in brooklyn release. Page XMLhttps://gist.github.com/zachelrath/4eef2eceaa2d56be9cf2
I have noticed there’s a typo (double quote missing) in source code given in this help page,http://help.skuid.com/m/11720/l/228794-dynamic-creation-of-models-and-components-with-javascript It will be a problem for people who copy & paste and wondering why it’s not working…
I managed to get Slack integrated but cant for the life of me resolve errors in integrating Google Calendar. OAuth goes through ok… I cant get the Google Calendar object to load up - can someone confirm for me what is the URL/Domain to use when adding it as a Data Source - I am using https://www.googleapis.com but with no luck … the error message I get is ‘request to datasource Google Calendar failed; error; not found’
The inline css is rendering differently. I am trying to make a button take up the full length. .ui-button { width: 100%; margin: 0px 100% 4px 4px; font-size: inherit; text-align: left; } The top “Edit” is a button. The second is “Header”. “Send Email” is a Template. In firefox it renders correctly In Chrome it still looks like
I have noticed that there’s no ‘page XML’ option under SKUID Mobile Page Builder. Is it something available somewhere ? or not a feature on purpose.
I have been trying to use UI Only field in another model on ‘filterable condition’. But, i’m getting error saying, i haven’t included that UI Only field in the source model, which is not right In this i’m trying to load a Opportunity Model based on ‘UI only’ field in another Opportunity Model LEFT({{Name}}, 10) {{Model.labelPlural}} Home
After “Remove All rows in Model” action has been invoked on a model, conditional rendering statements for buttons in a Button Set based on that model no longer update correctly. Steps to reproduce: Create page using XML below Preview page Actual Behavior = Expected Behavior “Page Title : Account.Name != None - blank value” not visible “Button Set : Account.Name != None - blank value” not visible Click “Empty Account Model & Create New Row” Expected Behavior = Actual Behavior “Page Title : Account.Name != None - blank value” not visible “Button Set : Account.Name != None - blank value” not visible Input text in to “Account Name” field Expected Behavior Page title button should be visible Button Set button should be visible Actual Behavior Page title button is visible Button Set button is NOT visible Refresh page Input text in to “Account Name” field Expected Behavior = Actual Behavior Both buttons are visible Click “Empty Account Model & Create New Row” Expected Behavior Both Bu
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.