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 want to run a snippet when a pager is clicked within a table as the screenshot. I cannot find anyone who has posted a solution for this! Does anyone have a solution? Thanks.
Created a snippet to run from a Page Title Button in a popup. The Page Title has context of Id=Id for table below. I’d expect to see the row in context in the arguments. No? I instead get this.
I’ve seen some posts here asking about Skuid pages inside Lightning and some suggestions/issues; however each time I see Skuid mentioned with Salesforce Communities docs say we have to use the VF+Tabs option. Why?If we can use Skuid with Lightning (with the caveats in other posts) can’t we then use the Communities templates such as Napili and add our Skuid pages as Components where needed? Or does that just not work for whatever reason?
We are seeing some intermittent performance issues, particularly around lookup fields. As an example, on our main Contact override page, we load in several related models, particularly Affiliations and Relationships (we use NPSP on Salesforce). When we want to add a new Relationship to a Contact - we have an autocomplete lookup field in a table where the user is supposed to type the name of the person they want to create a connection for. The issue is that sometimes this works exactly as designed - they start typing and quickly see a list of all matching Contacts. However, sometimes the loading circle will spin on the right hand side of the lookup field for a seemingly infinite amount of time. It seems that it is somehow getting hung up in its search. If you delete a few letters and retype them a few times, sometimes that will make the search results appear. Sometimes you have to delete and retype the whole name except for the last letter. Sometimes you have to reload the whole page. T
Global action to popup to create row on same model and another row on model that is a junction to it. Setting the default value for lookup on the junction row to the first row in first model. Everything should be good to go. Models show everything is appropriately setup. Popup is wonky.
Provided the option to install a prior version of an app. Or Rollback option even.Provided an Activities object vs. separate Task and Event objects.Provided a Salesforce Button for actually converting leads as opposed to going to a SF page. Same goes approvals of records.That’s all I got for now.
Suddenly contact detail pages are no longer loading…opened up dev tools console…
This is weird. I have a abandonRows() followed by model.save() in javascript. It seems to work from the UI. That is the table list is refreshed and from the console, it shows the data is removed. But it is actually not delete from the database. Is that correct?
I have added icon to button “sk-icon-leftarrow”, action added “Open/Close Drawer Action” and selected “sk-icon-comments” as Drawer Opened Icon. If i click on button open drawer action working properly, but if i click to close drawer “icon” not displaying, instead of “sk-icon-leftarrow” it displaying error icon on button.Error only for “Open/Close Drawer Action” which is inside “Branch”.Using Skuid version: 9.3.3Please help me out…
Updated Sandbox to latest release today. #1 When hovering over the filter it becomes too light, and cannot access controls for this in the custom theme. #2 Themes are not loading Getting stuck on this screen indefinitely.
We’ve had a couple instances in which our payment system identifies records in Salesforce that have 3 decimal places instead of 2 ($1.075 instead of $1.08). Skuid rounds to 2 decimals based on the field metadata and displays that in read mode, but does not block the user from entering more digits in edit mode and saves the user’s entry into the database regardless.I know Salesforce allows the API to enter any length number, so it is understandable why Skuid can do this. How might I block users from entering more than the field’s allowable number of decimals in the first place?
Recently a user ran into an issue where they can’t highlight any text within the Skuid page. I have a very similar Skuid page that works just fine, but this particular Skuid page won’t allow anyone to highlight any text in every browser I’ve tried. I even tried to clone the page, but had the same issue. The only thing I can see is this error when I do CTRL-J in Chrome Unrecognized Content-Security-Policy directive ‘reflected-xss’. However, I can’t find anything online that relates this to my problem. Has anybody else run into this? Or have any troubleshooting ideas? Thank you
I have a detail pages that has a table that should pull all the contacts for the account. When loading the page the contact table shows up with blank lines in the table then on refresh it loads with the contact. We have two different orgs and one org is on skuid version 9.3.4 and one is on 8.15.7 both orgs are having the same issue. I also have the Model set to load on page load. Any help would be gratefully appriciated. Printscreen of the refresh issue Once I refresh the page the table loads.
Hey everyone! I am running into an issue when I try and set a default value into a new rows (not in context). I am using merge syntax to use the first value in the model. It does write correctly, but either when I tab into the field it will either delete the value or throw the following error “Invalid Reference Id: Application”. Now if i were to use the search box and look up that exact same value that is getting written via the merge syntax, it will work and allow the record to be saved. I have the actual application ID and Name on the page layout as it is a valid record. Not sure where I am doing something wrong, knowing me it is probably some super tiny detail or spelling mistake. If you have any thoughts let me know! The merge syntax is for setting an Application Name to a Fee record: {{$Model.app.data.0.Name}}
I have save button on a popup that redirects to a URL for a new Case page. I included the Account ID as a parameter in the redirect URL. URL: apex/skuid__ui?page=NewCase__DA&AccountId={{Account_Name__r.Id}} On the new Case page I added a condition to model where the AccountId = (param) AccountId. This is auto-populating the Account field with the actual ID instead of the account name. The field on my page is AccountId and normally Skuid will render with the name and not the ID. Is there something I overlooked in order to have the name displayed?
I have page that is not replacing a tab or a SF object. Just a landing page. Is there a tutorial on how to set the skuid page to be the landing page for a profile?
I have a feeling this might not be possible, but I thought I would ask anyways… I built a tab page with an advanced search that is used to set condition values on the main table. I created a button that will show/hide the advanced search section by the click of a button. Using JQuery I can get this to work great. —JavaScript Snippet on the button is… — var params = arguments[0], $ = skuid.$; $(‘#advancedSearch’).slideToggle(“Slow”); My question is…Is it possible for Skuid to store the value for the running user if they like the search closed or open by default on the page? I couldn’t find an answer to this, but wanted to see if anyone out there could confirm my thinking. Thanks! Jeff
I want to be able to create an object list view filtered by queue name. The queue name is a lookup from the incident object. I’ve tried using the documentation on lookup filters, but appear to be missing something, What steps do I need to take to get this working?
Hi, I’m sure this is possible with a simple solution, but for some reason my brain won’t work properly today 😃 I have an aggregate model, and there’s a grouping on it (field: status) I want to find a way to show what % of grand total each ‘group’ represents So as per example SS below , there’s a total of 73 records and i want each line (or group) to show % of grand total (73) it represents So 1st line (approved) would show 48% … Any simple way to accomplish this? Thank you
I recently updated to the newest version and now all of my multi select picklist fields show “1 selected” , “2 selected”, “none selected” rather than listing each of the selections. How so I change it to show the way it did before?
Hi I have merge syntax to conditionally display a value based on a model field value on tab title. When I update the field and click on a save action, I don’t see the tab title change. It does display correctly on new page loads. Is that correct?
I have done this before but cannot find the page I used a search component. When I try to test the page with “Search” Component, I cant type in the box. I obviously missed something in the tutorial.http://help.skuid.com/m/components/l/379149-create-your-own-global-search-with-the-search-component
I am trying to get my Salesforce data to chart like this using the Skuid Charts (HighCharts): Note that there is a break in the graphed line when the result was left blank “null”. Here is a link to the JSFiddle HighChart page were this was made possible. http://jsfiddle.net/gh/get/jquery/1.7… Currently my data has blanks if no data was recorded, but instead of breaking the line, Skuid Charts shows the dataset with a 0 and no break in the line. In the image below 5/23 and 5/25 should be null values and should have a break. But instead it drops to 0. This erroneously makes it looks like the result was 0 instead of showing that no data was collected by breaking the line. So I created three different columns of data in an attempt to get null results when the field was left blank. I got close but not quite there. 1. In column 2 below I used a UI only field formula set to return numbers. I used an If Statement to show the number of “null”. According to the table results I was successful in
I created a model based on the Account object, and used a subquery pointing to the Events object. I limited events to those set for this quarter, and want to return Accounts not in that subquery. I am getting no results, where a standard Salesforce report pulls up 58 records without issue.I read this may have something to do with 15 character vs 18 character ids, but I have tried using a “safe id” version of my Account Id to match up with and neither it nor the standard Id field return any results.
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.