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 example, let’s say that I have a table with 2,000 records visible and I want to change a field called BatchTest. Instead of Mass editing all 2,000 occurrences of BatchTest at once, can I slow down Skuid and make it perform batches of 50, giving me a total of 40 jobs all the while updating all 2,000 records with one button press? The reason I ask is because we have salesforce code in place to take the value of BatchTest and store it as an attachment file related to the record. Every time BatchTest is updated, our code deletes the old attachment and creates a new attachment containing the new value of BatchTest. So, when I try and perform a mass update on BatchTest for 2,000 records I run in to a Apex CPU Time Limit Exceeded error. Could this be accomplished with a custom button? Any help is greatly appreciated! Thanks!
I have an input that I want to require a minimum of 6 characters. Can I hide the enter button if the field is 5 or less characters in length? How do I determine the number of characters typed?
Greetings, A few months ago (April I believe) we had created a custom mass update due to an issue we were having with a field dependent picklist. In the the pop up we created for this (with a field editor of the same sObject type of the records we want to update, using a template model for the field editor), we have a checkbox field where we override the metadata to make it a picklist instead, with two values. When we update the selected records we check to see if any of the fields are blank, or has a value of “New Value” and update the selected fields with those fields that have been changed on the template record.This worked great until we upgraded to Rockaway. Prior to the upgrade, the checkbox field that I mentioned above had a “-- None --” option for the picklist as desired. But afterwards this option disappeared, which caused some problems (not game stopping) in production.The solution I found for this problem was to edit the XML directly and add ‘defaultValue=“New Value”’ to tha
I have two global filters that change the value on multiple models. Last week the filters worked without issues. Today I keep getting "“Unable to connect to the server (transaction aborted: timeout).” On occasion the error appears when the page loads as well. I am not sure if this is an issue with my code or connection. Here is a shot of the console: Please let me know what other info would be helpful in troubleshooting this issue. Thank you, Tami
I have created console component in the Console App. I have created a custom object called Alerts and the data related to this object is displayed in the component using Skuid Page. Now i want to have two different filters , one will have the Unread Alerts and other will have All Alerts. If user clicks on any of the Unread alerts , it should vanish from that view. Also i want to have pop up like Microsoft Link or communicator when new Alert is created in the system.Can someone please help me or give some approach to resolve this?
Anyone seen errors like this before? I have gotten these from users only recently but cannot recreate it.
What’s best practice for using a completely custom navigation/header? Is it to create a visualforce tab and place it next to the home tab, and then have that be the landing page for the salesforce app? Or is there a better way to override the actual salesforce home page with a custom header?
We have the standard Account page layout which we are opening from Service Cloud Console, the Account page layout has a Skuid visualforce page embedded&#46; Page loads fine and includes a table of related cases, though when we click the Case Number it opens in itself, rather than a new console tab&#46; If we open a case from standard related list, it pops out into new tab and sits under account&#46; Skuid visualforce page code: <apex:page action="{!redirect}&amp;page=InternalAccountDetail" extensions="skuid&#46;Redirects" standardController="Account"> </apex:page>
Hi All,I’ve got a Calendar (the option “Remember user’s last Date” is disabled) linked to a model. Based on user interactions the calendar can be shown or hidden (as often as the user wants). If you switch the date (either with the arrows or selecting another date with the datepicker) everything gets displayed just fine.However if the Calendar is hidden and then shown again, the calendar doesn’t remove the old date conditions and adds new conditions to the model. Based on that (the conditions are linked with AND) the model returns 0 rows and doesn’t display anything in the calendar.If I check the option “Remember user’s last Date”, the calendar works a few times and then removes all conditions and doesn’t add new ones for the selected date.My question:Is there a way to remove the old conditions or add new ones using JS? Or is there an other way to remove the conditions?Any help is much appreciated
When editing a SKUID page and the Salesforce developer console is open at the same time, SKUID is issuing remote calls and triggering the developer console to ask Salesforce for logs. If you look under logs in the developer console you can see them being created. If at some point the open SKUID editing page becomes idle, the logs stop.These requests take place several times a second, and begin to erode performance and consume more system memory until the entire Org including SKUID and the developer console freezes. Is there any way to stop SKUID from doing this?
I have several calendar components that are filtering models to the date range shown. A user switches from the calendar to the table, and now the table is filtered to only the month shown on the calendar. And I have no way of clearing that filter (at least declaritively).How can I clear the calendar filters when switching back to the table view.
I would like to change the wording for the table date range filter when the filter is off. I understand I can create a label that will display above the filter however that will not fulfill my need. I need the “off” label to read “Date Range”. Use Case: On the model there is a default on condition that defaults a date field to “This Month”. When the date range filter is “off” it states “All Time” this is misleading to the user. It is not showing all time but just data for this month. Possible Solution: In the console I see the div that sets this label. But I don’t how to access that to change the wording from “All Time” to “Date Range”. Can anyone point me in the right direction? Thank you! Code So Far (prints in console but doesn’t change the label): var element = arguments[0], $ = skuid.$, x = document.getElementsByClassName("nx-actionselect-text"); x.innerHTML = "Date Range"; console.log(x.innerHTML);
Is there a way to render a text field from another object as editable?I’ve tried the following and it does not work. var field=arguments[0], value=arguments[1]; skuid.ui.fieldRenderers.TEXT[field.mode](field, value);<br>
Two page includes on a wizard step. Both are set to lazy-load. Only the first one is loaded, no matter what order they are in.
Hi All, I have a requirement to display detail page of newly created record in source page. My design build like, when status field value changes to ‘Order’ from any previous status in page AAA(Assume this as a source page) then a new record will create in page BBB. Now the required change is to display the detail page of newly created record (record which is created in BBB list page) in source detail page(AAA ). Tried PageInclude functionality but got different unexpected o/p. Please help me on this… Thanks PageInclude config: Output:
I’m trying to pull in the ‘Territory’ field from the Account object, but I can’t find it.
Hi,I want to render Edit button of Campaign detail page for all related campaign members.I am using tab view to show campaign detail & all related campaign members in separate tabs.I created new Model for all related campaign members, which is pulling correct data on tab screen. but when i use same model filed to be compared with logged in user, then its not working in rendering of a button.Can you please help me on the same?Thanks,Aanal
I have one Agg model 1 that feeds results to a second Agg model 2. The table search box connected to Agg model 2 is disabled. I am not sure why as I have done this in the past without issue. In the console I see that the search is disabled. I can enable the search in the console and it will work. Not sure how it is disabled but is there a way to re-enable it?
Occasionally when I open the browser’s javascript console and try to run something from the skuid api I get an error message indicating the skuid is not defined. If I refresh the page, skuid is definied in the console again.Any ideas why that would be happening? I’ve just noticed in the last couple weeks or so.
Is it possible to export a child relationship? We can show it in a template field on the table, but I do not see a way to add it to the export columns.
Currently, if I update StartDateTime on event. The EndDateTime will automatically get updated to a different time even if I don’t want to change it. For example, If set time is 8am to 5pm and I change StartDateTime to 9am EndDateTime will then automatically change to 6pm. I assume the event range is just trying to hold it’s duration but is there anyway to fix this? Is this a skuid bug?
I am using a table filter and model actions to update many models at once. The conditions that are being affected have a blank value and are off by default and all have the same name. I understand the snippet is updating the value and (as far as I can see) not declaring enabling/disabling the condition. The curious thing is when you change the option in the filter to a value all the models update correctly but when you set the filter back to “None” only one a set of models have the condition turned off, the other models have the condition on and the value is set to “blank”.Models Update properly: skuid.$M('ClassConsult'),<br> skuid.$M('EDUMarketing'),<br> skuid.$M('OnlineTraining'),<br> skuid.$M('FreeTraining'),<br> skuid.$M('TrainingInstitutionalClients'),<br> skuid.$M('TrainingRentalHouse'),<br> skuid.$M('TrainingVendorProvider'),<br> skuid.$M('TrainingAspiringCreative'),<br> skuid.$M('TrainingEstablishedProfessional') skuid.$M('Affilia
I have a ui only field that has a formula that returns true false. One of my checks is looking to see if the field is not null. When I inspect the model on the page the null check is not working because actually Salesforce did not return a field to check with to begin with. So how can I check if the field even exists? IF({{RPS_External_Transfer_Amount__c}} >= 20000000,true,IF({{RPS_Expected_Number_of_Participants__c}}>=1000,true,IF({{RPS_Expected_Number_of_Participants__c}} < 10 && {{RPS_External_Transfer_Amount__c}} >= 40000 && ({{RPS_Deposit_Based_Commission_First_Year__c != null }} && {{RPS_Deposit_Based_Commission_Renewal_Yrs__c != null }} && {{RPS_Deposit_Based_Commission_Transfer__c != null }}),true,IF({{RPS_MVE_Amount__c}}>=100000 || ({{RPS_MVE_Amount__c }} > {{RPS_External_Transfer_Amount__c}} * 0.05) ,true,false))))
I just created a calendar and every this is working great but all the events that are “All day events” and “Recurring Event” show on the calendar on the previous day. See my image below: Paid Day off is suppose to be on the 4th of July not the 3rd of July. Can anyone please help with this? Thanks, -Adam N
Hi GuysI’m having a problem with auto-assigning Skuid Licenses to Customer Portal Users that self register. It works fine in Sandbox (Full) but not in the Production Org.We also use a 2nd Community that uses Partner Community Licenses, who get created through the standard Contact/Account Layout with the “Enable as Partner User” button. For them it works just fine in both Orgs.As soon as I manually assign the Licenses to the Customer Portal user he can see everything, so the issue is really just the auto-assignment (set up the same in Prod and Sandbox where it works fine).Any help is appreciatedBest RegardsChris
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.