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 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
This is driving me crazy! All I’m trying to create a condition on a model where the condition checks whether the selected field is less than another field on the same row. I’m using Row Merge Syntax Here’s a screenshot of the condition Here’s the error i receive when I try to preview the page SELECT BOM_Qty_Req__c,BOMLineItem__r.BOM_Part__r.In_Stock__c,SalesOrderLineItem__r.Sales_Order__c,SalesOrderLineItem__r.Sales_Order__r.Name,SalesOrderLineItem__r.Sales_Order__r.Customer_PO_No__c,BOMLineItem__r.BOM_Part__c,BOMLineItem__r.BOM_Part__r.Name,BOMLineItem__c,BOMLineItem__r.Name,Id FROM Sales_Order_Line_Item_BOM__c WHERE (SalesOrderLineItem__r.In_Stock__c < )AND(BOMLineItem__r.BOM_Part__r.Part_Type__c in (‘Aluminum Raw Material’,‘Metalphoto Raw Material’,‘Stainless Steel Raw Material’)) ORDER BY Id LIMIT 501 Error:unexpected token: ‘{’ Why can’t I use row merge syntax on this condition? I would really appreciate the help! P.S. I received 3 errors trying to post this question… first a 4
Hello! I am trying to create a tab in Lightning which loads a Skuid page without the Salesforce header. The Skuid app seems to be doing this by opening the Launcher lightning component tab which redirects to https://–skuid.visualforce.com/apex/PageList. How is Skuid able to achieve this? Please share! Thank you, Kristen
I’m launching a Salesforce flow with a Skuid button, and I’d like to be able to pass all records in a model into a Record Collection variable. Is there a way to do this? I can see how to pass a single record using a merge variable, but not sure whether there is merge syntax to pass all records in a model.
I have a Table component. When I change another page from the pagination section, left side of the table does not render properly. But when I mouse hover in the misaligned area, it aligns properly. When page is changed: I think it is related to the design system, because it does not happen when I use another design system. The problem is, I cannot find the element which causes this in the design system. I thought it was related to Drawer configuration, but it did not fix.
Wondering if there are any recommendations for debugging Skuid on pages used on Community Portals? I am not able to use the Console Skuid model debugging but would be great if I could. What do others do? Thanks, ~harry
I am using the Salesforce Data source action: “Send Email” to send notifications to users based on actions they take in Skuid. However, the emails only seem to work for certain users. When this action is triggered by some users, the email is never delivered (all tests have used the same recipient address, so the issue doesn’t seem to be an invalid email). The strange thing is that the network request for the action always returns with a success status. Is there a user permission that needs to be activated for the sending user in order for the emails to be delivered successfully? Or some other setting I’m missing?
How do I make a border appear around each form in my Skuid page? Thank you, Tracey
I am sure it is a symptom of age but for the life of me in Charts I cannot find where we can turn on or off the Date Granularity dropdown that sometimes appears on our charts? It seems to render there sometimes but not other times? Can it be switched on?
I’m creating a case creation form. We have several record types for cases. When create a new case with the skuid form, the picklists that have values that are dependent on the record type are not loading correctly. No matter which record type I select, all picklist values are visible in the picklist. I’ve tried clearing my cache and re-starting my browser. We’re on Skuid version 11.2.30. I’m uncertain if this is intended behavior – so any feedback on that is appreciated.
Hello! My organization is new to Skuid. I have a use case where my users need to be able to print a record; when they previously tried to do so using standard print function in the browser, it didn’t show checkmarks plus was way too long. So, I used a Skuid page to create a form that shows all the record data. Now, I need to put a button on the record page, something like “Print View”, that will open up the Skuid page in a different browser window so the user can print the form. How do I accomplish that? Thank you!
I want to create a form that basically looks the same in read mode as it looks in edit mode. I want my form to behave the same way a table behaves, with the static header and field look the same in both modes. The only exception between modes is the pencil for editing. Any suggestions?
Is it possible to call a Lightning component from a Skuid button? I know it’s not possible to embed a Lightning component in the Skuid page, but now I’m second guessing an assumption I made about calling the component from a Skuid button in the Skuid page.
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.