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’ve been debugging a problem for the last couple of hours: Changes I made to the theme CSS were not reflected in pages after I reloaded the page. I verified that skuid was correctly updating the static resource inline.css. I found that I had to clear browsing caches on Chrome to get my CSS changes correctly reflected in my custom themed pages. Hopes this helps others…
This CSS doesn’t work any longer in Brooklyn. #sk-1lhXgJ-92 td:nth-child(3) #sk-1if7S8-779 th:nth-child(3){ display: none } Where #sk-1lhXgJ-92 is the tableId and the children are the elements I want to hide. Here’s a sample XML page. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="NewModel" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Opportunity"> <fields> <field id="AccountId"/> <field id="Account.Name"/> <field id="Account_Phone__c"/> <field id="Address__c"/> <field id="Alternate_Email__c"/> </fields> <conditions/> <actions/> </model> </models> <components> <skootable showc
Data source action in the new feature added to the skuid Brooklyn release. I have been looking to add data source action for data source but not been able to add it. I would be glad if someone could give me help me out with this.
I have a drawer for activities coming off of a Contact table. When I open the drawer for the first Contact, everything is perfect. It shows all the activities for that contact. Then I open the drawer for a second contact and everything is fine as well for that contact. However, when I click back to the first contact and open the drawer it is now displaying the data for the second contact I clicked on. How do I get the drawer to re-query the model EVERY TIME I open the drawer and not just the first time?
HELP… I installed Brooklyn 9.3.1 in production yesterday. i thought we had done our testing in our sandbox but now see today that the sandbox is on 9.3.0. Oops. OK - here’s the problem, and it is in my production community, so our customers are the ones reporting it to us. 🙂 We have master-children pages. In production (9.3.1) the footer of the master page is covering up part of the child region. Screen shots: Sandbox on 9.3.0 - this is working property. The footer from the master page is the gray at the bottom. Production on 9.3.1 - footer is covering a portion of the child page. I solved this on another community page by adding a wrapper with a min height. We have lots of community pages, so I want to see what your thoughts are before modifying the pages (and I’m not sure that’s a good fix for long scrolling pages) Thanks!!
Getting a strange “UserContext” error when setting an aggregate model to load model data on page load. If I set it to not load model data on page load and instead query the model via action, the model works as expected. Attached is a screenshot of the console error.
I don’t have time to add details but I’m posting it here in case anyone runs into this issue in the future.I noticed that my event subscriptions to condition events stopped firing.What happened was I added a filterset to a basic Salesforce model and later on converted the model to an aggregate model. This removed the auto generated conditions and stopped event subscriptions to that condition from firing (only when attempting to ‘deactivate’ the condition, the ‘activation’ events were detected).I fixed this by removing the filters I added before, and then adding them back again.
All of our page load snippets don’t appear to work in Brooklyn. I’ve got a simple example where I expect to see a console log message, and I get nothing. Example snippet: (function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ console.log(“Page load snippet is running”); }); })(skuid); Page XML: {{Name}} {{Model.label}} (function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ console.log(“Page load snippet is running”); }); })(skuid);
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
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.