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
Our second update release of 2023 is here! There’s so much to delight, including new actions and interactions, custom domains and session variables on Skuid NLX, and now in beta on Skuid SFX: Skuid page LWC. Release Resources (webinar, release notes, Skuid Skool courses) 👇 Skuid Edinburgh release: Update 2 highlights Join the Skuid team to learn about new actions and interactions for more dynamic pages, custom domains on Skuid NLX, and more. Join the discussion 👇 Edinburgh Update 2 poll - what features are you most excited about? Discussion Which new features(s) will you use the most? poll
Quick post today - got an ask to create a chart on an aggregate model that opens a detail view when you click on a series. This is a typical use case for Skuid but a little tricky to set up the first time. Details model with filterable condition. Create a details model. This is a basic model on the same object with a filterable condition on the field that you’re using as your chart series (this should be a grouping field on the aggregate model). In this example we have a chart showing opportunity value grouped by Account, so AccountId is the field we’ll use to link the 2 models. Chart series action to filter details model. In your chart series actions, activate and set the value of the this condition on your details model to the field from the aggregate model. - set value to {{accountId}} *Ensure you’re using the correct field alias from the aggregate model. You can verify in that model’s field list. Actions to query model and open modal. Then add actions to query the details model
Official Certification launch Showcase your app building skills with an official Skuid Certification! Our certification exam is now live and we’ve got all of the study tools you need to earn this impressive new credential. Get certified ⟶ Edinburgh release update 2 Our second update release of 2023 arrives later this month. New actions and interactions for more dynamic pages, custom domains on Skuid NLX, and now in beta on Skuid SFX: deploy pages as LWCs in Lightning. Learn more⟶ Take your data to the next level with custom aggregation formulas Adding just a little bit of code can take your app from good to great. Our custom formulas make it easy to give your application a quick boost. Here’s how to get started. Read more ⟶ Join us for a webinar featuring AWS Want to deliver branded form submission experiences without compromising on functionality or design? Learn how Skuid can layer custom UX on top of your existing systems.Register now ⟶ Customer spotlight: Hexagon Sensor technolo
Showcase your Skuid skills with an official Skuid Certification! With so many companies looking to hire qualified Skuid builders, this new credential will definitely set you apart. As a certified builder you’ll receive: A digital badge Exclusive swag 10,000 points in Skuid Skool Skuid Community recognition Membership in Skuid Certified Builders Exclusive badge and title so you stand out as an expert Skuid Builder Check out the Skuid Certified - Builder program today, and see what it’d take for you to become a Skuid Certified Builder. Skuid Certification Information and FAQ Prove and exhibit your skills with a Skuid Certification that builds your skills and makes you leader in today’s competitive market. Questions? Post using the certification tag or email certification@skuid.com. Best of luck!
There may be times where you want to launch the default Edit Modal on a Lightning Detail page from Skuid. You can! You need a simple Aura component to accept the Event from Skuid. Component: <aura:component implements=“flexipage:availableForAllPageTypes,force:hasRecordId” access=“global” > <aura:handler event=“skuid:event” action=“{!c.handleShowModalEditEvent}” /> </aura:component> Controller: ({ handleShowModalEditEvent : function(component, event, helper) { let recordId = component.get(“v.recordId”); var editRecordEvent = $A.get(“e.force:editRecord”); editRecordEvent.setParams({ “recordId”: recordId }); editRecordEvent.fire(); } }) Add the above Custom Component to your Lightning App Builder Detail Page along with your Skuid Page. In your Skuid Page, create a snippet like this: let skuidAuraEvt = window.$A.get(“e.skuid:event”); skuidAuraEvt.setParams({ “name”: “openEdit”, “source”: “skuid”, }); skuidAuraEvt.fire(); Put that on a button or any other Action and the E
Hey Skuid builders - we’re looking forward to meeting with admins, devs and architects at this year’s Midwest Dreamin’ in Minneapolis, MN, Aug 16-18. Are you going? Comment here or on our LinkedIn post to let us know. Chris Stern will be at the booth, so if you’re in the area and want to compare notes with a seasoned Skuid builder on models, components, pages, design systems…we’d love to see what you’re working on. Come get a Skuid hat! linkedin.com Skuid, a Nintex company on LinkedIn: Stop by and see us in Minneapolis next... Stop by and see us in Minneapolis next week! We’ll be attending the MidWest Dreamin’ event August 16th-18th and can’t wait to chat with our fellow Salesforce…
Ready to prove you’re a great Skuid Builder? Now you can by completing the Skuid Certified - Builder exam. We’ve created your six-week study plan to help you pass on the first try. Start hitting the books here: Skuid Skuid Certified - Builder Prep 6 weeks For more information, check out skuid.com/certification Good luck! Cal & Mari
Ever tried to set up Salesforce permissions for your Skuid users and got a bit lost? We wrote the latest Skuid Skool course just for you. In this briefing, Agent Cal guides you through the Salesforce security blueprint. Protect your data while enabling seamless collaboration and mission-critical operations. Complete the mission at Skuid SFX Security Briefing: Licenses and Permissions In case you missed them, here the other new courses on deploying Skuid in Salesforce: Deploy in Communities, Portals, and Sites Deploy in Salesforce Classic: Visualforce Happy learning! Cal & Mari
The first update to our Edinburgh release is here! With this iteration, we’re continuing to improve features that help users build easy-to-navigate applications. Try out the new features today. Happy building! New in Edinburgh Update 1 New label properties for Forms — including a right-aligned label for checkboxes and a ‘no label’ option for all field types The full list of enhancements and fixes can be found at Get the Latest Skuid Releases & Everything That Came Before.Skuid NLX (Next level experience) Enhancements to custom domains (beta) Streamlined SSO setup skuid CLI improvements including --since and --ignore-skuid-db Skuid NLX Release Notes Skuid SFX (Salesforce experience) Updated to Salesforce API v57 including access to Net Zero objects Updated compatibility for Lightning Web Security Skuid SFX Edinburgh Update 1 Release Notes Instructions and best practices for upgrading can be found at Upgrading Skuid SFX. Feature Retirements (NLX and SFX) Internet Explorer 11 is no lo
Do what Salesforce Lightning does when component models are being queried. https://www.lightningdesignsystem.com/guidelines/loading/
Share cool stuff you built with Skuid to inspire others. This is the place to share ideas, screenshots, videos, and sample pages. Here’s how to share Skuid page XML on the community. For more inspiration you can check out our GitHub repos and contribute yourself. GitHub GitHub - skuid/SamplePages: Example Skuid pages to help get you started.... Example Skuid pages to help get you started. Learn how to do cool and complicated things! - GitHub - skuid/SamplePages: Example Skuid pages to help get you started. Learn how to do cool and complic... GitHub GitHub - skuid/skuid-labs: A place for the Skuid community to share custom... A place for the Skuid community to share custom components, formulas, and other extensions - GitHub - skuid/skuid-labs: A place for the Skuid community to share custom components, formulas, and oth...
Want to incorporate AI in your business apps but don’t know where to start? Skuid Labs has three new experiments demonstrating how you can use Open AI to help you work faster and smarter in Skuid. github.com skuid-labs/experiments/dataSources/openAI at master · skuid/skuid-labs master/experiments/dataSources/openAI A place for the Skuid community to share custom components, formulas, and other extensions Ask ChatGPT to draft field data Menu of actions powered by GPT (shown below) Create sample data For more on Skuid and AI, check out the blog:skuid.com OpenAI Integration with Skuid We’ve all heard the hype around AI, so we won’t add to it here. In a nutshell, powerful new AI and machine learning capabilities are raising interesting prospects around automation and efficiency. As a result, all the major technology players are...
On NLX, the Salesforce default of Id is automatically defaulted as the source field. On NLX, it would be a rare exception for that to be the actual field. Personally, I feel it would be better to default to null rather than defaulting to something that is more than likely incorrect.
Our next user group is happening this Thursday 2023-05-11T17:00:00Z! Join for exciting content, including: @duane from Business Bridge will dig into his three pillars of declarative application development Learn how to use REST data sources to get more out of your solution See how you can connect platforms like HubSpot, ServiceNow, and AI services like ChatGPT Sign up on the user groups page:skuid.com Skuid User Groups Skuid connects to Salesforce and Lightning to create powerful apps that people actually want to use. To see Skuid in action, request a demo or start building for free.
Sometimes I just want to clone a row on an existing row on the page without having to create another model just for this purpose.
I have searched the community. This is not a new idea/request. I can see technical responses why this isn’t possible with Skuid. The desire is to do a client-side filter of a UI Only field. Without this ability, we are forced to create a database view with the calculated field and then use the view as our data source rather than the table. It works, but it is a lot more painful than adding a UI field and doing a client-side filter.
Just think it would be a slightly better UX to have component elements moved to it’s own tab between variables and components. An icon can be used instead of text to make space horizontally. It’s odd to navigate to another list of “components” that aren’t really components in their own right.
Titles for each Drop down list for X qty of undo/redo Click on anything in list
First thought: Most of the icons available have additional options built in if only they were exposed in the page builder. Second thought: I hate repeatedly looking for the icon I’ve been using throughout the org. The “what was that icon for this?” thought. Third thought: This can easily be slotted into the Design System with all the same types of controls as other component elements like buttons and fields. In this way we can customize things like this stuff for Font Awesome 4.fontawesome.com Font Awesome Examples Font Awesome, the iconic font and CSS framework Then we can additionally give the icons descriptive names to easily find them. Fourth thought: I would be awesome if icons could be set as a favorite and listed in their section when selecting icons. Final thought: Font Awesome 5 Pro with styling and Icon Wizard!!! Oh my lord it’s so damn slick!!!fontawesome.com Rocket Classic Solid Icon | Font Awesome Rocket icon in the Solid style. Make a bo
Kinda hate wasting trying to fix a page when only one character is out of place. Prevent invalid values.
There are a few things that Skuid can have if only they were to put them in as advanced features section. In there each would have an agreement for each of the following: Acknowledgement of known and unknown issues. Review this list of known issues below to better understand your risks: Acknowledgement that any page and/or org using this is not supported. In order to get support this feature must be removed from the page and/or org.
When setting a Query action, the models selected should be all the models in Active/set model condition actions immediately preceding. When setting the Behavior to Activate and Set Value on the Active/set model condition actio, the value should default to {{Id}} when condition is a lookup to the same object this action is being called from. Save model changes should auto select any models being updated in any row from actions preceding it. There are more I’m sure, but these are the obvkous ones.
There are so many times that I need to navigate through a series of drawers, modals, panels, etc. Currently this is possible for modals and drawers when the actions are directly in the actions. This doesn’t work in the following situations. Sliding Panels anywhere Action Sequences for any of the three above types from Actions Sequences tab Action Sequences being used as an action Modal Actions Probably a ton more places, but it would be great to have for UX.
Adding Block UI with message should add Unblock UI at bottom of list. Adding Activate/Set model condition should add Query models immediately after unless there’s one already. There’s likely more of these, but these two are the obvious ones for me.
There are a few UX gripes I have in the Actions property pane. Buttons only show when selected. This is especially bad adding multiple fields when creating or updating rows. Same thing when wanting to remove multiple. 3 clicks vs 1 click Options are always behind the 3 dots when 2+ options are available. With the addition of undo and redo, we should be able to put the emergency brake down now. Set all options as Icon only with tooltip instead of text.
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.