Upcoming Event - 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 am new to skuid. in my model fields, i have requirement like for "Phone number " field only supports digits and length should be 10. another requirement like for “Name” field only supports characters and digits(numbers) are not allowing.can any one tell,how to approach for this requirement.
For a component that supports context, when a new context condition is added, the properties do not display for the condition when a model has not been selected for the component.Steps to Reproduce:Scenario 1:1) Create new blank page2) Add page title3) Add button to page title that shows popup4) Add page title to popup5) Add condition to page title on popup6) Click the condition that was createdExpected BehaviorSince there is no model even available, possibly hide the “Context” category completely. Short of that, don’t allow a condition to be added. Worst case, display a message in the properties window indicating that you must select a model to configure the condition. One scenario here is that you have a model on a component and set a bunch of conditions but then either remove the model or set the model to ‘None’ (if it’s applicable for that component). In this case, hiding the category completely likely makes the most sense I would think.Actual BehaviorNo properties are displaye
Tyring to pull a Barry here:Steps to Reproduce:On the PageList page, select a page and use the Build Page Pack mass action. In the Page pack popup dialogue, ensure that the ‘create new’ tab is selected. Click cancel. Use the build page pack mass action again. Expected result: The name and description fields are rendered blank in the popup.Actual result: The name and description fields are nowhere to be found.Looks like model isn’t getting a new row after the previous row is cancelled/removed.
in my application page, in my model table i created multiple records. after clicking the save button,in my detail page i am able to see only one record.but i need to save the all the records.edit page- in application page i have created 4 records(before saving)detail page- in detail page i got only one record(after saving)
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.
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.