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
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
The problem is that a bunch of fields that are conditionally rendered based on things like record type, aren’t displaying properly within popups. Only when toggling the Record type to -None- and back to it’s original value will display the correct fields. It’s happening on multiple pages and isn’t limited to just popups. I’m hoping this will fix it’s self like my previous stage issue earlier; however, I thought it best to bring it to attention just in case this is an actual issue.
While displaying records in table with pagination, We have found one issue . Issue : After editing and saving a record present other than in 1st set of data, skuid loads back to 1st set of records. When we open the particular set of record then we see the record which was saved earlier is still in edit mode. Eg: In Screen 1 i am trying to update a record named “Budget_2017_Jan” in 3rd set of records of table(Pagination) and save. Skuid defaults loads back to 1st set of data as in screen 2. When we navigate back to 3rd set of records to check for “Budget_2017_Jan” we see its being still in Edit mode as in Screen 3. Screen 1 Screen 2 Screen Version Details: Version Number 8.15.15 Version Name Rockaway - Iteration 13.1 Please let me know how to fix this. Thanks in advance.
Created a date filter on a model with 1 table, however, when I click the apply button, the filtered results are innacuruate. I used the CreatedDate value on the opportunity object. I followed this tutorial to the T: http://help.skuid.com/m/models-conditions-filters/l/138017-create-a-date-range-table-filter#!prettyPhoto Attached are my conditions and filter properties. Not sure what I’m doing wrong. Thanks
In creating a new page, I don’t see the header component listed as a resource.
I opened a page, clicked on a filter I want to delete, clicked on the small red x in the properties area, and now my page is completely frozen. I can’t click on anything else and nothing is happening. Been sitting like this for 15 minutes.
HI community, I have a text field (Asset_id__c) which generates a unique string when a record is created. I have a table which shows the Asset_id__c text field on it. Now this just a custom field and doesn’t act a link to navigate to the detail view of the record. Is there any way to show it as a link and navigate to the detail view of the record when clicking on the link. thank you
I am new to using Skuid and all of the picklists on all pages are suddenly cut in half as shown below. Does anyone know what it could be or how I could fix it?
The main issue is that the ‘Stage’ field for our opportunities isn’t referencing our sales processes which it had in the past. So instead of showing the 5 stages for the team, it now shows all 30 stages. I’m thinking I can use the filter by dependent picklist in to update the condition on the opportunity so only the stages available per record type show. http://help.skuid.com/m/models-conditions-filters/l/204980-use-a-snippet-as-a-filter-item-source-to-…I wanted to see if anyone else had run into this issue or had a more viable workaround.
I created a tool for reviewing performance for our organization. It works well, but for some reason a direct manager is not being shown certain fields. I’m attaching comparison screenshots. Here it is showing all the info the user sees. This is what the manager currently sees. (The columns in blue should be empty and manager-only). For whatever reason some fields on this table aren’t being populated, the only one that is populated is a reference field. I double-checked permissions, and made sure the manager was able to see this data in a normal Salesforce page layout. Any ideas what could be causing this? Thanks! Eulogio
Is it possible to add text into the html attribute in the HTML table when using a table component? This particular attribute and css class contains no text (its the action column table header): I’d like to add the words: Buttons If so, how can this be accomplished? Thanks!
I need to filter the Account records I am displaying in a table based on a field called “Sales Initiative Name” in an account related list. Is this possible?
I am making simple changes to a page in the page builder. Sometimes the Save button does not even activate. Sometimes it does. When it does, I click save, but then when I attempt to preview the page, my changes are not there or not working. For example I just re-arranged my filter buttons. The Save button didn’t even activate. When I preview… nothing changed.Example#2. I added a multi-select filter button. This time the Save button activated. I clicked it. My filter button showed up in the Preview, but it doesn’t work. This is simple multi-select using the existing values on the field in the system.
I have a few action setups that were working a few weeks ago (prior to Brooklyn), but now they don’t seem to be working.I have one (provided screenshot below) that updates a checkbox to TRUE, it does also include a save action, but it doesn’t seem to be updating that field at all.Any ideas? This is really impacting our company.
Have tried several times but Skuid seems to hang whenever I try to clone the Lightning Design theme? Is it me?
I am showing child module of account in popup. I need to update the change in child object to parent object like if child object legal Name field is change and account name should be updated to that value. I am using after close action of popup but i am unable to get the correct value of child object legal name field populate in my account name field.
Trying to create a table which contains data from the Task object, Opportunity, Contact and Account. I want to capture the tasks that have been created against the opportunity, but obtain the email addresses that are located on the contact’s object. The contact object is related to the Account object. I have managed to only use the Task object but missing the connection to the Contacts to obtain more data, especially the email addresses. This diagram illustrates a simple flow of how our data is structured. Any tips on how I can get the emails from the contact object on my table would be great. I’m also trying to avoid placing the data in a drawer. Thanks again!
Column summaries show up for fields even if they are hidden, making the summaries out of alignment with their columns. Skuid release 9.3.0
I have a toggle filter on a table. When changes are made on this table, the filter appears to disable as would be expected. However, you can still click on the text of the filter button and it will try to activate the filter, block the UI, and throw a javascript error. "Uncaught Model 'Products' has unsaved changes. To update this model's data, you must first save or cancel the changes." This is problematic as the UI stays blocked with the “Applying Filter…” message and does not timeout. The error is sent to the console, but unless you have that open, you do not know there was a problem. Skuid version 8.15.15
Hi all, I have a chart that was working fine before but now is causing some issues now. If i mouse over it is showing the data however the visualisation is not present on the chart. Any ideas?
I have a model on which I am using updateRows() in a javascript. This model is displayed in a table on my skuid page. I want all rows in the model to be sorted based on a serial number. But updateRows () adds the new rows at the top of existing rows instead of the bottom. Could someone please suggest a way that could make the new row add at the bottom of existing rows?
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.