Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
For some reason one of my date fields is automatically popping up the datepicker when it shouldn’t be - the field is contained in a popup and when a user opens that popup the datepicker is automatically opened, which is a bit distracting for the user when they don’t need to edit the date field. I’m also getting a console error at the same time: It happens when the field editor containing the date field is set to Edit or Read with inline edit, but not when set to Read only. There is also no custom field renderer running on it. Any ideas why this might be happening?
I have built a file manager that organizes and executes various actions on the ContentDocument object and related objects including delete, edit, contribute to library, deliver,and preview. The main table is based on ContentDocument object. Content Document has a child relationship with ContentDistribution which stores the Content Delivery information. Now I have a column displaying the names of the content deliveries via the child ContentDistribution object in comma separated form. This is fine, but ultimately I want to just display the number of records because I have a row action that brings up a pop up displaying all of the current deliveries for that ContentDocument and the ability to add new deliveries in the popup, so displaying the names in the main table is redundant. How can I display the number of child ContentDistribution records in a table of the parent object ContentDocument? Thanks
Currently when I add a Boolean field to a field editor the label is presented on the left side and the check box on the right. I would like to flip them so the check box would appear on the left of the field, and next to each other. What is the easiest way to achieve this?
Community/Skuid,How can I get a Models Condition Value via a Merge Syntax? I tried the below and some other attempts to no success.{{$Model.membermaster.Condition.value.__autofilter_Current_Campaign__c}}
Hi, would there be a way to filter a table based on a text fields (preferably unique) on it’s rows Example Table below, i want to use account name as filter, to be able to see 1 or more “group” (example only Accounts with name1) The Account names, will be different from 1 record to another thx
I love the new Search Box. It was an instant value add for my instance. I have two questions about it:First, can I tokenize the search results?Second, can I do a ‘if no results, create new’ option?Thanks brains.
Why is the skuid page not showing
I have a field in my page and I am overriding the handleChange method for the field with some fairly complex behavior. Part of this behavior depends on the data in another model. So I need to be able to call the snippet that sets up my field when certain events are thrown. The issue is right now, I am getting duplicate instances of the field (and the entire editor it belongs to for that matter - see attached screen grab). I belive this is because I am calling render multiple times. So what I need is logic to be able to tell if the field has been previously rendered or not, and only render the first time if that makes sense, and simply override the handleChange function otherwise. Any help on this would be appreciated.
The template popup box keeps reappearing if I go to another tab. Here are the steps:Click a template field in the field editor to show the detail in the popup Close the popup Go to a different tab (using Chrome) Click back to the skuid page, and the template popup reappears. I can continue to close the popup, go to another tab, and go back to the skuid page with the same issue occurring each time until I refresh the page and do not click in the template field.Is this expected behavior?
Removal of ALL numbers (via backspace or otherwise) from a Number or Currency field on a table does not register in the model. This only happens when all numbers are removed, not when some of them are.So, if I have a field ‘Amount’ and it contains 63 and I backspace it completely and leave it empty, the sum of the column will still contain 63 (presuming its the only row in the table) and the data in the model in Javascript will reflect that Amount contains 63.However, if I only backspace the ‘3’, the sum and data will correctly be 3.
Hi,This is something that came up and could not find the Recommended way to do this.I have a model Named Bank Statements.For certain tabs,popup,tables… I want 1+ specific condition to be applied (example for popup show me only most recent month’s statement)Should I:A) Clone the model bank statement for each set of conditions (worried it may slow down the loading of page with so many models…)B) Create Default Off Filterable conditions, and enable it before popup. Or for a tab to use the Actions when first shown and Whenever shown to Enable condition?C) A better way, I had no thought off?For me I think Solution B made the most sense. So i Tried it for a button with 2 actions.1st action: Activate the model Condition2nd action: Show popupI expected the results in popup to be filtered by the condition, but it did not happen.Anyone knows what i’m missing by any chance?As well, if B is the solution, Do i need to create a 3rd action to disable condition?Thank you,
I have a custom object with several fields that are dependent on one another, and it’s a many to one relationship: Domain, Subject, Focus Area, and Topic. Domains have multiple Subjects which have multiple Focus Areas. I want it so that when an end user chooses a Focus Area, it automatically populates the Domain and Subject. I know how to populate a “Single Specified Value”, but I’m not sure how to auto-populate the Domain and Subject based on the Focus Area that is chosen.Any Ideas? Thank you!
Hello, Anyone would know of a way to hide segments (category) in a donut chart when there are equal to 0 ? In the example below, i would like to be able to only see the 2 categories >0 (red and orange one) the other 4 should not even show at all Thx
I stopped in an apple store to try out the new Ipad pro. Everthynig worked well except for one of the main features, the stylus. The stylus worked on all other pages.Why does the stylus not work?
Has anyone found a way to use the InsideVIew and ZoomInfo services on Skuid account and Contact pages in Salesforce?We currently use InsideView and ZoomInfo data services that are displayed on Company and Contact pages. Is there a way to have that work in Skuid? Until I figure out how to access those services, I can’t migrate to use of Skuid detail pages for those objects . . .InsideView and ZoomInfo search for companies or people in their respective databases based on information contained in the Salesforce record and returns results when they find a match. InsideView and ZoomInfo provides links/buttons we can click on to sync information from that found record with Salesforce . . . I searched online and could not find mention of either InsideView or ZoomInfo.I’m hoping some Skuid fans out there have figured out how to get ZoomInfo and InsideView to work in Salesforce.Thank you!Krista
We want to conditionally display a field when another (date) field is less than today (and other date literals). When using the conditional rendering feature to do this the condition always returns true no matter what date literal we use. If you use simple not null or specific date string is works fine. This was not working on 6.8.19 so we tried 7.19 and it still doesn’t work. Is there something we’re doing wrong? Have attached a simple page to replicate the issue: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="contact" limit="1" query="true" createrowifnonefound="false" adapter="" type="" doclone="" sobject="Contact"> <fields> <field id="AssistantName"/> <field id="Birthdate"/> <field id="Name"/> <field id="AssistantPhone"/> </fields> <conditions/> <actions/> </model> </models> <components> <basicfieldeditor showheader=
We use campaigns to work in lists of Contacts related to our engagements. Most of the time, the lists are in the 50 - 200 range. But for large, on-going engagements, campaign members can grow in size. I have an awesome Campaign Detail skuid page that I’d like to use. It appears to work well on most of our Campaigns. However, when I try to load a large campaign of 1017, the page just fails to load. It remains blank. Further complicating matters is that when the page fails to load, users have no way of reverting to the native version of the Campaign to access the information. (The button they would normally click to Revert to Salesforce UI is not available to click because it sits on the campaign page that refuses to load.)1. What tuning would you suggest to resolve the issue to facilitate larger campaigns? (I suspect tweaking the caching and client side settings offer a path to resolution, but I don’t know where to begin.)2. What suggestions might you have for setting up a way to get
Hello, we are trying to insert the following component to skuid: but it doesn’t appear in the lightning lookup in skuid (it appears correclty in the salesforce “app builder”) How can I do? Thanks, Gabriele
I’m having trouble getting reference fields to save on a force.com site page - is a site ‘Guest User’ able to save data contained in reference fields if the object being looked up is not explicitly available to the Guest User profile? ie… I have a custom object ‘Feedback’ which we have created a force.com site for. The feedback object has a lookup field to the Account object The Account Id and Account Name are passed in the url when the site page is loaded (e.g. “examplesiteurl.secure.force.com/feedback?acct=0012400000L****AA3&acctname=TestAccount” The conditions I have on the feedback model are as pictured: I’ve tried quite a few different combinations of conditions here, but can’t seem to get it to work for the site’s Guest User profile. Do I need to expose the Account object to the site’s Guest User profile? (Which I would prefer not to do) or is there some particular condition I have missed? Thanks, Greg
We’re using the super-basic salesforce/force.com users for our field users. So I’m making all the objects/tables they will use custom to keep the object count below the limit of 10 custom objects.I have a ‘settings’ table which contains all the ‘static’ settings.Specifically, there’s:- School Type : One record/object per school (duh)- Class Type : Multiple Classes per SchoolMaking a skuid page to edit the Classes. I have a “School” field which is a reference/lookup field back into the Settings object, for records of type= “School”I’m having trouble figuring out how (assuming I can) have Skuid show the school name when you do the lookup for a School field in the class object.I can see the specific School “Name” field with the auto-number ID, but can’t get the other Display Name field to show.Presumably I need another model, which I made “Settings-Schools” which filters out only the type “School” settings. But I’m unclear how to link that up to the lookup for the field.Is this even pos
Is it possible to access child relationship through merge syntax? I have tried a few variations with no success. I am trying to write the value from the child relationship to a new object.The last attempt looks like this:{{$Model.NYItemMaster.data.0.SCMC_InventoryItems__r.SCMC__Condition_Code__r}}
Is there a way to query a model condition to see if it is or is not currently active? In something i am working on, I’d use the status of the condition to go down one of two paths in the logic.
Hello, I have a table that contains shipping information which is uploaded from our SAP system. The table contains tracking numbers from Fedex, UPS, etc. but the numbers are shown as text. I am wondering if there is a way to convert them to be hyperlinks so they can be clicked on and directly sent to the shippers site. This is typical functionality in a confirmation email that has tracking information embedded. See snippet of the table below:
When trying to save changes, the page freezes for about a minute, eventually returning a console error of “Cannot set property ‘totalsuccess’ of null”. I’ve attached screenshots of the error, stack trace and the point of the script where the error is being thrown. Any ideas? The action the script is trying to perform is updating a single boolean field to true on one of our models. If I could get a quick answer on this, it’d be much appreciated. Thanks!
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.