Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi We are currently trying to access the Paypal REST Api. Everything is set up according to their documentation. (https://developer.paypal.com/docs/api/) As a test, we tried to do a simple GET to list the payments. /v1/payments/payment The login popup opens, and the login succeeds. But afterwards, Skuid is showing an error saying that it could not get the authenticating server together with the Token URL. I think this happens, because the domain for Token and Auth Server are different (sandbox.paypal and api.sandbox.paypal) I’ve had the same error before while trying to connect to the FitBit API (https://dev.fitbit.com/docs/oauth2/) where they’re also using different servers. Does anyone know a solution to that?
Is there something special that has to be done to get a default off subquery condition to work with table filters?If I turn the subquery condition to always on the information in the table is filtered correctly. When the subquery condition is set to default off and a value is entered through a table filter nothing happens. It is like the table is not being refreshed to pull the data in. Thanks!
Built a table where the only field viewable is an encrypted text field. I have a search bar at the top of the table, but cannot figure out how to make the field searchable.
I get an error everytime I save an opportunity but the error doesn’t stop the save because the fields are not actually missing. When I click on the error, It disappears. Any Help would be appreciated
I need to show certain fields/sections based on the value of another field (same model) that is a reference field…I’ve tried making the additional fields render based on the reference field name…and no dice. The problem here, I think, is that the value of said reference field doesn’t populate until I save the model (because it’s a reference to a related object). Yes, no? But even after I save and refresh, the conditioned fields don’t appear. Ideas?
Iframe in skuid page (salesforce Classic is working fine).But when we are using Lightning experience then that iframe is not working.Can anyone help me how to use iframe also in lightning experience?Thanks,Raj
I’m new to Skuid so forgive me if this is an easy answer! I’m trying to pre-populate the ID on a new record created through a table. The ID needs to be that of the record that the page is related to. So there’s an opportunity, the skuid page is a custom object…and the new record created from the custom object page needs to relate back to the original opportunity. I can get it to work with the param/url option in the model condition for the “NEW” records…because the url references the opportunity record, however in the “VIEW” records, that same condition pulls the ID for the custom object, not the admission.Not sure if it’s a change I need in the table, the vforce page or what…all help is so appreciated!
I was having issues with getting a function to run after a model updateData function was called. See below for a the answer.
I am trying create a ui only checkbox field that takes a date field and sees if it falls in between a start and end date field. I believe the formula should be wrapped with “AND” however that doesn’t seem to be supported.IF({{InvoiceDate}}>={{StartDate}},{{InvoiceDate}}<={{EndDate}}, 1,0)
Came into work today and for some reason none of the page includes are working in lightning. They were fine yesterday… anyone else having this issue? Am i just going insane…?
I have a field called Interaction_Type__c, which is a picklist dependent on another picklist, Interaction_Category__c. When I attempt to override the metadata for Interaction_Type__c, like so, the page bombs. I thought skuid was preventing an override of a dependent picklist. But apparently not anymore? Here’s the call stack: Help?
Clicking on “Update out of Date Themes” button on themes page, does it update custom themes as well?
I have a number of pages that have been in production for a while now and today the Chatter “Show Feed” or “Hide Feed” stopped working when clicked on. It works as expected from the Salesforce page but not from the Skuid page. Is anyone else experiencing the same issue?
Our company is asking us to follow a change management process that would defeat the agility to configure Salesforce/Skuid in an efficient manner. I am looking to see how other users handle working within their internal change management process? Would you be willing to share information/artifacts?
Hi, Due to yesterday Skuid update it’s changed the format for Queue. After that update all the places where we are using queue effected and it’s not showing properly on skuid page. Here is queue look like after Skuid update: Thanks, Raj
I would like to use the search component to open a popup as it’s select action. The popup would display the detail view of the record selected in the search results. It does not seem that this is currently possible. Anyone tried this?
For some reason, I get an error when using the following html. Removing “&isdtp=nv” gets this.
URLs in our Customer Community don’t change for page overrides. For example, instead of /SitePrefix/apex/AccountDetailPage?id=001xxxxxxxxxx users just see /SitePrefix/001xxxxxxxxxxxI think because of this, in some cases we cannot reference the id page parameter. It works (mostly) for the first and primary object. But when other objects have conditions that rely on that object, we’ve had to change the condition to reference a field from another model instead of page parameter id. Also, we cannot use $Param.id in merge syntax anywhere, instead we must use the $Model.ModelName.data.0.Id for merging.I noticed something about lightning having trouble loading page parameter id, but our customer community is set to the Visualforce+Tabs template, so that shouldn’t be it.
When adding a model.Model.save() function to window.unload, the save() does not complete on the server side. I tested the code in the console outside of the unload function, and the save completes as expected.I noticed that the jQuery deferred promise object returned by the mode save function remains in a ‘pending’ state forever. Why would this be?Is there a fix?Code is below if you want to reproduce the issue. <br><br>(function(skuid){ var $ = skuid.$;<br>$(document.body).one('pageload',function(){<br>$(window).unload(function(){<br>&nbsp; &nbsp; &nbsp; &nbsp; try{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; removeUnfinishedRows();<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; cat
Hi, I have an issue with the conditions work and results filter based on the conditions. To explain clearly, On cases objects i have a skuid page which when loaded shows me all the cases (both open and closed) of all the users who are in case queue. Now I want to see the open and closed cases of only 5 users, not all the others in the queue. so i created a condition on owner name which filters the cases and shows only those 5 users cases. Now when this condition is running, i am only able to see active cases (i.e. only those cases which are opened or cases which are not closed) and no closed is displayed by default. Is there any way that i can see all the open and closed cases of these 5 users whenever i open the page by default?? Please help me if anyone knows how to solve the issue. Thanks.
Please bear in mind I don’t code and am taking skuid at it’s word (No coding…!!) so please be gentle with me if this requires JavaScript. Something I can copy & paste would be handy…I’ve created a tab set on a page, to toggle between three different data sets but in the same page layout. Unfortunately the dataset is very big, so it won’t run if all three are on the same page (even if I set it to not load on page load).Therefore, I need to create three different pages, and use the tabs to navigate to them. I know this might not be a standard way of doing it, but the business likes the tab design & we’re using this for third parties via community.I can get the tabs to take me to the different page, but it always loads on tab 1, even though I’m technically on tab 2. I want to find a way of setting the tab on page 2 to tab 2 as a default, and the tab on page 3 to tab 3. Otherwise, I click through to page 2, and am redirected back to page 1 instantly. Any help welcome!
Status Active Allowed Licenses 4Used Licenses 4But it only shows 2 users. I want to assign a 3rd user. Can not see where the other 2 licenses are assigned.
I want to bring up a popup when a user drags/drops an appointment in the calendar to document the reason for the reschedule. Has anybody done this with skuid? Can anybody point me in the right direction. I am already triggering an event when this occurs.thanks.
I cannot get value of field in snippet for a custom profile (the system administrator profile doesn’t face this issue). Can someone help me with this please. Thanks in advance.
Hello,is there any way to make comments associated with SF tasks appear in skuid pages/ tables?Thanks,Ben
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.