Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hello! We need a way to communicate with our Community users but since the Chatter Feed component is barely customisable, I have created a new object to save the comments as new records. Which approach would you recommend to set up a communication channel in your sites? Many thanks!
I have skuid platform successfully talking to an Amazon RDS (PostgreSQL) database. I want to configure SSL and lockdown the firewall by IP. Is anyone familiar with this process willing to point me in the right direction?
I asked this question a year ago. I have a HTML field that used to use the html when searching. I see html showing up in other areas of Skuid. This use to work in V1. Here is what the field looks like in v2.
When in edit mode, is there a way to display thousands separators? Number fields don’t take commas so it doesn’t look like we can use a custom field renderer. Perhaps we could create a UI only text field to control the display and then reformat for insert, but that seems like a lot of work to just get a number to display correctly. Does anyone know of a better approach?
I’m attempting to add tooltip to table headings to help user with entering data. Something that worked, but I’m not 100% sure if i’m using it how it is meant to be used: $ = skuid.runtime.getPage(<pageName>).$ skuid.runtime.getPage(<pageName>).utils._floatingComponentFactory.createTooltip( $('#colTest')[0], { text: "Test 12345", compact: true, position: "top", useTransition: false, delay: 750 }, skuid.runtime.getPage(<pageName>).$C(<tableId>) ); I’m especially unsure about the 3rd parameter. The function is requiring me to to provide it, so it can subscribe to it. I would like to know why? Also, the function accepts 4th parameter, but I’m not sure what would go there and why would I want to provide it. Also, is there a way for me to breaklines in the text? Note: $('#colTest') is <th> tag of table. I have also tried setting title attribute of a tag, and it does produce a tooltip. Though, the styling
I am getting “Theme could not be found error when page is loaded. Test Defaulting to Modern”
I’m using a deck to open a sliding panel. All the components on the sliding panel respond to row context except for buttons. I’ve tried a button set as well as button groups on header and form components. In all instances, the fields respond to context but the buttons don’t. I’ve added Context Conditions wherever available and it doesn’t seem to matter. The buttons always point to the first row selected on the deck and then remain with that row regardless of when a new row is selected/clicked. What am I doing wrong?
HI Guys, Not sure if any of you use skuid with External Data Sources, but i’ve been experiencing issues for past couple days where all pages using DSO give me one of those errors 95% of the time i try to load a page There was an error making a request against the database: Knex: Timeout acquiring a connection. The pool is probably full. Are you missing a .transacting(trx) call? or Error reaching datasource due to timeout: Post “http://seaquill-internal.app-proxy/api/v2/entity/load”: context deadline exceeded (Client.Timeout exceeded while awaiting headers) Any of you experiencing same issue or any advice for me? as nothing changed on DB side for weeks now, and all was working fine until recently. Thx
I deployed my DSS as a static resource from a sandbox to production. I see the static resource in production but I’m not seeing the new DSS item on DSS list within the SKUID app. What did I miss?
I have a use case where a Community User clicks a link on a record to see a form page in Skuid (it makes a printable view of the record page). If I login as the user, the Skuid page works. However, if the user tries themselves to click the link, it takes them to a Salesforce login page. Any ideas what the issue could be? TYIA.
Is there any tutorial or guide on how to configure colors on a chart using DSS? The doc does not provide a lot of detail and I am unable to set the specific colors I want on an area and column chart. A pointer to an example or steps to do this would be appreciated.
After we updated skuid versions, it stopped letting me assign my record types this way. I put a table on the next page, and it is still showing both values as the record type default. I tried by name and ID, and neither is working. What am I doing wrong?
Hi Guys, On SF I have this date/time field showing this But in skuid it shows as 4h later than the actual time when mapping same field… Any idea why? user timezone is proper…
I am trying to use a Row Action (select button) to select a row to then populate a field in a different model. I’m using the Rows with Context option, but no matter which row I select, only the first row in the table is passing into my field value. What am I doing wrong?
We have created search component , we properly used return object but when we start typing in search component it does not load dropdown, it is just showing loading icon. please suggest how to fix?
**Defect/Issue Description: Picklist with Field Dependency Value won’t Stick **Any fields that have field dependencies wont keep the value you select until the second time you select it. Environment: Sandbox API Version: v2 Release: Chicago Release version: 14.0.4.0 Platform: Salesforce Brief Summary of the Defect/Issue: When selecting a value from a picklist that has a field dependency, the value wont stick in the field until the second time the picklist value is selected. Action Performed: Selected a value from a picklist field Expected Result: Field populates selected value Actual Result: Field does not populate
Hello! I have a formula field, Balance__c, that returns a currency of 2 decimal places. Displaying the field in a table for this particular record, the balance is 0. I have a button that conditionally renders if the balance is 0. The button is showing. I am in the process of creating a mass action, that first does a branch to see if {{Balance__c}} != 0 then shows an error message saying it “must be 0 first.” This branch keeps triggering despite the other two indicators behaving as if the balance is 0. I tried adding a branch that checks if {{Balance__c}} == 0 instead and it did not trigger. Do branches behave differently and/or did I mess up that logic? Thanks!
Hi, we’re trying to customize when Skuid is displayed on detail pages for one of our custom objects. The goal is to redirect some specific users to another page (not the SF Classic page) before seeing the Skuid page. The issue is that whenever I try to save the VF page below, I get the error “Unknown property ‘My_Custom_Object__cStandardController.myRedirectMethod’” It seems like I’ve setup the page exactly as it should be, but nothing I’ve tried seems to work. Has anyone had any experience customizing this page? Another option I tried was calling skuid.Redirects.redirect or skuid.Redirects.canUseSkuid from my class, but I always got either ‘Non static method cannot be referenced from a static context: System.PageReference skuid.Redirects.redirect()’ or ‘Method does not exist or incorrect signature: void canUseSkuid() from the type skuid.Redirects’ respectively. We’re on 12.8.4, API version 1. Here’s the code: // Skuid_My_Custom_Object_View.page <apex:page standardController="My_Cus
I’m trying to use the Salesforce Email Alert action in the action type “Run data source action.” I’m using the merge syntax {{$Model.CampaignMbr.data.0.Id}} to pass in the Record Id but it isn’t working. I’ve tested that merge syntax in a text component it’s returning the text “sk-temp-record-id-twm-1453” rather than the Record Id. I only have one record in the Campaign Member model and want to use that single record for the Email Alert. How can I pass the Record Id into the Email Alert action?
Is there any way to put a merge inside a merge? I want to recursively call an action sequence to ‘loop’ through all the rows, but that would require something like: {{$Model.myModel.data.{{rowcounter}}.myField}} That doesn’t seem to work though - is there anyway to dynamically insert the row number? Thanks!
HI there. I’m just getting started with Skuid. I have a created a few rudimentary pages that I have created packages for. After that I’m not seeing if I’m deploying my pages correctly to make them accessible in the lightning app builder I’ve built those pages in using V1 as the youtube basics videos use that. Where I’m getting stuck is here in the deploy docs page:https://docs.skuid.com/latest/en/skuid/deploy/salesforce/lightning/ I must be missing something before step 2: Within the Lightning App Builder The Lightning App Builder lets you drag and drop Lightning components into any section within the page’s chosen template—meaning you can drag one or more Skuid pages anywhere you’d like within that template. Open or create a page within the Lightning App Builder. From the Lightning Components sidebar, click and drag the Skuid Page component into a component region inside your page. Fill out the appropriate properties. Once Skuid Page component has been configured appropriately, click
I’m trying to set a default value on a reference field on page load in Salesforce. I’ve tried using the Default Items option under Override using both a fixed ID value and an ID from another model. Neither way populates the lookup with a value. Is there some other trick to set a default on a reference field?
Is it possible to dynamically select a tab based on model data? My use case is I want to steer the user down a certain path but also provide other tabs should they need that information. Based on the model data, the default path may vary, so I want to lead them to the right tab by default. Suggestions?
We are using a the “display as slider” on a data field in a table. the initial value of the field is 0. However, when the table displays the slider it comes in initially as 100… The issue/ question: why does slider render not show initially as 0 value? value other than zero will show What is suppose to happen: on page load the slider should be positioned at 0 what is actually happening: positioned at 100 until requery any additional resources to help us see what is happening(pics, XML, screen recording)* link to video: JOB-000744 | Salesforce - Watch Video
How can I fix this error on the login screen? Authorization Error Error 400: redirect_uri_mismatch You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy. \n\nIf you're the app developer, register the redirect URI in the Google Cloud Console. Learn more Request Details redirect_uri=https://musicallyminded--skuid.visualforce.com/apex/skuid__oauthcallback
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.