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 a custom component which is creating a dynamic model. I need the model to have the createRowIfNoneFound porperty = true. Problem is that when it comes time for model.initialize().register().load(), the code breaks on .load() because there are ‘changes’ in the model. However, here is what the model changes object looks like in the console: There’s nothing to see. What’s up with that? I’d prefer to not have to manually recreate the ‘createRowIfNoneFound’ behavior.
Skuid Community,One of our customers has been experiencing a problem intermittently. They will navigate and edit several pages as is normal. Every once in a while they will look up and find that they have returned to the page that they were just working on. Unfortunately, this has caused issues where they edit a record and did not intend to because they don’t realize they have been redirected back to their prior record.We (admins) have not been able to reproduce this issue. Anecdotally what seems to trigger the problem is using the search component on a master page, finding a record, editing the record and saving, then searching for another record, editing, and saving. Sometimes the 2nd, 3rd, or nth ‘searched’ record causes the ‘redirect’.We have reviewed the pages in question and we have not found any actions, code or model actions that would lead to a ‘redirect’.I am interested in any ideas or avenues that I might explore to track this down.Thanks,Bill
Recently, I’ve noticed some of my read only tables with no mass actions still show the select all/row select check boxes. Checking them doesn’t do anything. I have not found a pattern as to why it shows up on some tables but not others. Here’s my XML for the table. The check boxes show up with and without the CSS class, so I know its not that. <pre><skootable showconditions="true" showsavecancel="false" showerrorsinline="true" searchmethod="server" searchbox="false" showexportbuttons="false" pagesize="all" createrecords="false" model="Refunds" buttonposition="" mode="readonly" uniqueid="sk-24P_5z-4235" emptysearchbehavior="query" cssclass="hideFooterMaster"> <fields> <field id="CheetahBMS__Amount__c" decimalplaces="" valuehalign="" type=""> <label>Refunds</label> <summaries> <summary>sum</summary> </summaries> </field> <field id="CreatedDate"/> <field id="CreatedBy.Name" valuehalign="" type=""> <label>
I’m uisng a wizard which selects an object in one step and display its field values in next step.I’m using rendering condition in the 2nd step to show certain field values according to object selected in previous step. The issue I’m facing is that it is displaying the same field values in one field editor with rendering and not displaying the same field values in other field editor without rendering condition (both editors are on same model). I’m attaching the pics. What is possibly going wrong? Need some urgent help.
Anyone have an explanation for this? Here’s a video with the full story:
HI,Looking at highchart website i can see different type of charts no available in page builder and was wondering how hard/simple would it be to add & use those?Example gauge: http://www.highcharts.com/demo/gauge-solidOr maybe even those nice looking 3d charts: http://www.highcharts.com/demo/3d-column-stacking-groupingIf anyone has done anything similar please let me know detailsThx
When you enter a help text in “vanilla” Salesforce you can put in carriage return/line breaks and it will display them correctly. In Skuid it ignores them and displays the text with no breaks. Is there any easy work around?
Hi, We would like a specific sales profile only to access a specific skuid opportunity page when they click on SF.com standard "New" button. All other sales profiles should not have access to the new skuid opportunity creation page but stay on the standard SF.com creation page. I went through the documentation and created a VF page : "CyrilOpportunityCreate" <apex:page standardController="Opportunity" extensions="skuid.Redirects" action="{!redirect}&page=CyrilOppty__*NewOppCreation*4"> I went through Opportunity Buttons, links and Actions / "New" / Overwride with VF Page "CyrilOpportunityCreate". I created two new Skuid pages assignments based on profiles to assign in one case the new opportunity create skuid page to a specific profile and opportunity standard Layouts for other profile. Unfortunately it does not work. All sales do access the new skuid page when they click on SF.com std "New" Opportunity button when only one specific profile should do it. Ho
This is a continuation from https://community.skuid.com/t/columnset-not-rendering-according-to-display-properties?rfm… which has now been closed so I can no longer update it there. Skuid 8.15.1 contained SKUID-1948, however there appears to still be an issue with ColumnSets rendering properly. Column labels are still wrapping when set to “Fit to Content”, two identical columns are rendered differently and the 1st column takes up more space then necessary. Note - Repro below uses Stock Lightning Design Theme Steps to reproduce: Create page from XML below Preview page picking an account Expected Behavior Column #1 - Should only require 500px (its minimum) Column #2 - If there is enough horizontal width on display (my test case is 1600x1200) the column should appear next to Column #1 and neither the label nor the value should wrap. If there is not enough width, the column should go to the next line and label/value should not wrap Column #3 - Same as Column #2 Actual Behavior Column #1
I was wondering if there was a way to have multiple views for a single table component, these different fields would just shows different fields from the model. I am thinking something similar to the list views currently in Salesforce.To help illustrate what I am thinking:Model for Object A has fields [Name], [Field1], [Field2], [Field3], [Field4], [Field5], [Field6]List View 1[Name1], [Field1], [Field2], [Field3][Name2], [Field1], [Field2], [Field3][Name3], [Field1], [Field2], [Field3][Name4], [Field1], [Field2], [Field3]List View 2[Name1], [Field4], [Field5], [Field6][Name2], [Field4], [Field5], [Field6][Name3], [Field4], [Field5], [Field6][Name4], [Field4], [Field5], [Field6]I thought this would be possible by just adding a second Standard List View, but it does not seem to be working from me, and I am not seeing much in the tutorials that does not require JavaScript.Any help is greatly appreciated. Thanks!
Our sandbox orgs have been refreshed recently and they seem to have unlimited licenses, which is great, but it is not allowing us to test functionality when not using a Skuid page. Our visualforce page that determines if they have a license is always displaying the skuid page. When reviewing the different sandboxes, there are two versions with this issue so this does not appear to be version related (8.8 and 8.11). Both of these orgs were recently refreshed and behave differently than two different sandboxes that behaves like prod and were not recently refreshed (where we have limited licenses). Affected Orgs – The status of the package is Free and there is no limit to the amount of licenses that can be assigned. It is behaving like all users have the licenses in these instances. Prod and non recently refreshed sandboxes – The status of the package is Active and there is a limit to the amount of licenses that can be assigned. It is behaving as expected.A workaround for this issue i
I have a page that shows Case object records, and have 3 models each with different conditions. There are 3 tables, one displaying records for each model.I want the ability to create a UI only style user text field (where I can start typing a user’s name) at the top of the page, so I can select a user, and then automatically filter all the 3 models (and subsequently tables), where the OwnerId is the selected user.Understand a filter per table can be added easily, though I also want to expand this in the future, e.g. have the user select function at the top of the page, then multiple tabs underneath, all filtered based on the selected user.
I’m creating a batch entry process for entering Opportunities. I’d like to start by allowing the user to find/create a Contact. I’d then like to auto-populate the Opportunity’s Primary Contact, Contact Role, and Account based on information from the Contact selected. I also want to use the Contact Name, Amount, and Close Date entered to generate the Opportunity name (e.g. John Doe Opportunity $450 7/5/2016. Would anyone be able to give me some suggestions or sample code get started with this?
Hello All! Is it Possible to view multiple users calendars at the same time? Similar to the native functionality in SF? Any help would be highly appreciated! Thank you!
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.
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.