Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
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
Is there anywhere to pass a list of IDs from model to a URL other than using a JavaScript component?
The go to URL action performs admirably most of the time however there are situations where I may want to go to a specific tab where the go to URL action is not producing the intended result. Use Case: I have a subtab called contacts. I want to have users click a button on a popup and have them directed to that subtab. If I add #contacts to the end of the URL and load it manually at the top of the browser and hit enter or refresh the page when I am on any tab or subtab it will automatically open the page and go straight to displaying the correct tab. However in my case when I am on a popup on the same page (but different subtab) and I set the button go to URL action to the page (but with the #contacts) appended to it the page does not seem to load. It seems as if the system is detecting that I am already on the Skuid page and ignoring the request to load the URL. Is there a different method I should be using for the button so it navigates to that subtab when pressed?
What’s the formula format to color v2 calendar as “result of template”? Looking for the ability to vary color based on owner ID If({{OwnerId}}=xxxxxxxxxxxxxxx, #32a852, IF{{OwnerId}}=yyyyyyyyyyyyyyyyyyyy, #32a852, …
Hi All, I’m having problems passing a record ID to a stand alone Skuid page in Lightning App Page. The Skuid page is looking for an Account ID based on the Page/URL parameter value = Id. The Skuid page is embedded in a Lightning App Page which is a single region with the Skuid page loaded as a Lightning component. I have made a formula field on the Opportunity to link to this page, passing the Account ID but the Lightning App Page is not accepting the ID. It’s loading but then ignores the Id parameter and just gives me standard page without and data. How should a URL be constructed to pass an ID to a page in this way? The page URL is ‘…lightning.force.com/lightning/n/MC_Licencing’. I’ve tried adding ‘&id=0010r00000dLnu0AAC’ but I get a ‘page does not exist’ error. I’ve tried adding ‘?id=0010r00000dLnu0AAC’ but it is ignored and the page loads as normal without any data. This is pretty new to me so apologies if this is a school boy error. Cheers, Rob
I’m trying to remove the value stepper in a field in a table. Some users are finding it annoying and just want a blank field to enter in the data (number or currency).
Hi guys, maybe I’m missing something simple,in V1 but I have a step in a process, where i need to query some fields (over 50) from a model, to see if any are blank. If blank I need to display those fields and allow the user to fill in the missing data, before moving to the next step. The issue, i’m having is that if I add let’s say all 50 fields to the page, and on each, I make a condition to only show if = blank/null, the moment user starts typing in those fields, the field disappears (as no longer blank/null) and user can not complete adding info into it. The only thing that comes to my mind is some sort of JS script, that woudl delay the hidecondition or somethign similar, but wondering if maybe a simpler way, as a JS noob Any idea would be appreciated Thx
We have a UI only model lookup to an aggregate model of quote line items to return the value of a specific product to the Quote model. However when there’s no product in the quote line items the formula returns a -1 value. The model lookup formula we’re using is: MODEL_LOOKUP(QuoteLineSum, sumSubtotal, product2SubFamilyc, “Management Discount”) where subfamily is the specific product we need to pull the value for. We’ve also tried a JS snippet to reevaluate the formula and it still shows -1. var params = arguments[0], $ = skuid.$; alert(‘in js’); var model = skuid.model.getModel(“Quote”); model.evaluateFormulaFields(); We’re completely stumped as in the console the QuoteLineSum object has no data rows with a value of -1 but in the Quote object where the UI formula lives, the data rows are showing the -1 value. Anyone have any insight?
Hi, I’m uploading a file to a ui-only field to hold it until after record creation and then associate it. All works fine - except, I can’t capture the original file name. When using the ‘save to model’ option, where does the field name go? Is there a merge syntax like something in previousaction that might have it? could it be parsed from the data in the field? Thanks! Paul
Anyone else experiencing this? Also found some wonkiness with moving fields around in forms, sometimes they disappear. A quick save & refresh reveals them again. Also, models act funny when using the search function. Sometimes I cannot search again, or if I add a new model, I cannot access fields, etc.
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.