Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I wanted to start off and say that I love the flexibility of Skuid and how fast I can make changes.As of right now, you can manipulate skuid pages on a granular level with the xml output it renders. I thought it would be cool if we can have a rendered output ofJSON possibly. My reasons of this would be that the page schema can build models and use the existing Skuid javascript API’s. Another idea would be building the page with a terse python like format where it could be less verbose in comparison to the nature of XML.Thoughts?
I’m trying to create a chart that is somewhat like a pivot table. Is this possible using charts in Skuid via a model on a standard object? Here’s an example of what I’m trying to accomplish.
Skuid-Grunt got me thinking about github and collaboration. I’d like to see a Deep Dive on collaboratively building components on github. Of course the emphasis on building a component, but covering the non skuid portion of how to colloborate on Github as well.I’d really like to make more custom components. Barry has been doing some nifty things and I’d like to get in on the action. I’d love to see some components being built as a group effort using Sublime and Github by the community.
When overriding the label for a model field, merge syntax contained in the label is not being processed. If you override the label at the field editor field level though, it is processed. Steps to reproduce: Create page from xml Preview page Expected Result: Field#1 Label - "Overridden on Model: Field #2 Label - "Override on Field: Actual Result: Field #1 - “Overridden on Model: {{{Name}}}” Field #2 - “Overridden on Model: ” Notes - When this is addressed, would be great to see the issues at https://community.skuid.com/t/field-editor-labels-built-using-merge-syntax-do-not-upda… and https://community.skuid.com/t/obtain-label-metadata-property-of-field-in-renderer addressed as well since they are all related. Sample Page XML <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobject="Account" adapter="" t
Currently, the only way to locate a UI-Only field is to scroll through the model fields in the Models area (left-hand side of builder). There is no way to “search” for a UI-Only field by name. Would like to see a new “tab” added to Model->Fields Properties Window called “UI-Only Fields” to go along with “All Fields”, “Selected Fields”, “Child Relationships”. Ideally, UI-Only Field would be included in “All Fields” with a special “annotation” as well as in their own separate tab but at least having a separate tab provides a better means for locating UI-Only fields.Thanks!
Yo! I hope y’all are well. I often find myself assigning pixel widths to table fields so that the text doesn’t wrap. I’m aware I can automate this with some javascript and some css, but it’d be great if you could declaratively choose to not wrap text in a table field. Particularly now that we have scrolling tables where the width is less of a concern.
It would be handy to have a link somewhere on a model’s settings (perhaps under fields) to the salesforce setup page for that model. Instead of username –> salesforce setup (right click to open in a new tab) –> objects –> click on the objectCan we make all that a single click?
There has been ongoing discussion recently to enhance the features currently available in the Field Editor “Section Header” as well as provide the same type of capability (section headers) for other components in the form of a collapsible wrapper. In dire need of this type of functionality, I wrote a custom component that solves for most (hopefully all) of the use cases I’ve seen posted and decided to share it for anyone that might find it useful. Disclaimer: This component is not built by nor supported by Skuid so please don’t ask them to fix anything that might be wrong with it 🙂 This component uses publicly exposed Skuid APIs, however a lot of them are not documented nor officially supported. This means that in a future release, this component might break. While it’s unlikely that this would occur, it is possible so please be aware. This component was just finished and has not gone through a full test cycle. I did my best to use the Skuid APIs properly, however since they are n
I have the following action Branch that is not returning true.The value are in the image. Why? IF (ROUND({{Do_Not_Email_Length__c}}, 0) = 0, true, false)
Would like to see support added for conditionally “showing header” on Field Sections. This would be similar to the SFDC feature where a section header can be displayed on “View” but not on “Edit/New”.Thank you!
https://bitbucket.org/skuid/skuid-gruntThis will be amazing! Can’t wait for the skuid page api.
Hello, I think a good idea would be to add certain functions that could make life much easier in Skuid 1- Ability to add a condition on each aggregation (if necessary) Example I want to Count Aggregation on field: Status But I only want to to count those with Status: “Approved” I know this can be done by creating a duplicate AGG model and put that specific status in a condition, but when needed to do this on a lot of status and/or different fields, it can become a nightmare or even an issue of Heap Size I tried to do this with a UI field formula IF(Status==“Approved”,1,0) and then AGG that field but did not work either 2- On AGG Model, Ability to use a function to concatenate or Concatenate Distinct on any field + indicate a Concatenate Delimiter (a comma, or …) Example I Have 5 records with 3 different fruits. I would like to be able to list all the fruit name separated by a comma in a text field format (not a table) Example Apple, Apple, Banana, Banana, Kiwi Or use Concatenate Disti
Currently, lookup field filters only support “ALL” meaning that for any filters that are specified all must be TRUE when looking up data.Similar to Conditional rendering, would like to see “ALL”, “ANY” and “Custom” configuration options for lookup filters.Thank you!
We love the Salesforce Labs Agile Accelerator app, a free comprehensive project management tool from the App Exchange: https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000ps3jEAA There’s a lot of pretty awesome Visualforce pages included there, but there’s also a couple places where it’s severely lacking, in particular relying on list views for the Work object, and not having any way to see all records for the Task object. . Immediately we set to work building skuid pages to support our use of Agile Accelerator - and we’d like to share those pages back with the community! Some of our key ‘user stories’ for improving agile accelerator with skuid: be able to look at all user Stories sorted by Product Tags and make mass updates and edits be able to see all the Tasks that I have to do today, and what priorities are there There’s a lot more that these pages help accomplish, but those are two of the key ones. Note: in order to avoid an error, you’ll need to add a custom fie
I’ve created a UI Only field called “Running Balance”. Works great except that I have to save the model on page load as the custom field updates the rows in order to display the values. I’d like the option to exclude the field from registering as a model change.
If I need to customise a page, I usually clone the current version and make changes in the clone. It’s useful to have the original open at the same time but this brings with it the danger that I accidentally edit the original.It would be great if there was a little “Lock” icon I could click that meant that I couldn’t make changes to a page (which when clicked again, allows for edits).
I’d like to filter the Accounts whilst still using Automatically option. I can’t use a model to do this as their two many records and this causes a heap size error.
So I’ve been creating the same set of components (field editors in grids in a wrapper in another wrapper) 15 times for the same page. With all the background, padding, boarders, sizing, etc… It takes a bunch of time. It came to mind that You could probably put a wrapper-like component at the bottom of the page builder with a single button labeled “copy”. The user could drag any component or component cluster into the wrapper. When the user hits copy, Skuid would copy all XML code between the open and close tag of that wrapper component and paste it back into the xml right before the close tag. The user would see a carbon copy of their component cluster appear right below the existing one on the page builder. All the models would match up because the original components were built on the same page. . They could then drag wherever they want. The user could leave frequently used component clusters in the copy section and just use the copies, that way they they would always be just one but
Another neat idea would be for wizard steps to offer vertical and horizontal sliding effects as the new page is loaded. You could make the new step look like it is coming from the right or up from the bottom of the wizard pane.
I have a date range filter on a table. Unlike other filters, it does not seem like you can force the filter to clear upon page reload. I am assuming there is no way to get this filter to clear each time the page loads?
It would be neat to use the redirect action to redirect to any component by its unique ID without having to reload the page or requery. Similar to how the wizard works where you can navigate to “step2”. Maybe you could place page anchors on each component so that you could redirect to the page anchor? This came to mind when I quickly wanted to add wizard buttons to the bottom of the wizard in addition to the top as I have some lengthy wizard pages. I did f see a good solution for navigating to the next step from a custom button. I could recreate a wizard with tabs and redirect to the tab, but that requires page reload which is messy and slow and would require saving and requery before it is due. P.S.: Skuid Banzai is the greatest thing that has existed in this world. (Don’t tell my daughter I said that!)
Since i had a few times the same Issue and have to work arround, i think a shortcut would really help.I would like a Render/Enabling Condition wich allows me to check for a Fieldvalue in every Row of the Model. Use case of this would be, i can Enable a Button only if every row of my Model is filled out as intendet (For instance - every row has an Account linked to the record)The workarround would be the following: https://community.skuid.com/t/render-conditions-render-if-a-value-is-in-any-row-in-a-m…
Can you please make it possible to copy to clipboard the xml of an unsaved page. I just ran scheduled maintenance on my server. Not a super big deal, but it sure would be nice to be able to access the xml on the page in order to save it later.
Skuid Community search is obviously a hugely valuable tool when trying to figure out “why that thing keeps doing that thing that it isn’t supposed to do”. It would be convenient to have a search bar for the community right on the Skuid design page… I realize that the community resides outside of Salesforce, but you could probably open the search results page of the community in a popup. It might get more community adoption and it sure would be convenient. Just an idea…
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.