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
We have a form on which our grantees report to us detailed information on their staff members. A typical user may have 100 staff member records in five office locations and need to update information on, or create new records for, 20 of those staff members. We’ve received multiple complaints that, after 15 minutes or so of use (editing and adding records), the form runs so slowly as to be nearly unusable; the form can take seconds to respond to a key press or a mouse click. Closing the browser and reopening seems to fix the problem. It’s possible that simply loading a different form and then reloading the problematic form also fixes the problem; we haven’t confirmed that.The form is accessed via IFRAME in a Visualforce page. On initial load, the Skuid form displays a list of office locations. When the user selects an office, a list of the staff members at that office is displayed at the bottom of the form. Selecting a staff member shows a popup containing a Skuid staff editor form on w
I am trying to build a custom component that will use values from aggregate models. However, when I create an entry of type Field in my properties List in the Builder file, the Field Picker in the Page Builder shows me the Fields from the underlying object and not the aggregated fields I want… I was thinking that perhaps using template could do the trick, as the Field picker show the appropriate fields, not convince it will be a stable solution yet. Is there something else I can do to resolve this issue?? Thank you.
We are using skuid.moment.tz(skuid.time.getUserTimeZone()).format(); to get user date per timezone. But receiving below erorr: Uncaught TypeError: Cannot read property ‘tz’ of undefinedOn analysis further we found that skuid.moment is not getting loaded in some of users machine. We did not find anything related to browser. The machine were we are facing issues are MAC machines. Any help is greatly appreciated.
Anyone appeared for Advanced Certification can give bit more information about the exam. I can’t find useful information in skuid website.I have just one question… is it focused on Advanced configuration ? (or) Purely related to API’s (involving Javascript) ?(or)both 🙂
Is there anyway to bring custom icons in to a tab set? The out of the box icons completely clash with the UI design we are aiming for. Ultimately we would like for the Icon to be the tab selector. Exactly like Salesforce Lightning.
Hi!I’m trying to figure out how to obtain an access token and then specify it in the header of my next request. I have specified “Authentication URL” but can’t seem to reference the access_token in my second request. i found something that say i should format my “headers to send with every request” to the following, but it’s now working. Authorization: : ""basic “” + {$Auth.Response.Body.access_token}Any help would be greatly appreciated.
Hi, I have a page created for a specific user that no longer works. It was all working fine last week and have no made changes on it recently. Nor have i updated skuid (on 8.15.14) during that time I think it may have to do with new salesforce release? as it coincidently started at the same time Now user can no longer view the content on that page, and here’s errors. As admin i can view and use this page no problem, but user cannot I’ll appreciate any help I can get thks
I have a need to add SMS text messaging services managed from within Salesforce. There are a few SMS apps in the app exchange. Has anyone worked with these? Any feedback?
When mass selecting items (not including clicking the ‘select all’ checkbox), other checkboxes on the rows selected appear to take on a checked value. This can be confusing for the user. The actual values in this screenshot for ‘EmailOptOut’ are all false and were never set to true on the skuid page. But when selecting their corresponding row, the page displays a checked value. I’m running on release 9.3.4, Brooklyn Iteration 4. Is this bug still present in 9.5.0? Bug reproduced on this page: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="Contacts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Contact"> <fields> <field id="HasOptedOutOfEmail"></field> <field id="Name"></field> </fields> <conditions></conditions>
I have a table, label name=“Activity” which displays list of activities. Now i want to collapse the table but i’m not getting any option to collapse table. I seen collapsable option only in field editor .So, please help me.
I have a particular page that is rendering as white while in Lightning, the odd thing is that this page is rendering perfectly fine in Classic. I’m using Visualforce overrides to achieve the page overrides.Page XML: http://pastebin.com/SqUQ4LzZVisualforce Page:http://pastebin.com/H2bF1G4pConsole Log:http://imgur.com/a/qqjj1Note that all of my other pages work completely fine so it is a page-specific issue.Thanks!
Is there anyway to modify the code for my Charts so that the YAxis says something like this: yAxis: { gridLineWidth: 0, minorGridLineWidth: 0 },
i need to remember the “page” being dispalyed in a table so that after a row action “save” i can return to that page of records, rather than the default action, which is to return to the first page what is the syntax for accessing the table in javascript… i’m assuming the “page” being displayed is one of its properties
I have a table that displays a list of records, and details of a selected record below, including the record’s Chatter Feed. When I click an icon the record in the list, a row action sets a condition on a secondary model and refreshes it to show the details of the chosen record in the section below the table. This works fine, except the Chatter Feed doesn’t refresh when I choose another record - it continues to show the first record’s Feed. Also, I notice that I must load a record when the page loads, otherwise the entire component is permanently blank. I don’t see sufficient documentation on this component to understand this functionality. Why does this component work differently from others? Why doesn’t it refresh when its model refreshes? How do I get it to refresh declaratively on demand? Why does it fail to render properly unless a record exists when the page loads?
I’m overriding the standard account page and have Skuid page assignments set up so that some Profiles see the standard page layout, some see one Skuid page, and yet another profile sees a second Skuid page. My Visualforce page looks like this, and works just fine except for the “Title” parameter - it doesn’t show on the browser tab. <apex:page standardController=“Account” extensions="skuid.Redirects" action="{!redirect}?objectType=Account&amp;actionType=View"> showHeader="true" sidebar="false" readonly="true" docType="html-5.0" action="{!IF(canUseSkuid,'',redirect)}" title="{!Account.Name}"> </apex:page> Previously, I was overriding the standard page layout with one and only one Skuid page and was able to use the following Visualforce page. In this version, the "Title" displayed perfectly: <apex:page standardController="Account" extensions="skuid.Redirects" showHeader="true" sidebar="false" readonly="true" docType="html-5.0" action="{!IF(canUseSkuid,'',redirec
I wanted to highlight a row if Organisation Compliance Indicator checkbox is not ticked which is read only . However it is not highlighting the row and also displaying checkbox as empty value when I used script below. I included screen shots as well.Could you please advise.Javascript:var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]); skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value); if (field.mode == 'readonly' && value === false) { field.item.element.addClass("Leadtab_highlighted-row"); }csstable.nx-skootable-data tbody tr.LeadTab_highlighted-row td { background-color: #F05423;}
I have two questions relating to Charts:1. Is there anyway to remove the horizontal lines off of the chart? (The PhDs we are building for cannot submit graphs with the horizontal lines in published papers so they would prefer to remove them). (the lines that run across 25, 50 , 75 100 etc.2. The PhDs also want the data to not show up at all when it is a blank. I.e. If a record was recorded with a blank value because no value was recorded they want the line to stop and then pick up when there is a value again. This is how Excel charts work. Any possibility that a line chart is just blank if it is blank instead of graphing to 0?Thank you!
Hi we have Contact object and Contact_method__c as child to Contact. for each contact we display the Contact method as related list using table. We have used Contact model and ContactMethod as another model. When I use + icon to add new contact method record and click on save, it throws me error saying parent Id and record type is not set. how do I set these data points for a child. a quick help is highly appreciated
Has anyone created an external connection to a SQL Database hosted at Azure? What are the steps?
Looking to be able to create an Outlet (Store) on each tab of a tab set. Then when either clicking save, or navigating to another tab the record will be saved to the Model. It looks like as of right now each tab will relate to 1 record in the model, or as I progress through the tabs it will add another block of the fields. (For example, if I have 3 tabs, when I click through tab 2, and then to tab 3, there are 3 blocks of fields. Because I use the action Create new Row)Is it possible on each tab, to have 1 block of fields that creates a new row, without showing all active rows?
I have a Template Component that was working as-expected before, but I fear an update may have broken this. I’m getting the following Javascript error: “Uncaught TypeError: Cannot read property ‘resetCanvas’ of undefined” The property is part of a javascript library I’m using to capture signatures on an HTML canvas. Did an update change the way these libraries are imported into SKUID now? Here’s my code, the error is being thrown when trying to access a property that is instantiated by the library: var element = arguments[0], $ = skuid&#46;$; $(document)&#46;ready(function() { &#47;&#47; init signature canvas element&#46;jSignature(); element&#46;jSignature("reset"); &#47;&#47; ERROR IS THROWN HERE &#47;&#47; Create new signature in text field var model = skuid&#46;model&#46;getModel('PDP_Detail'), row = model&#46;getFirstRow(), sigField = 'Manager_Signature__c', sigData = model&#46;getFieldValue(row,sigField); if(sigData !== null
Hi Community, I am using a wizard component with 3 steps. the first and second steps belong to Model-A and the third step belongs to Model-B. Model-A is the Master object and Model-B is the Child object. So by using the Wizard component, i wanted to create both master as well as child records. So on step2, i have a button which will perfom a save action on the Model-A and then navigates to Step3. On Step3 layout i have child object (Model-B) layout. After populating all the details that i wanted, i will save Step3. So my question is I want to pre-populate the master record name field on the Detail object’s layout (i.e. on step 3). The below screenshot show about the Step-2 with Model-A (Master Object). The screen Below describes about The Detail object layout. When i naviagte to Step3 from Step2, I see that the master record is being created. So if the record is created, there should be a way to prepopulate the field info right? I used a condition on the Detail objects model (Model-B
We have developed a SKUID page and written a Javascript code in Template component. This code was working earlier. Now none of the Javascript code is rendering in our page.
I’ve been noticing some graphics glitches with the Banzai release and I wanted to see if there was anything I can do to resolve it. Navigation Menu items sometimes render with an exclamation mark or as drop down menus; however, upon clicking or re-adjusting the screen they return to normal. I thought it may have something to do with ‘Overflow to Menu Navigation’ but it appears that doesn’t make a difference. Note this does not happen every time on page load, only periodically. And sometimes it does not occur on page load but when re-navigating to the tab it does appear. I’ve added a few sample screenshots below. Sample 1 Sample 2
What I am attempting to do I think is simple but I do not know the functions or variable I need to alter in Javascript to make it work. I have a table that on load display a certain set of column and there are some other col in the table but that are not display by default but you can access in the Table setting. I’d like to make a button that one clicked displays a specific set of col and hides the rest while still making them available in the Table Setting if that makes sense. In short how do I toggle the checkbox in the Table setting via a Snippet? I feel like it should be simple, no? Thanks for all the help I can get.
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.