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
Often when we show a message using a message block, we want the user to take some action. It would be amazing if we could have them click on the message to take them where we want them to go.
Hey I’ve seen this for years here and there, but now seems to happen a lot more On some accounts when we bypass the ‘skuid overlay’ (changing override to =0) instead of classic SF ui we get an error message anyone would have an idea why?
I am trying to set a Tab on a page based on the value on a model field. The use case is if I have a possible of three status’s on the Order (Model). Status (field) and they are Open, Working and Closed. If when the field is Open I was Tab A to be the active tab, when the field is Working have B be active etc… I think I am missing something simple, Sorry if this is answered some where else, I could not find anything related.
I’ve a button “Disable Pages” on the master page, which also has the tabset component. On click of that button, I would like to change the tabset/pages linked to it read-only mode. What I mean by that is, when the user clicks the “Disable Pages” button, all the components inside those pages should be disabled and changed to grey color. I saw some options online, to use run component action(no idea how to use it). Any ideas? How to do it using a snippet?
Hey Skuid Community! I have a reference field on a form that is just an auto-generated ID that doesn’t make any sense when searching to match it to a record. However, when I attempt to inject some fields, they simply show up as blanks. I’ve triple checked that these fields are available in the related Model. Original reference field with IDs shown: My customization of the Search Properties for the field: Results of my update - showing blanks: Any suggestions or tips are much appreciated! Thanks Skuid-mmunity!
Hi there, I would like to change color of the section/text which is inside the accordion. By default, the heading should display in blue color, when I click the section to open it, it should change to black color. How do we achieve that using a snippet? How to add css to the component? I tried to add this, doesn’t work skuid.$C(‘coponent-unique-name’).element.css({ ‘color’: blue });
I have a Photo View Table in V1 that I want to convert to a Deck in V2. My V2 Page has an Image component inside the Deck - no more, no less. The image size is set to 126px (wide) x 168px (high), roughly the same as the V1 display. There are no margins set for the Spacing parameters. Each Card in the Deck, however, has a displayed width of about 350px, and I cannot make it less. The Deck properties for Card are Minimum Width null, Set Maximum Width “Manually,” and a value for Maximum Width. Anything over 350px expands each card according to the parameter; anything under 350px leaves the cards at the 350px size. I would like the individual cards to be 126px (or no more than 130px). Is this possible?
Getting this error whenever attempting to go to a SQL Data source. Anyone know how to resolve?
Essentially, I have a picklist field which when set to a certain value, should lock the entire page from being edited.
For development and testing, I like to clone the existing company design system and assign it to test or cloned pages. When I am finished with the tests and clones, I delete them. Rinse and repeat. But the next time the clone is tried with the design system, the clone name is “already in use.” Well, it isn’t because the Design System Studio does not see it. However, Salesforce still has it a static resource. Who should be deleting the static resource? The developer, when it is no longer needed (even for backup)? Or skuid, when the developer confirms the Delete request? I would argue that skuid should delete the static resource, or at least make reference to it in the delete dialogue, or even in the documentation.
Hello Skuid World! I have several Skuid pages I’ve developed for a Salesforce Experience site, but I see differences in the preview on the Skuid side versus what it looks like for end users accessing the experience. My text components are inserting a space after the horizontal line in production, which doesn’t show up in the preview. It’d be great to remove this white space and have the preview match the production experience, but I’m stuck on how. Preview, as expected without spaces: Actual rendering in production, with additional spaces: Inspector look at component - it isn’t a second piece, or part of something in Salesforce, it indicates this is my Skuid component with the space: I have no custom CSS active in my Salesforce Experience. Any help is greatly appreciated - even if it is just an explanation as to why this happens and not a work around to make them match. Best Chris
Hello! I have several Image components in a page and I would like that each of them displays a different image stored in a library. For example, the component Image 1 should display the library file A, the component 2 the file B, etc. Would this be possible without having to create a model with conditions for each of the components? Many thanks, Jesús
Hi Team, we are getting the attached add event listener error on one skuid page for only a few users and it was reproducible on a few machines. we tried to find the root cause but were unable to figure it out, need skuid support team’s help to debug this issue. TypeError: Cannot read properties of undefined (reading ‘addEventListener’) at S (skuidReqs.js:1:189823) at skuidReqs.js:1:190802 at skuidReqs.js:1:191366 at l (vendor.js:2:9717) at m (vendor.js:2:10034)
Hi Skuid Community, I hope you all can help me! I am working on creating my first (exciting!) Skuid dashboard to deploy into Salesforce. I am wanting to create a bar graph that shows monthly donors (over the last 12 months) and am struggling in pulling over a few fields (see the fields circled in red in the attached) into this table (I will make this a bar graph later once I can get all the data pulled over). I wanted to see if there was any way to edit the Field Id name? I would like to pull the field data (the fields circled in red in the screenshot) from the Contact Record instead of from the Opportunity section. Is this possible? Is It possible to pull this field data successfully straight from the Contact Record? The reason I ask is the fields circled in red in the screenshot do not exist in the opportunity portion of Salesforce. Thanks for your help and please see the attached for reference to this question.
We have many tables where rows need to be highlighted based on some condition associated with the data in that row. In v1, we used snippets run on a field render to change the css class of the DOM element representing the row. How is that being done in V2? The individual rows are not exposed to the Design System for style variant display logic.
Can anyone direct me on how to do this? I have a flow running which needs to find records that are created today but it’s failing as Skuid is creating records with a created date of yesterday
Hi folks, I love using wrappers for image placement. I usually hard code an image URL into the wrapper, but I want to use a field that hosts the URL in SF… doesn’t seem to like it. Any suggestions?
Defect/Issue Description: Render + style variant conditions are failing on some parts of my table after re-querying the model as part of an action sequence. Environment: API Version: v2 Release: Dubai Release version: 15.1.3 Platform: Salesforce Brief Summary of the Defect/Issue: My table looks lovely with a few buttons that I’ve added render conditions to. All is well when the page is first loaded. When the model is queried as part of an action sequence, the conditions fail (tried using render conditions and style variant conditions), and a UI-only field I’m using as the text on a button within a button group doesn’t update with the new value that should be showing after requerying the model. Action Performed: requerying the models Expected Result: conditions should have worked the same way they did when the page initially loaded Actual Result: conditions didn’t work Additional Resources: Loom walkthrough of issue here
Client would like to be able to launch a skuid view off of any Account record that will then display all the related records for ANY account in the hierarchy. So for example, say we have a hierarchy that looks like this: Parent Account Child Account Grandchild Account Grandchild Account Child Account Child Account The want to be able to launch a skuid page that will allow them to see all the contacts related to any of these accounts (And cases, opportunities, etc) from any account within the hierarchy. Is this possible or will they always need to start from the Parent account for the correct context? The other piece is - how can we be sure we are capturing the entire hierarchy? Meaning how can I be sure that I am accounting for all related accounts? The hierarchy could have many levels. How to I make sure that the user can see all records related to all accounts if i don’t know how many levels deep the hierarchy could be?
I have an Autolaunched Flow with No Flow Trigger in Salesforce that I can access in Skuid via the Run Data Source Action action. I can see how to send a value to a variable in the flow that is set for input. How do I then access the result of running the flow? I have a variable in the flow that is set to be available for output but I don’t see where in Skuid I would get to that value to store somewhere.
I’m working on configuring S3 for file storage and have everything working except file upload. Does someone else have S3 working for file upload that might point me in the right direction? I receive the error: “Error uploading to S3. Make sure bucket name is correct and CORs is configured for the bucket” I’m starting off using Skuid’s Access Key authentication method (Because I can’t figure out how to get the AWS: Assume Role with ARN working. Skuid requires “skuid-assumable-role/” in the ARN. I can’t get Amazon to accept the / and I can’t get Skuid to accept it without the /). The IAM Access Keys have the AmazonS3FullAccess policy. I’m trying to get it working with the least restrictive security and then will start to lock it down after it is working. The Access Key security model works for everything, including upload, using an app like S3 Browser, but when I use the upload component in Skuid, I get the error above. I’ve researched configure CORs on the bucket, but I can’t find any e
Wondering if there is a way to launch a Skuid page from a custom button created in Salesforce? I haven’t found much online about it, but have to think there is a way. Any help would be greatly appreciated!
I wanted to share a bit of info here since I can’t find it on the forums. I’ve noticed that sometimes the personalization settings can potentially bug out, remembering old personalization settings when the page is edited to remove those personalizations causing odd issues. For instance in the editor if you have “remember last selected value” for a table filter, and someone selects a filter option, then you turn off “remember last selected value”, it can continue to remember the user’s last selected value even though that has been turned off, and will always remember that value even if the filter selection changes. I’ve also noticed other instances where filters maintained themselves through personalization settings that showed no visual indication that they did, causing a lot of confusion when the table’s rows weren’t showing everything because they were being filtered out. To solve this you can delete personalization settings using SOQL / anonymous apex on a page/user basis. For examp
#SOLVED I have a page include that has a complex filter set ((1 OR 2) AND 3 AND 4 AND 5 AND 6 AND 7 AND 8 AND 9). When users hit the page they receive a message " You need to log in again, session has expired…" They are logged in on other tabs. It is unique to this page include. If they log off, clear cash and come back in, the page include works correctly once. Then the same error repeats. I verified that all the checkboxes are off regarding “Remember last-selected filter value.” I’m not sure why clearing the cache clears the issue (once). I would like this to work as my next option is to break it onto two result sets and get rid of the OR language. Not a great UI experience to have two results sets, but what I have isn’t working. Any thoughts?
I’m successfully using Google Drive using OAuth 2.0 Authentication. This seems to require the user to enter in credentials in the browser. Although this works great for one client. I have a client where we want to use one google login for the entire app and not have individual credentials for each user. We don’t want to give the user the app-level credentials. Is there a way to do this? Thank you in advance.
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.