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 have basic asks on the Skuid tables & need to know if these are possible with current Skuid or are on Skuid’s roadmap: 1) End users should be able to add/remove columns on the table.2) Remember column sort order applied by the user. Thanks!
Salesforce released a patch to the Summer 16 release last night - and installed it automatically in all sandbox instances that are on Summer 16. The patch breaks customer's ability to use custom components and custom themes. The patch was supposed to include a "fix" to this Known Issue: https://success.salesforce.com/issues_view?id=a1p300000001ACTAA2 but we believe they have made the issue worse instead. Some Key notes: 1. This issue is not related to Rockaway. It impacts earlier releases including Banzai. 2. This issue only affects selected sandbox instances (that are on Summer 16). We have no reports of this impacting any production. We will keep you up to date as we know more about this situation.
I have used Skuid for a few years and always knew what a fantastic tool it was. I have never been more thankful that we use Skuid for Salesforce than today. I had built a complicated process that I thought was working properly till it wasn’t (which I am sure we can all relate to). The SF solution would be to build about 45 rollups with 45 different conditions in a process builder. In comes Skuid to save the day! With an aggregate model and Ui-only fields I was able to achieve my desired result. Thank you for always expanding on an already fantastic tool!
Love the fact that Skuid has added the ability to call a snippet in conditional rendering!Unfortunately, the current design does not provide any context to the snippet that is called. While there are some use cases that just need to globally evaluate something, more often than not what needs to be evaluated in a free-form snippet pertains specifically to the data in context (e.g. table row action, etc.)The “context” information is present in the code path that calls the snippet so would like to see this passed through to the snippet so it can be used duration evaluation. Without this information, many of the use cases for this feature are unattainable.Thank you!
A little adaptation of http://help.skuid.com/m/11720/l/205447-skuid-model-model#loadAllRemainingRecordsAll this inline script to any page, and it will load all the records for the first model of the page and display the nice loading messages. This is handy if you have a list view page and want to load all the rows, but you want to do it in chunks to avoid heap size limits.I made it generic so I could reuse the same static resource on multiple pages. (function(skuid){<br>var $ = skuid.$;<br>$(document.body).one('pageload',function(){<br>&nbsp; &nbsp; &nbsp; var model = skuid.model.list()[0];<br> $.blockUI({ message: 'Loading all available '+model.label+'...' });<br>&nbsp; &nbsp; &nbsp; model.loadAllRemainingRecords({<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;stepCallback: function(offsetStart,offsetEnd) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; $.blockUI({ message: 'Loading ' +
HiI need to perform some actions after a file was successfully uploaded. Sadly there are no “Multiple Actions” nor “Run Snippet” options available.Is there an event I can subscribe to or do I have to make a different approach?Cheers
We have had the need recently to create timed tasks for the current user, such as timing calls with clients, work time elapsed etc., from any page in our org while synchronized on all active browser tabs. Hence, the Timer custom component. The component runs as a two-part system and is intended to be placed in the header of your orgs’ master page. The logic is handled by the mBlazonryComponents custom component pack, while the display is handled by my mB fork of this jQuery-counter. Aside: we’ve had to modify the original counter from the link above for two reasons: first, because it wasn’t working the way we wanted it to, and second we may choose to replace the display portion of the timer with something better later on. The mB logic controls the saving and updating of the various state variables and Datetimes, the events and invokes Action Framework actions that you select for when various events occur. The jQuery counter is responsible for displaying the time on the page visually.
Hi,I’m wondering if there’s a way to make my table’s field in the ‘configure edit mode popup’ to be in read with inline editing insteadI tried setting the table tot hat option or read only, and fields always appear in edit modeEven when i check the box ‘read only’ in each field, same result.I understand it’s probably intended.But is there any way to bypass that without use of field renderer?Thank you
Hey Skuidsters - I took a moment to try and develop a solution the old, pre-skuid way to remind myself of how tough it used to be. You offer an amazing product, and the coolest part is that it is such an empowering tool. The other day, I had an entrepreneur friend complaining about how his developer/found was holding him hostage and preventing the company from growing. I sat with him and drew up an MVP prototype in 2 hours. To say the least, his mind was blown. Skuid + SF helps you go from infant concept to prototype at unnervingly fast speed. I only post problems on here, so I wanted to pause and vocalize my appreciation for you guys. Thanks for being cool. Thanks for doing what you do. Thanks for including us in your journey.
It would be handy to be able to sort by Module on the PageList table. Just takes one click, Skuid!
It would be convenient to be able to sort a model by a specific field using the actions framework.
It would be great to have an option to show all of the fields on a model that aren’t used anywhere in the page, with an option to select all or some to remove.
Generates the app upon connecting to the data. Clicks not code. Sound familiar? Maybe some good ideas here take Skuid mobile to the next level.https://powerapps.microsoft.com/en-us/
I know I can do this with Javascript, but you know.
It would be great to have an option for save buttons and the ‘save models’ action in the action framework that would mean “All Models.”That way, if I add a model to my page, I don’t have to run around and add it to the list for any save/cancel buttons.And (potentially) it would capture models in page includes that can’t be accessed in the builder’s ui to generate xml?
I have tab labels that uses merge syntax to display the total number of records in a model. When I update and requery that model using action framework, the label does not update so the total number of records shown in the tab label is inconsistent with the number of actual records displayed in the table within that tab. It would be nice if there was a way to trigger update of merge variable values upon requery.
I was working on a feature to determine what filter was selected but I wasn’t able to find a way to determine if a filter was selected. For a button, there is the action framework to add snippets,publish events, or whatever. Table filters don’t have that option.For a table component, it would be cool if there was a way to hook into an event like so I can do something like the code snippet below.If there is a way, I’d love to have a deeper understanding on how I can tell what the filter is selected. Any thoughts? <br> skuid.events.subscribe('table.filterTriggered,function(filter){ //TODO: get access to the selected filter. }); ```
At today’s Rockaway Release Webinar we announced our latest set of community champions. They are: - Bill McCullough- Jack Sanford- Raymond Stone These guys have been super quick to jump in and help everyone here on the community with your challenges and problems. Their level of commitment and creative problem solving is just amazing. Thanks a ton! And get ready… some swag is coming!
Nice work, gentlemen. You are champions.
I love the that the Rockaway release has this collaboration feature. It would be a cool idea if you can do chat with other users that are collaborating on the same page.
it would be nice if there was a shorthand type reference to the snippet stuff. eg $Snip.getSnippet()
It would be nice to be able to choose to use a custom javascript renderer for row actions.I want to render a row action based on whether a value on the table’s row matches the value of any row in another model. I can’t find a way to do that with regular rendering conditions.The ability to render row actions with javascript without writing a whole custom table view would make tables and row actions much more flexible.
I’m sure there are bigger issues the Skuid team is tackling, but I’ll continue to post my “practical wish list”: It would be neat if there was an action that would convert a Skuid page to PDF/HTML and allow it to be presented for printing, uploaded into content like the Skuid upload component does, or sent through email. Then you could build custom email templates right in Skuid that leverage Skuid models, UI fields, etc… If you build email templates in Salesforce, I can’t easily get… Say a table of my top 5 opportunities that all begin with the letter j and have addresses in Alaska with summary totals of vaious fields displayed in decorative boxes at the top of the template and headers and footers that match my theme. If I could build email/PDF templates in Skuid as regular pages, I could rule the world (I may be exaggerating)
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.