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
after upgrading to Brooklyn 9.3.1 from 8.15.15, none of our lightning components with skuid are loading on lightning app/record home pages. When I try to edit the lightning page an error pops up: " Uncaught TypeError: Cannot read property ‘getDataSourceType’ of undefined throws at /resource/1483550505000/skuid__UiOnlyDataSourceTypeJS:1:66"
Is it possible to make child conditions “Filterable Default Off” and then use an action to “Active and Set Model Condition”
I’ve built a page with a wrapper, responsive grid and more individual wrappers/components to create containers as shown in the illustration. However, when I output this, my components are not centered onto the page. Can someone help me with some CSS code to get this centered onto a page? Thank you!
Whenever I attempt to delete a filter through the UI all of my Salesforce tabs freeze. I can’t even press the (x) to close the tab. I need to kill the process via chrome task manager. Is this just me? Happens when I press this.
In the Salesforce UI, when a user updates a lead owner, there is an option to send a notification email. I looked through a couple of old threads and a rep said it was a SF UI only option and it was not possible. The thread was also 3 years old but then I noticed there’s a “SendUserNotificationEmails” field on the lead model. I tried dragging it into the UI and changing the value to TRUE and then saving the lead record but an email alert never appeared. I was wondering if there was a way to use this field without having to use a workflow with an email alert/field update. Using a workflow isn’t an issue but it would be nice to be able to utilize what’s already available.
Hi Skuid Community, is anyone out there building and/or using custom components, or wishes they were? We are developing our own software development kit to facilitate far easier custom component development and deployment. We are looking to create a discussion and gather feedback as we build it out. If anyone is interested, feel free to join the discussion here: https://groups.google.com/d/forum/skuid-custom-components
I’ve been trying to use chart point data in the Branch Action of Chart Series action to dynamically set conditions and query. I can’t seem to get Branch to work at all in a Chart series for that matter. I created a OppsBySource page to demonstrate. Tried both a formula field on the model and the same formula in the formula section in the branch itself. I’ve also tried “1 == 1”, true, “true”, TRUE, “TRUE”, 1, etc… nothing works. 😦 <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="OppsByIndustry" limit="" query="true" createrowifnonefound="false" datasource="salesforce" type="aggregate" sobject="Opportunity"> <fields> <field id="Id" name="countId" function="COUNT"/> <field id="morethan2" uionly="true" displaytype="FORMULA" ogdisplaytype="TEXT" readonly="true" returntype="BOOLEAN" label="morethan2"> <formula>{{countId}} &amp;gt; 2</for
Will the tfg components still work with Brooklyn. Are there any know issues?
So I have a Parent Object. Lets call it “Parent”. Parent has a child Object called “Brothers” and another Child Object called “Sisters”. I need to create a table based on the Brothers object, but I need to be able to display a comma separated list of all the SIsters that are related to the brother record as a column in the table. Basically I need the child template field that you would display in a parent table, but I need to display it (or the data from it) in a table of a child record (Sibling). Any ideas on how to accomplish this?
Does anyone know how I would set “Having” (as described in the following community post) via JavaScript Snippet? I would like to create a table filter based on Having. Thanks! Place "Count" conditions on Aggregate Models Questions i have an aggregate model that counts the number of times a first name last name combination appears in the client object can i filter the model to only display > 1 for the count ? [image]
I have created an aggregate model that sums up the number of minutes from various activities performed over the previous quarter. I then created a basic model that I am trying to create a condition on so that it will only display records that have a field equal to the field in the aggregate model. On Page load, I get this error: “null argument for JSONGenerator.writeString() An Unexpected error has occured. Your solution provider has been notified. (System)” If I try this instead with another basic model instead of an aggregate model, it works fine. Is there an issue with using “field from another model” condition with Aggregate Models?
This is Brooklyn releaase and I’m loving the filters. It could end up being a partial delivery of this idea https://community.skuid.com/t/filter-table-row-by-sub-queried-object-field-values Which is related to what I’m trying to do. Right now I’m querying the opportunity and subquerying the notes of the opportunity. However, I want to allow the user filter the subqueried notes that are shown. Here’s how I’m trying to solve that. Create an opportunity model As a model field in the opportunity model, subquery the notes object Add a condition to the subquery. Condition is ‘field from another model.’ (from model in the next step) Create a Notes model and add filter to the page so the user can filter on the notes model. Add on model action to the Notes model so that when Notes is requeried (i.e. filtered), the opportunity is requeried and the subqueried noted recalculates its condition. The problem is that for some reason when the opportunity is requeried, the model merge values don’t u
Duplicate field editor/component appearing quite frequently even though associated model (component’s model) contains only one row. Please see the screen shot. Thanks.
-Still on Rockaway. - I have an aggregate model. It has a sum aggregation on number of minutes. This (obviously) totals the number of minutes from all of the records that match the condition criteria of “Last Month”. -This works great, except that I need the model to only load records where the summed minutes are greater than 20. -I built a UI only formula field that is equal to the sum of minutes aggregation. This works the field displays the correct number in the table. -The problem is that I then create a condition based on the UI only field that says to only display if the UI only field is greater than 20. -This condition doesn’t work. All records are displayed regardless of minutes. Any Ideas?
Hi according to this post response from Skuid, https://community.skuid.com/t/is-there-a-way-to-change-color-on-template-merge-field-text There might be a way to use the custom renderer to set the field.options.searchTemplate = ‘{{Name}} {{#Active_Off_Limits_Count__c}} — OFF LIMITS — {{/Active_Off_Limits_Count__c}}’; skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; But the style does not take effect. I only want to add the style in the fuzzy lookup results drop down. Do you have an example? Thanks!
I have a working queue and page include, but when I add a new field to the model and the queue item display the page include no longer loads
How to test Update Skuid to Banzai Update 9 - Patch 3.1 new feature in our salesforce org?I have installed this. But I am not finding any difference from previous version.
This stems from Rows not being unmarked for deletion after Model Save Fails With 9.3.1, the “Model” property is still required when using “Unmark row(s) for deletion” even when choosing “Rows in Context.” Unfortunately, an in-place upgrade of the sample page mentioned in the post above still fails to function properly with Brooklyn. The reason is that there is no model property (because that property didn’t exist in previous versions on unmark row in context). In order to get the page to work properly, you must go in to the XML to add the property or change Rows to use to “all” then back to “rows in context” (assuming you only have a single model on your page). As discussed in the above post, when using “Context”, a model property should not be required. I see that in Brooklyn, “unmark row(s) for deletion” appears to be combined with “Unmark all row(s)” and they’ve become essentially the same thing under the covers. That said, configuration of a model property should not be needed
Remember user’s last tab not working in IE, it’s working in Chrome…
In the Brooklyn release, the issue Table row action order not respected was indicated as resolved. Unfortunately, while improvements were made, there are still issues with table row actions. Pieces Resolved You can now drag “Edit” and “Delete” from the row action area and order them without the entire table moving The order of the actions in the XML will be respected when the page is displayed Remaining Issues1) Changes to the order of the action from within the builder are not detected as “changes” and “Save” button is not enabled 2) After changing the order and then changing something else on the page to force “Save” to become enabled, the new order is not persisted to the XML 3) Adding a new row action and changing existing order and then clicking “Save” only persists the new row, it does not persist the change in order to the other actions. Steps to reproduce Create page using XML below Move “Edit Row Action” to the top of the list Expected Behavior “Save” is enabled Actual Behavi
When displaying a queue with search filters not shown initially the first item in the queue does not have proper spacing (it’s butted up against the search/filter bar). Note - If you expand the filter and then collapse it, the spacing is then correct. Steps to reproduce: Create page using XML below Preview page Expected Behavior First item in queue should be proper distance away from search/filter box Actual Behavior First item in queue is up against search/filter box Screenshot Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrowifnonefound="false" sobject="Account"> <fields> <field id="Name"/> <field id="CreatedDate"/> </fields> <conditions/> <actions/> </model> </models> <components> <pagetitle mode
Anyone have a snippet handy to open a non-Skuid popup window? I need to open a site in a separate browser window, but I don’t want it to be a tab like the redirect action.
I have an enable condition that is working for all of my fields except a rich text area field. Any idea what the issue could be?
Hello Community.Just a note here for future reference that (at least as of 8.15.15) if you have a snippet in an action framework and the snippet doesn’t exist, skuid will continue with the rest of the actions as if that snippet returned true.
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.