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 all,I’ve built custom save and cancel buttons on a Skuid page I’ve built which includes multiple page includes. Right now they both enabled at all times. Ideally I would like to enable the buttons only when at least one of the models detected on the page has unsaved changes as it seems more user-friendly. Has anyone done something similar? I checked the events documentation, but nothing quite seemed to fit. I’m sure I could hack something together, like using a setInterval function to poll for changes, but I’m wondering if anybody has any better solutions?Thanks in advance!
Is it possible to save an attachment from Skuid+Salesforce to our on premise server? We have a team that processes thousands of documents a year. We need them to be able to save and view documents related to records in salesforce, but stored on a database in our data center.
I currently use the following in salesforce to check if the user put in a valid email format:IF( Text(Temp_Type__c) = “New Member”, IF(REGEX ( UPPER ( Temp_Lead_Email__c ) ,“[1]+@[A-Z0-9.-]+.[A-Z]{2,4}$”) = TRUE, FALSE, TRUE),FALSE)I would like to do this within skuid before being sent to sales force. Is there some code that could be put in a UI-field or some script that can check for proper formating? A-Z0-9.%±/!#$%&'*=?^'{|}~ ↩︎
We have a customer community and are on a force.com standard community domain (https://companyname.force.com). To improve experience of end users we want to move to https://customers.mycompany.com.Salesforce article http://docs.releasenotes.salesforce.com/en-us/summer14/release-notes/communities_custom_domain_URL.h… explains how we can enable and configure this feature.Will Skuid work as it currently does, are there any limitations of configuration changes required?
I just upgraded my production salesforce to Rockaway 8.15.1 from Banzai (not sure which version) and now all of my skuid pages on Force.com sites no longer load. I’ve checked all of the setting suggested on http://help.skuid.com/m/11720/l/114236-build-force-com-sites-with-skuid and see no problems. The errors I get are a bunch of 404 when trying to load pages like: https://citizensclimatelobby.secure.force.com/Endorsement/resource/1468011223000/skuid__JQueryJShttps://citizensclimatelobby.secure.force.com/Endorsement/resource/1468011051000/skuid__SkuidJS and then I get TypeError: skuid.$ is undefined See image from Console below. When I load the page from within Salesforce it loads fine so this is some issue with Force.com Sites. For instance this file is available from within Salesforce: https://skuid.na14.visual.force.com/resource/1468011223000/skuid__JQueryJS Any ideas what could be causing this error? All my Force.com users are locked out so any help is very appreciated. Tony PS I
Hello, We would like to be able to embed editable model fields within a radio button field. For example, the radio button would have the following options: - Pay $___ per month - Make payments for the next ___ months - Make payments every month until ___ where ___ represents a field from the model that the user is able to fill input into / edit within the radio button input. (Let me know if this doesn’t make sense and I can try to make a sketch.) Does anyone know how I can do this on a Skuid page? Thanks! Aparna
Has anyone ever put a target line on a chart? So if we have “average time to close opportunities” graphed out by month, we’d like a target line on there - say 14 days. I’d be willing to hardcode the target value, but I just want it to show up all the way across the chart range.
I have a button that has a hotkey associated with it. The button also has Enabled Conditions so that it is not always enabled. I find that even when the button is not enabled the user can still use the hot key to activate the button. Below is the XML for a page that demonstrates this. Button is disabled when the field is blank, but if you type Ctrl-S the button is activated and a popup appears. Anyone else having this problem? Is there a workaround? Thanks! <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="User" limit="20" query="true" createrowifnonefound="false" adapter="" type="" sobject="User"> <fields> <field id="Search" uionly="true" displaytype="TEXT" label="Search"/> </fields> <conditions> <condition type="userinfo" value="" field="Id" operator="=" enclosevalueinquotes="true" userinfotype="userid"/> </conditions> <actions/> </model
Hi - we have some reps who are seeing their tabs at a fixed width so the full names are overwritten. From one of our reps:Google Chrome Version 51.0.2704.106 m (64-bit)OS Name Microsoft Windows 10 ProVersion 10.0.10586 Build 10586
I have a fairly simple setup with 3 fields in a field editor: The fields are set up so that Market Segment 2 is enabled when Market Segment 1 is not null and Market Segment 3 is enabled when Market Segment 2 is not null: This works fine when logged into the System Admin account that I develop in: Unfortunately, this does not work properly for normal users: When I enter a value on a normal User account, the Market Segment 2 field remains disabled. I used the console to confirm that the value was correctly set in the model while logged in to the normal user and it was. I initially assumed this was a permissions issue of some sort, but if I enter the value, in the normal user account, and then use the console to force the field editor to re-render, the field is enabled correctly. If I then enter a value for Market Segment 2, I have to re-render the field editor again to get Market Segment 3 to enable. UPDATE: I decided to add some inline JavaScript to force the field editor to refresh whe
Is there a snippet to open POP - UP action using JAVASCRIPT. I need to add a condition before the POP UP comes up. If a= 1 then show popup else do not open the pop up box on a button click.
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!
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.