Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi There,By default, the Popup is loading with 400px height.How can we set the height we want ?
I am using a mass action to trigger process builder to send an email. Is there a method to do this for more that 10 records using skuid mass action? 16:06:30.345 (6826671460)|EXCEPTION_THROWN|[180]|System.LimitException: Too many Email Invocations: 11
We have partners that are only allowed to install certain products based on criteria set on their account record. The criteria is set programmatically in a text field which results in a comma separated string. We want to only display products via a model condition on the product model where the product type (picklist) on a product record contains one of the values set in the string. Is there a way to do this? I’m able to get it to work if the string only contains one value but if it contains two or more, nothing is returned in the product table…Here’s a bit more color:Installer X can install product types A & BInstaller Y can install product types B & CInstaller Z can only install product type AProduct type is set on the product record in a picklist and each product only has one type (A, B, or C)So when Installer X is the partner on an Opportunity (via related lookup) our rep should only see products A and B in the product table.I’m open to switching the product type on the Ac
I have Estimate and EstimateLine Objects. EstimateLine is a child and Estimate is a parent. “Estimate__c” is a look-up to Estimate object. Whenever I clone the page, it will clone Estimate but show error on EstimateLine “‘’ error on qeury: Select group, name, … from EstimateLine .where (Estimate__c =‘clone_1’)‘’‘’ , invalid Id field ‘clone_1’ . I have a condition in estimateLineModel ” EstimateLine records where Estimate__c is a id field from the first row returned from EstimateModel"My clone button action url : “/apex/EstimateDetail?id={{Id}}&clone=1”I don;t know why its grabbing ‘clone_1’ instead of actual Id ?
Hi. I deleted some fields in Salesforce and after removing them from my model, I’m still getting error messages saying that the model is requesting the fields and cannot find them.I’ve searched the xml for the deleted field names and they’re not there. I’ve also copied and pasted the xml into a new page with the same result. I’ve also cleared the browser cache, etc.Any ideas out there about what might be going on? Thanks!
I am using the calendar control and I have a situation where the comment_preview__c is not changing after save. It keeps saying “New Event”.I am using this value in a snippet to figure out if its a new record or not…Is this something I have to change programatically when saving?Please advice. If I refresh the whole page then it works.Thanks.
Do you have more information other than a sentence describing what these changes include?
Hi, I have filter on opportunities which displays the list of Opportunities closing this month or next month and so on. Now I want to filter the opportunities based on the Quarter. So, i want to track the list of opportunities in Q-1, Q-2, Q-3 and Q-4. My issue is, I am going wrong while creating the conditions for it. So for us, Q-1 is from july to september and the condition that i added is: This condition is displaying opportunities whose close date is exactly on July-1-2016 and sept-30-2016 but not the opportunities with close dates between July and September months. How to create a filter which shows all the opportunities whose close date is between July and September. Thanks. -Avinash
Recently some of our users reported that in Chrome when they enter notes in a rich text editor they still get our custom validation errors stating there is no data in the editor. It's been working fine for them in Chrome.When debugging the issue, we found the version of Rich text editor they saw is different and appears outdated. Users with no issues see the version with less controls. Clearing the browser cache fixed the issue. Do you know why this became an issue recently? Anything we can do to force an update of the rich text editor to the latest version from the product side?Thanks!
Hi All,Could somebody please let me know that is it possible to Add SKUID page as a related list on standard page of salesforce?For example, what if I want to create Lead page in SKUID and displaying it as a related list on Account Page of Salesforce.
I’m overriding the standard tabs and using a combination of a link and javascript to switch between tabs. For example: My Inbox ({{$Model.CasesCountSum.data.length}}) My question is whether I can change the css of the above text (e.g. to bold) when that related tab is selected/active to replicate what currently happens on tabs?
If SKUID page is already present in Production and we have made some changes in DEV Org. How to deploy these changes to in Production without manual update to that page.
SCRIPT5007: Unable to get value of the property 'displaytype': object is null or undefined skuid__SkuidJS, line 26 character 3148 I am getting the above error suddenly. Strange part is that it persists when restoring to an older version -- where they used to work. Issue persists across different browsers on other machines as well.
Page loads seem to be consistently slow on my org, I dug a bit deeper into it using the Dev Console and there are a lot of logs that say “ENTERING_MANAGED_PKG”, these logs take up 4-5 seconds in the timeline, is this expected? Why is it taking so long to load pages? Here’s a screenshot to demonstrate what I mean.
I havea custom object where I have created a skuid page to override it when a user creates a new record. I have assigned licenses to our users and given them the Skuid page viewer permission set. But when the users click on New they get this error: Insufficient Privileges You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary. For more information, see Insufficient Privileges Errors. How do i fix this?
Is there an easy way to display the name of the current or previous month in a pagetitle?Some kind of merge syntax?
So, I have this problem that just started happening on Thursday. We have a few tab pages that contain a URL redirect button to create a new record for that tab’s object. When the user clicks on the button, they get redirected to the create new record page. It has always worked prior to Thursday without a problem. Now, when they click on the new record button, they get redirected to the standard Salesforce login page even though they’re already authenticated. We have a custom domain and SSO enabled with MS Azure that syncs with our on-prem active directory. When they usually see the login page, Salesforce automatically redirects them to our sign-on page for Azure. However, now they see the standard login screen and it’s confusing them because they have to know our custom domain in order to login. I've checked my config on the SSO and it seems to be on the up and up. The initial login process redirects to Azure and recognizes the custom domain as it should. The only thing that I can t
So, I tested this same code a couple days ago and it was working fine. Today I started getting this uncaught typeError. No Idea why this is occurring. I get a reference to the calendar object. Try to set the currentView property and then call the refresh() method to update it. It worked before!!! 🙂 Any thoughts
We have Accounting Seed installed in Salesforce and remarkably they do not have a tool to export financials to excel! So, I am trying to see if I can build some reports in skuid. I am struggling to build a P&L that has Accounts grouped by type and than further grouped by subtypes. For example, “Utilities” needs one total and then the subcategorized by Water, Electricity, etc. Then all that needs to be divided into values by months in any given year.Trying to squeeze a spreadsheet out of a table is a bit like trying to get orange juice from an apple, but…any ideas?
I am able to update a count field in a template using this on the template unique id - skuid.$C(‘sk-1xt3wk-1107’).render();But when I try to update the count in a tab with the tab unique id it doesn’t work. How do I pass the tabid to update the snippet?
Hello all,is there a way to set multiple default values for a multi-select picklist UI field?Cheers,Ben.
Hi All, I am very new to Salesforce and SKUID also. Just started using SKUID 2 days before. I am facing an issue of displaying the values in Table 2 as per the value selected in Table 1 picklist.Please look into this matter.
In UI formula fields on any model, I am unable to check if the reference field is blank or not. The following does not work -IF( {{refrence__c}} != null, ‘Not Null’, ‘Is Null’)tried this link but does not help - https://community.skuid.com/t/how-can-you-check-for-null-and-or-if-the-field-exists-in-a-…
Hello all!I have made a Wizard for submitting a Request to our team through Skuid. This Request has its own object in Salesforce. There are different record types for the requests, and there is one particular record type that has a different page layout in Salesforce, because there are about 20 extra fields required to submit with this record type of request; these extra fields are not required nor even relevant to any of the other record types for the request, however there are fields that are required and relevant for ALL record types.Essentially I need to conditionally render these extra fields (and DEFINITELY make them required) for the one record type, but don’t need them to be visible or required for the other record types. The issue is, since the wizard is creating a record, the record type isn’t saved until all the required fields are filled out, thus I am having trouble figuring out how to conditionally render either a wizard step or conditionally render the fields, because th
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.