Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi All, We’ve recently migrated from Skuid version 11.1.18 to Chicago Update 1 (14.3.2.0) and currently having trouble with toggling the elements to “edit” and “readOnly” modes on button click. Upon clicking Edit On/Off button, we’re invoking a javascript enabling/disabling fields sitting in a particular element row. This is working fine for version 11.1.18. For Chicago Update 1 (14.3.2.0) - When debugging this javascript through console, it seems row element modes are getting toggled between “edit” and “readOnly” but the fields within those rows are not getting toggled. here’s a sample code below - f = skuid.component.getById(<Id of div row>).element; if(f!==undefined && f.mode !==undefined){ if(f.mode !== 'edit'){ f.mode = 'edit'; f.list.render({doNotCache:true}); } } Any help/suggestions on this issue would be much appreciated. Thanks !
I’m using the Design System Studio (DSS) and have my field font color set to White. However, a phone number that is appearing as a link (click to dial) is showing up as dark text. Using the DSS, how do I specify the font color for the link value be a lighter color? I’m still on Boston, just in case the answer is different in the Chicago release.
Defect/Issue Description: Model that contains Data with accented characters doesn’t export properly Environment: API Version: v2 Release: Boston Release version: 13.0.17 Platform: Salesforce Brief Summary of the Defect/Issue: If the data in the model contains characters with accents, when the user exports that data the characters get turned into weird symbols. From what I read only, I believe the export needs to be prepended with ‘\uFEFF’, but I do not have the ability to do that using functions provided by skuid. Action Performed: Create a new row for a UI Model Set any field in the model to have an accented characters, e.g. ‘upe, upę and upē’ Export the data via model or the table. Expected Result: The accented characters to be in the export instead of weird symbols. Actual Result: Accented characters are replaced by symbols Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server"> <models> <model id="UIModel" limit="20" query="tru
Defect/Issue Description: Trying to emptyData (via JS or action) of a UI model that is linked to a table produces: ‘RangeError: Maximum call stack size exceeded’. Also, the table has to be on not the first page. Environment: API Version: v2 Release: Boston Release version: 13.0.17 Platform: Salesforce Action Performed: Create UI Model (with 1 field) Create a table where the UI Model is the source Show 10 rows of data per page Add 11 rows of data to the model Go to 2nd page of the table emptyData() on the model via JS, or via an action. Expected Result: The data should be removed from the model and the table should display no data. Actual Result ‘RangeError: Maximum call stack size exceeded’ produced in console. Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="UIModel" limit="20" query="true" datasource="Ui-Only" createrowifnonefound="false"> <fields> &
I have a few responsive grids where the data is showing up out side the grid. I have multiple fields on a row, so the row is overflowing instead of dynamically wrapping under the other fields. Any idea why the responsive grid is not being responsive?
Is there a way to redirect a user to a different page after a certain amount of time they are inactive? For example, if a user goes to skuid page and they are inactive for 30 minutes, is it possible to redirect the page to a different one?
I’m trying to set up a new Data Source and Authentication Provider in SKUID for the purposes of setting up a public access method of accessing Salesforce data. I followed this guide: https://docs.skuid.com/v11.2.0/en/data/salesforce/ I’ve set it up and everything seems to work on the live working page I’m using (records are retrieved / updated as needed), but the problem I’m having is in the SKUID editor I’m getting an error: “Error retrieving metadata for Model(s) associated with Data Source ‘MY_DATA_SOURCE’. Please check Models’ properties to ensure they are set correctly. Unable to authenticate to Salesforce. Metadata could not be retrieved. Authentication Failed” It’s difficult to tell because changes in Salesforce don’t seem to necessarily sync live with SKUID to prevent this error from happening in the editor, but it seems like if I set the user that configured the App in Salesforce that makes this connection (the Salesforce user that this connection runs through) to a System Adm
We want to set up a skuid page that our clients can access from our website to view their open cases from salesforce. This would require that the client login to the page so their information is protected and will only show their cases. We don’t use salesforce communities and we don’t intend to. Is there a way to accomplish this? It would essentially be a skuid public page that is password protected. I thought about creating custom fields on the contact record to store username (ie. email) and password and then setting up a skuid page with a contact model that will query contacts that match the username/password and then query cases based on this contact. The issue is that when a user refreshes the page, they need to log back in again.
Use Case: We want Price Book to be selected based on a certain field value on Oppty. Example: if Oppty Field A value = “1” then Price Book 1 if Oppty Field A value = “2” then price book 2 should be selected. Just wondering how I can achieve this?
Hey! For a couple of months now, all our users have been reporting an issue where often times some page includes are not loading on page load. I have a very complex page with a dozen or so page includes. For about 6 months it ran perfectly, but a couple of months ago something changed. I think around that time there was a Salesforce upgrade and I updated my Skuid version. If the user keeps refreshing the screen, eventually all the page includes load as expected within 3 or 4 refreshes. Anyone else seeing this behavior?
Is it possible to create a paperport type viewer in Skuid where I can preview documents in the folder?
I have two individual user whose Skuid is not rendering on the laptop device. They have been able to login with separate devices. On the devices in question, they’ve tried using chrome (standard profile, guest and incognito) and well as Explorer without success. Have you come across any device settings that could prevent Skuid from rendering?
We currently have a page that uses JavaScript to take the values returned by a multi-select picklist from Salesforce and split them up into an array so that they can be used to populate a regular picklist where the user only selects one item at a time. I do not believe that this will work in v2 (and doesn’t seem to be after migration of the page). This question (linked to below) mentions not being able to use JS to manipulate the DOM which I think this JS would be doing (http://community.skuid.com/discussion/8015661/snippet-from-v1-not-working-in-v2#latest) The reason we have this code is that in Salesforce we have a multi-select picklist that assigns users to multiple regions, where applicable. However, we want them to be able to select just one region at a time to filter a summary page we built in Skuid. Can I use javascript to do this? If not, what other options do I have? Here’s the relevant JS code: var params = arguments[0], $ = skuid.$; var field = arguments[0]; var value = argu
I have a Skuid page that will intermittently load data. Many times it will say there is no data and then a few minutes later it will say that it is “Unable to Connect to Server (transaction aborted: timeout)”. Other times, it will say no data and then a few minutes later it will display data. Many of our models are not set to query on page load but they will be queried after the page has rendered. This was done to try to speed up perceived load time. Models set to be queried once a tab is selected load just fine. How can I figure out which model or other problem is causing the timeout?
We are getting an attached error in Sandbox while it is running fine in production. Every time when I click on “New” oppty button, we will see this error. we need to make some enhancements to the Skuid page and we want to do those changes first in dev and then in prod. I just refreshed a new sandbox from production but still getting the same error. Just wondering, if anyone knows how to resolve this. Thank you for your help.
Hi, I just did a update to the latest maintenance in Boston. Discovered that in models where I override the metadata for currencies (lets say to remove decimal places), the data just completely disappears. Boston 13.0.18
We have some products where we can add child lines. We want to update the child line anytime there is update on parent line with start date. I have used UI model which did not work. Used branch on parent line to update child line it is updating all child line. If I add (parent line id = id) on this branch it does not update child line at all. need help with this.
After using the v1 to v2 migration tool, the field edit button displays The DSS was updated and still this persists. Happening on all fields which are in column/sections within a form, Would like to have the more familiar v1 edit pencil be displayed. The v1 case only shows the pencil when hovering. Always shows in V2. Also is it possible to have a background color on the Section header within the form? Any help or pointers would be appreciated. thanks, ~harry
Probably something simple but this snippet works in my V1 page but not the V2 version. Is there some syntax I am missing? var params = arguments[0], $ = skuid.$, dfd = $.Deferred(), list = arguments[0].list, items = list.getSelectedItems(), JobModel = skuid.$M('RECONJob'), JobRow = JobModel.getFirstRow(), PPModel = skuid.$M('ProcessProducts'), PPModelCond = PPModel.getConditionByName('PId'), SEPModel = skuid.$M('NewScopeEntryProcesses'), SEPPModel = skuid.$M('ScopeEntryProcessProducts'), CSEPModel = skuid.$M('CurrentScopeEntry'), CSEPModelRow = CSEPModel.getFirstRow(); //loop through selected processes $.each(items, function(pIndex,item){ //copy process into scope entry as scope entry process var conditions = [ { field: 'RECON__Process__c', value: item.row.Id}, { field: 'RECON__Scope_Entry__c', value: CSEPModelRow.Id}, { field: 'RECON__Sequence__c', value: item.row.RECON__Sequence__c}, { field: 'RECON__Contract_Price__c', value: item.row.RECON__Contract_Price__c}
Can anyone help me Please…!!!
How do you hide the reference field type picklist in a form? For OwnerId it gives the option of User/Calendar.
There were 1 problems with this Skuid Page. 1: There was a problem initializing a component of type skuid__labelInput: Cannot read property ‘neccesityAddendum’ of undefined This error occurs when I query an object. If I skip the action Query Model I do not get the error. The page works as designed in my sandbox but fails in production. Which leads me to believe something is wrong production object. 4skuidReqs.js:2 TypeError: Cannot read property ‘neccesityAddendum’ of undefined at E.updateStyles (skuidRuntime.js:2) at Object.E.o.forEach.r..cpi. [as updateStyles] (skuidReqs.js:2) at E.init (skuidRuntime.js:2) at B (skuidReqs.js:2) at Function.createFromDefinition (skuidReqs.js:2) at Object. (skuidReqs.js:2) at Function.each (vendor.js:2) at q (skuidReqs.js:2) at E.createChildComponents (skuidReqs.js:2) at E.createChildComponent (skuidReqs.js:2) s @ skuidReqs.js:2 Any ideas?
Anyone can help me out…
I have a data source created using seperate URL Authentication for REST API. When there is a failure in connecting APIs getting error as “[Data source name] failed, Please contact your administrator”. But now i need to change this error message how can i do the same. Please suggest
Hello, Skuid Version: 13.0.17 Steps: Preview page 1 Press on ''Show Modal' Button Modal should be displayed outside of the gray box. Attempt to Change the picklist value for Field1 for UIModel, - Not possible Move the modal, so its above the gray box Attempt to change the picklist value for FIeld1 for UIModel - Possible This is happening because the gray box is the area of page include, if the field in the modal is outside of the page include area then the picklist menu will not be shown. Page 1 (parent page), ‘Temp_page_15_1_pageIncludeFields’: https://pastebin.com/cYrRWQ49 Page 2 (child/include page), ‘Temp_page_15_2_pageIncludeFields’: https://pastebin.com/VV3NuUxx Best, Lukas
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.