Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
After adding a UI only field to an aggregate model, when choosing “Add Fields” on a table, three issues occur: The UI Only field appears twice in the list The UI only field “fieldId” column indicates “undefined” No checkbox appears next to the field so you are unable to add it to the table Note - You are able to drag the field from the model itself on to the table Steps to reproduce: Create page from XML below (the XML is based on https://bitbucket.org/skuid/samplepages/src/1e02bf5a392e141442b992e270ce593345faa979/pages/Opportuni… with the only difference being that a UI only field “FriendlyText” was added) Click on “Add Fields” Expected Behavior FriendlyText appears once, has a FieldId and is “selectable” Actual Behavior Appears twice No fieldid Can’t select Thanks! Sample Page XML <skuidpage showsidebar="true" showheader="true" unsavedchangeswarning="" personalizationmode="server"> <resources> <labels/> <javascript/> <css/> </re
I’m using the adoptRows method to successfully add rows from another model of the same object type. The problem is that the rows are being prepended, and I’d like them appended instead. When calling the method: model.adoptRow(row, {doAppend: true}); The doAppend option doesn’t change anything and the row is still prepended. Any advice would be appreciated, thanks! Eulogio
I’m loving the page caching feature. It’s making a drastic impact to Skuid’s speed. I can’t seem to edit the default page caching longevity. It’s greyed out. Any ideas as to where I can make this change?
Hello,Something weird is happening. I’m trying to have a “favorite” button on account.I created 2 button and Applied via css an Image to show a white or gold star Button 1: Click to add as favorite have “white star css”Button 2: Click to remove as favorite has “gold star css”both button framework actions is to update a Checkbox with either true or false and save modelAnd i conditionally render the proper one.(checkbox = true on one, and reverse on the other)The problem arises when i click a button, the other button disappears but the “star” image lingers until the page is refreshedAny way to have this image disappear with the button?in SS example below , The gold Star should not show…any ideas?Thank you
I have a standard table object that I created a few global actions on. I will only have two actions on this table so I would like to display them vertically on the top of the table, instead of horizontally with the drop down arrow, so it will be easier for the users to see what options are available. Has anyone ever done this?
I am using the standard Popup from the action framework and I would like to remove the ‘X’ that is displayed in the upper right hand corner. I have added my own Cancel button and the ‘X’ is confusing the users. Any suggestions?
Our skuid landing page hangs often it happens most of the time on first login. there is a noticeable amount of time in loading the pages attached screenshots for reference
I’m re-designing our current home pages and noticed a cool feature in one of the Skuid Dashboard videos, but haven’t found a way tor replicate the effect. I want to add filters for my visualizations; however, there remains some white space in-between the filter & table. I was wondering if anyone had a quick suggestion/addition to my CSS resources that could accomplish this. Current CSS Resource: /* hide footer in table */.hidetablefooter .nx-list-footer { display:none; } This is a snapshot of the video I was looking at
I have a skuid page in an iframe rendered in the community console view for a case. I have an edit button that changes theCase model from edit to read only mode.I ran into an issue where the textarea changes to edit mode. When I do, I can’t seem to backspace and remove the text. I checked the console shortcut keys to ensure that backspace wasn’t being overriden but there was nothing bound to the backspace key. The problem only occurs when nested in an iframe.I can delete by using the delete key or highlighting over the text. Any thoughts?
I have a table that’s using a UI only field to consolidate values from two fields into a single column.The output for a value of “Negotiation/Review” looks like this:Negotiation&#x2F;ReviewIs there a way to handle the slash so that it displays correctly?
Hi all,I have two objects Application and Cosigner .Application has a cosigner related list and cosigner is lookup of contact ..I have added a table to show the cosigner related list in my skuid pageAdded models are cosigner and applicationI can update values in table but the data is getting vanished every time I am refreshing the page .I have tried with condition and action but I am not getting .
Basically, I stumbled upon a weird little bug in the Page Builder, which i describe in the video.(In the video I mistakenly say “top-margin”, instead of “margin-top”…) 😛
I am trying to call this third party REST API with Skuid and running into some issues. When I click the URL from the Configure -> Model Services -> “URL / Domain” link, I get an ok page. I am guessing that means its all good. However, I am then stuck trying to figure out how to make calls from my Model for this. Here is how I configured my model services… Per the docs, I need to send the credentials in the header, and then use the Authentication token with my subsequent requests.https://docs.dnb.com/direct/2.0/en-US/authentication/latest/rest-API Can someone please help. I am a newbie with Skuid, and am still trying to understand how I can use Skuid to access these third party REST APIs. Thanks!
When trying to call a apex class on button click on skuid by running javascript snippet getting ‘Uncaught TypeError: Cannot read property ‘execute’ of undefined’ Uncaught TypeError: Cannot read property ‘execute’ of undefined(anonymous function) @ skuid__ui?page=VINDecoding:116 k.custom @ skuid__SkuidJS:32 f.runActionNode @ skuid__SkuidJS:32 m @ skuid__SkuidJS:32 f.runActionsNode @ skuid__SkuidJS:32 i @ runtime.js:4 o.event.dispatch @ skuid__JQuery:3 r.handle @ skuid__JQuery:3 This is code of my snippet var params = arguments[0], $ = skuid.$; var vinJSON = { vinnumber: “2G1FC3D33C9165616” }; var result = sforce.apex.execute(“GetVIN”,“getVINDETAILS”,{ dispatchJSON: JSON.stringify(vinJSON) }); console.log('the result was: ’ + result); I have added ajax toolkit
The upload is happening good for all the pdf’s in mozilla and chrome but when I’m trying to add few pdf’s, it is throwing an error “Could not upload some particular files” in IE11. Any help is much appreciated. Thanks in advance
Hi team, I have a export button for one of our pages, where is exports all the columns and values in excel sheet. But after exporting in the excel it is showing special characters in the excel. For example “-” in the page has been replaced to "– after exporting data. Any body have any idea how to resolve this issue ???
We have 2 resource calendars in standard salesforce each on its own tab and we can add appointments to either calendar and they remain independent how ever when i created a calendar in squid it always seem to combine both calendars into one. Any ideas to resolve this?Many Thanks
Just ran into a VF remoting error after updating a page. The error occurs in the midst of querying a bunch of models in a single action. The only other thing I’ve seen here with this error is page XML that’s too long, but I don’t think that’s the case here. Any ideas?
I have a UI-only field that is a reference field. The lookup works fine. When I save the record and refresh the page the information in the UI-only field is no longer there. What am I missing to ensure the data saves properly?
I need to create a parent model that only shows records where the record id is in the list of child records returned in my child model. I tried using a condition of:Matter__c.Id is in the set of values containing Matter__r.Id field returned from any row returned by my child model and am not getting any records returned even though there are records returned in my child model that meet the criteria. Is there a different way to go about this?
I have 4 fields in model like VIN, make, model, year. when i enter VIN number,Once user is making entry in VIN field i am making callouts and getting response from external web-service through java-script , i am able to parse the response back and store it in java script variables… now i need an approach to store back the response in the remaining fields on that model… Pls help with a workaround to achieve this.
Hi, i have requirement where i need to call REST webservice from skuid page. Can any one please guide me how to call REST webservice from Skuid page.Thanks,Regards,Anil Kumar
When a row action is configured with conditional rendering, on initial page display if the condition is TRUE, the action is not displayed. Steps to reproduce: Create page from XML below Preview page Expected Behavior “Flag for delete” row action should be visible Actual Behavior “Flag for delete” is not visible Notes: When configuring the global action “My Global Action” with the same condition, it displays as expected If you change the condition on the row action to “!=‘Bar’” the row action appears on initial page display Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrowifnonefound="false" sobject="Account" adapter="" type=""> <fields> <field id="Name"/> <field id="CreatedDate"/> </fields> <conditions/> <action
When a table global action is conditionally rendered, the visibility of the action does not respond properly to changes in model field value. Steps to reproduce: Create page using XML below Click “Update to Foo” button Expected Behavior = Actual Behavior “Show/Hide Me” button disappears Click “Update to Bar” button Expected Behavior “Show/Hide Me” button should be displayed Actual Behavior “Show/Hide Me” button remains hidden This might be related to https://community.skuid.com/t/field-editor-disappears-after-save-skuid-7-24?rfm=1&topic_submit=true and/or https://community.skuid.com/t/page-title-buttons-do-not-conditionally-render-correctly-after-save?rfm=1&topic_submit=true. Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrowifnonefound="false" sobject="Account" adapter="" type=""> <f
As of today I have not been able to save any records using skuid. I get the following:User Bill Fox Date 1/31/2016 1:31:28 PM ESTStatus Success Application BrowserRequest Type Application Operation VFRemotingDuration (ms) 453 Log Size (bytes) 7,539Log 35.0 APEX_CODE,FINEST;APEX_PROFILING,FINEST;CALLOUT,FINEST;DB,FINEST;SYSTEM,FINE;VALIDATION,INFO;VISUALFORCE,FINER;WORKFLOW,FINER13:31:27.021 (21427419)|HEAP_ALLOCATE|[72]|Bytes:313:31:27.021 (21508293)|HEAP_ALLOCATE|[77]|Bytes:15213:31:27.021 (21526043)|HEAP_ALLOCATE|[342]|Bytes:40813:31:27.021 (21543871)|HEAP_ALLOCATE|[355]|Bytes:40813:31:27.021 (21560355)|HEAP_ALLOCATE|[467]|Bytes:4813:31:27.021 (21588253)|HEAP_ALLOCATE|[139]|Bytes:613:31:27.021 (21813017)|HEAP_ALLOCATE|[50]|Bytes:513:31:27.021 (21850380)|HEAP_ALLOCATE|[56]|Bytes:513:31:27.021 (21866837)|HEAP_ALLOCATE|[64]|Bytes:713:31:27.026 (26122792)|HEAP_ALLOCATE|[15]|Bytes:413:31:27.026 (26139645)|HEAP_ALLOCATE|[15]|Bytes:18013:31:27.026 (26717409)|HEAP_ALLOCATE|[74]|Bytes:413:31
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.