Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Steps to reproduce:Running 8.15.15.Create a table and enable exporting. Uncheck ‘Use Table Columns as Export Columns’. The ‘Append Row Id Column’ field is hidden. Add some fields to the export columns, but do not add the Id field. Preview and export. Expected result: Only the fields added to the Export Columns are exported.Actual result: the Id field is appended to export columns. This appears to happen regardless of whether the hidden ‘Append Row Id Column’ field is checked or unchecked.
Hi, One of my page start behaving weirdly and was getting the following error: Uncaught RangeError: Maximum call stack size exceeded Finally found the culprit , which is a UI-Only formula field. I do not see any reason this should happen, maybe someone can explain, as it’s a very simple formula field (addition of 3 percent fields) UI-Only Formula field return a number, and here’s formula: {{Ownership_Of_Applicant_1__c}}+{{Ownership_2__c}}+{{Ownership_3__c}}. all 3 of those SF fields are of “percent” type of field Here’s some SS of error: Thx
Content within Responsive grid not displaying in mobile device but displays fine in desktop
I recently updated our production environment to Brooklyn (9.3.1) and cloning via the standard SF button and clone page override is not working. I have tried two different objects and I get different errors but errors none the less. I tested in Rockaway in another sandbox and the exact same pages work properly. Any update on how to fix this issue would be greatly appreciated, as this is hindering our sales team workflow.
Running Brooklyn (9.3.1). I have a page where I create new rows from Model A into Model B using a Mass Action. The weird thing is only one field is not copying over. The Quantity field will not copy over from Model A to Model B.
Trying to configure some html buttons that would get the js script to a tab in a tab set. The html button must envoke a skuid popup window. I’ve set the unique panel tab id as: FAQ-PAN Not sure if that is part of setting up the syntax. https://dl.dropboxusercontent.com/u/28790921/1-18-2017%208-43-16%20AM.jpg Thank you in advance!
Does anyone know how to create a UI-Only Model in JavaScript? I’m adapting the tutorial linked here: http://help.skuid.com/m/11720/l/228794-dynamic-creation-of-models-and-components-with-javascript, the line below creates a new model with a Salesforce datasource. Any hep is greatly appreciated var OppModel = new skuid.model.Model();
Hi, After upgrading to Brooklyn we are having problems with the service console. When you click on any Name field, which normally opens a tab with a detail view, you get the following error in the console - /resource/1484748564000/skuid__SkuidJS:7 Uncaught TypeError: Cannot read property ‘getNameField’ of undefinedCan we get this addressed right away? ThanksAndy
Just like you have the option to filter lookup fields in a field editor… it would be useful if we could employ the same configuration ability on filters in filtersets and table filters instead of getting irrelevant data that the user then has to sort through visually.
Facing this error in loop while creating a row in a model - Refused to set unsafe header :"User-Agent”. Please help.
I have a tab in Salesforce (Lightning) that displayed a skuid calendar. The calendar is a component within the page. It has stopped showing up in the page all of a sudden. when I go in to edit the page and re-add the component I get this error message. Cannot read property ‘getResourceUrl’ of undefined throws at https://personaldomain.lightning.force.com/resource/skuid__SkuidJS:5:5198
I’m am trying to adding a UI only field to a table (see screenshot) the model is an aggregate model and the formula is {{talkdesk__Talk_Time_sec__c}}/60 The field want let me add it to the table please help.
The email sent out 12/1 says Brooklyn will be pushed to all production orgs on 1/10/17. I have not yet seen this push in any of our production orgs. Is there an updated date for this push?
Hi! We just connected Google Calendar to our Salesforce Skuid instance (super cool!) I am building out a calendar component and was wondering if there is any way to add in predefined locations, like rooms to the events, or attendees, or change your response to the calendar events you may already have on the event. Also if you have any other documentation on the Google Calendar connection, besides the one that explains the set up of the data source, that would be very helpful! Thank you!
We have configured our OAuth (Salesforce) authentication provider with a default scope = full,refresh_token and we can connect to Salesforce sucessfully but every time we run the app it always prompts for OAuth consent, how do we get Skuid to remember the refresh token and use it to automatically request a new access token so the user doesn’t have to keep approving access?The same issue happens when using a Google auth provider, we have set the default scope accordingly and can see Skuid setting the access_type=offline parameter in the OAuth request but according to this post we need to add the approval_prompt=force parameter as well?http://stackoverflow.com/questions/8942340/get-refresh-token-google-apiAnd even if we did this, how do we get Skuid to use the Google refresh token as above?
We are running a Skuid page with an OAuth data source model on a Public Site with a secure domain such as https://mysitename.secure.force.com/mysiteprefix/apex/skuid__UI?page=Test. When the model starts to load the OAuth authentication flow starts by popping up a window with the URL https://mysitename.secure.force.com/apex/skuid__oauthcallback#oauth_redirect=https%253A%252F%252Facc…etc The popup windows is unable to load because the URL to the Skuid oauthcallback page does not contain the right prefix to launch the Skuid oauthcallback VF page from a public site. It should be https://mysitename.secure.force.com/mysiteprefix/skuid__oauthcallback#oauth_redirect=https%253A%252F…etc. because Apex pages from public sites need to be accessed from the prefix.Everything works fine when the same page is used from the standard Salesforce domain it only fails when using a site.Can we configure or change the prefix when initiating this OAuth flow? Note that we have not reached the oauth consent/gra
I’ve been playing with the XML, so it doesn’t surprise me that I got something to disappear from the UI, but it took me a long time to figure out why my page wasn’t working because I was working off of the UI, not the XML. Maybe someone else will come across this issue and think to glance into the XML. Here’s a page where the UI doesn’t show an action that is present in the XML and occurring at run time. The action in the XML happens right after the blue arrow The question mark is where the XML action appears but is missing from the UI.
We currently have a button on our Case object that pops a dialog box asking for the agent to enter a number of minutes. They do so and click ok and that fires off the creation of a task with all the other required field values preset and adds the minutes they entered into the minutes field on the task. That process works great. I’m now looking to recreate this by adding a row action to a skuid page that does the same thing for the row the action is clicked for. So it would create a task related to the case in that row.Below is the code used for the button on our case page layouts. Any suggestions on making an in-line snippet that will perform this same task of opening a dialog box, asking for minutes, and then creating the task related to the case for the row the action was on?Thank you in advance for any advice! {!REQUIRESCRIPT("/soap/ajax/31.0/connection.js")}&nbsp;<br>var minutes = prompt("Enter Minutes", ""); if(minutes != null) try{ var taskToCreate = new sforce.SObject(
Since Brooklyn release, my users are reporting the table component description (text area) field, like on task.description, is shortened, and as users enter multiple lines it doesn’t resize the row height. I created a temp hack using in-line css to define a min-height, but I can’t get around the auto-resize row height issue. Is this a bug?
I noticed that when saving a multi select condition with the “Remember last-selected filter value” option set to false, it makes the conditions disappear. I think this affects the event subscription to the condition event as well. With “Remember last-selected filter value” set to true the condition is there With “Remember last-selected filter value” set to false, the condition is gone Here’s the sample xml page <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Opps" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Opportunity"> <fields> <field id="Name"></field> <field id="StageName"></field> </fields> <conditions></conditions> <actions></actions> </model> </models> <components> &
Hello, I have several skuid pages, which are within Visualforce pages on Salesforce, which is all good. additionally I am using an app exchange product called “Yardstick” to monitor who views these pages (as they are used within a community of customers). This works fine. However I want to monitor when people open specific drawers, rather than the whole page. The company replied with the following: Yardstick does support tracking different sections/tabs within the same VF page. You would use multiple tracking components in the same page and name them different - something like this: <ystick:yardstickTrackClick yardstickUrl=“{!$CurrentPage.url}” yardstickPageName=“Page Name - Section/Tab 1” /> <ystick:yardstickTrackClick yardstickUrl=“{!$CurrentPage.url}” yardstickPageName=“Page Name - Section/Tab 2” /> However as the visualforce page is just referencing a skuid page, I’m not sure how to include this snippet within the draws? Thanks, Laura
Hi guys, I’m currently attempting to create a customized Search Bar, based on a table filter, in skuid for SF. I’m running into an issue where entering the value will produce a list of results, however clicking on a result where the RecordType.Name and Type are defined in Filter Properties does nothing. This is what the Filter Props look like: I have these Types defined in the Model here: If I were to click on say Deal (Opportunity) or CM Tracker (CM_Tracker__c) I will see results in the table. But, if I type Employee or Home Owner/Board Member into the filter field (Both of which are record types under Contact) nothing happens. The table won’t even attempt to say nothing was found. Any thoughts?
We use a skuid page that acts like a list view for opportunities. We would click on one of the opportunities on the list and it will open a regular Salesforce opporutnity edit page. Once we edit an opportunity we would click save. Is there a way to create an alternative save button that will save the opportunity and link to the skuid page that we use as a list view?
This is based on findings of Andrew N from https://community.skuid.com/t/automatically-refresh-render-conditions-on-component?utm_so…. When a queue has a render condition of “Model Property” set to “Has Data Rows”, the queue does not update it’s visibility as data in the model changes. Notes Using Brooklyn 9.3.1 When the queue is hidden, using the render API on the component does not redraw the component If the queue is visible and you call the render API on it, the editor-contents is removed but the queue header remains. Steps to reproduce: Create page using XML below Preview page Click “Empty Accounts” button Expected Behavior = Actual Behavior Queue and table are removed from page Click “Load Accounts” Expected Behavior Queue and Table are visible Actual Behavior Queue is not visible, table is In page composer, set “Accounts” model to NOT “Load Model data on page load” and save Preview Expected Behavior = Actual Behavior Queue and Table are NOT visible Click “Load Accounts” Expected
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.