Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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.
I have two models based on a customer billing object. They are both aggregate models. The first is designed to aggregate all open billings for each customer. The second is designed to aggregate all open billings so that we can view total open billings for our company. I would like to model lookup the value displayed in the second object into each line of the first aggregate model, but am having trouble doing so. Example:Aggregate 1: Open Billings (each line will possible contain multiple billing)Customer 1 - $30Customer 2 - $60Customer 3 - $40Aggregate 2 - Total Open Billings: $130I would like to get the $130 value place on each line of aggregate 1. Thanks for the help.
Hi everybody,I’m quit new both to Skuid and to CSS, so I’m asking for help.I have a button in the page title, and I’d like it to change its color if a particular field in salesforce is true.So I thought about rendering, and duplicating the button to show the red one only in some cases.I went to the page and inspected the code, then copied the css with another color, and told to the second button to get that css, but nothing happens…Here is the css: .ui-button, .ui-widget-content .ui-button.ui-state-default {background-color: #27C77A;} Thanks in advance for any hint.Giovanni
I am building a simple drawer of contacts for accounts. On this drawer I have a filter. It seems my filter is being applied automatically when the drawer is opened because the contacts do not display until I choose a filter option. I want the entire list of contacts to display first, then use my filter to narrow them down. The conditions my filter is using are both set to “default off”.
hello everyone, Have another request that may already be out there but couldn’t find what I was looking for in regards to Table Filters. I have a table with a where the model’s Salesforce Object is the Opportunity. The field I want to filter on is related to the Account as a reference field from the opportunity. How can I create a drop down list of the avaiable reference accounts from my filter? I currently get an input field that gives me a list of accounts when I type inside the search field. My Filter Properties are shown below: Thank you once again skuid community!
Hi everyone, So I was looking into Pats thread from some time back and seeing his snippet. Im applying this to a table with different pick list fields. My question is - How do I point out what picklist to modify and push values to?Sorry I know this is a highy posted topic, I visited many other posts on this but was not able to narrow down the answer.Thanks in Advance!Attached its Pats final code for reference;--------------------------------------------var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]); userModel = skuid.model.getModel('User'), userRow = userModel.getFirstRow(), userRole = userModel.getFieldValue(userRow,'Contact.Current_Role__c'), isTeacher = (userRole == 'Teacher'), grpModel = skuid.model.getModel('Guided Reading Plan'), grpRow = grpModel.getFirstRow();// Prevent teachers from making any edits if the status is approved by forcing the mode to read-onlyif ((value === 'Reviewed & Approved') && isTeacher) { field.ed
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.