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 two separate objects that have fields with matching information such as industry and country. I would like to query a table on object 2 with information from object 1. That is fairly easy to do by adding a row action button on object 1 that activates and sets values of conditions of object 2, then pulls up a popup with the queried table. Then I just have to make all of the conditions one long OR statement. (ie Industry OR Country OR ect…) However, it would be great to be able to rank these by strength of match. If I have 10 OR conditions and 9 of them are met, I would like that one to appear at the top of the table rather than the one that only has 1 out of 10 matches. Any ideas on how to do this?
Disclaimer - This is a rather knarly one for which I’m not sure there is an “easy” solution that meets all use cases. Looking for some creative thinking on this one… When a hotkey is assigned to a button that exists within a table drawer, when the hotkey is invoked, it is not executed on the drawer that has the focus. For example, let’s say a Tab page for Accounts has a drawer containing a table of contacts for that account. The table for contacts has a global action for “add new” with an assigned hotkey of Ctrl-Shift-C. When on the page with one of the drawers having the focus, pressing Ctrl-Shift-C results in the new contact being added to be the last row in the Accounts model whose drawer is visible. I’m assuming this is because it was the last rendered row to register the hotkey event delegate and it’s using executing preventDefault/stopPropagation. Our users are doing data entry so having to use the mouse is less than ideal. One idea I had on how to resolve would be to perform
We have fonality CTI integration with Salesforce and suppose to have click to dial functionality within Salesforce. On my pages where there is a phone number we show the telephone icon but when clicked nothing happens. I’m sure there is something I don’t have activated, but I’ve looked all around and cant find what I’m missing. Thanks for the help in advance.
Using the guidance at https://community.skuid.com/t/edit-mode-button?topic-reply-list%5Bsettings%5D%5Bfilte…, if a Field Editor starts in “Edit” mode, when changing to “Read” mode, the event delegates for the fields (hover, dblclick, etc.) are not attached. This appears to be due to the way the editor itself is initially created as the delegates are only established if the editor is in “read” mode initially. Additionally, there doesn’t appear to be a way to force the delegates to attach. This becomes an issue for pages that start in “edit” mode (e.g. New, Edit, etc.) but allow toggling to “read” mode. Is there a way to force the delegates to attach that I might be overlooking or any thoughts on how to trigger the desired behavior? Steps to reproduce: Create page using XML below Open page picking any Account On initial display, the top Field Editor starts in “Edit” mode, the bottom one in “read” mode. The “hover”, “dblclick”, etc. work on the bottom editor. Click the “Flip to Edit” mo
Woohoo!!!I’m finally set up. I’ve got the website up. I’ve got my essentials & advanced certifications. I’ve got the Skuid Ui Alliance Certified Consulting Partner status.I’m very passionate about Skuid. I’ve got very discerning taste in UI design. I’m very honest about my capabilities. There are quite a few individuals here in the community that are much better javascript developers. That said, I always quote hourly for the time I believe it takes seasoned developers. I consider myself expert in all things Skuid except for javascript. I’d say I’m approaching ‘very good’ in this realm. So, if it’s javascript heavy work, I’ll potentially quote 4 hours and work 6 hours to fulfill the requirement.I don’t mean to sell myself short, but I do want to set the expectation. There are plenty of testimonials on the site to shore up any lack of confidence. :) www.crmblazon.com
Since I know this can’t be done since this object doesn’t allow for it, I’d like to fake this functionality in Skuid. I can create a text field called Role. I can create a custom field renderer. I can store the Role ID in the text field and render it’s Name in read mode and render a picklist in edit mode.The question is how as I’m still rather novice when it comes to custom field renderers.
Trying to import pages into a sandbox from an export file but when trying ot update the mapping to remove the unmappable fields like Owner.Name the remove link on the page does nothing.Tried different browsers and a different machine.
I would like to display a table of chatter posts that are just the feeditems with a particular topic. I’ve tried making a model condition where the body contains the #topic but that didn’t seem to filter the items entirely. I’m not sure if having a seperate topic model and using that for a subquery or as a field from another model, but I kinda tried that. Our business goal is to have employees add a client’s favorite foods/etc to a chatter post with #faves and then to show that list handily on the clients record.
We’re looking for possibilities of real-time dashboards. Skuid now has great charting capabilities when you change data on your page. What about functionality that automatically refreshes a Skuid table and/or visualization component when a user on another machine updates data related to the page’s models? Any ideas other than just refreshing the page on a schedule?
I would like to be able to call some JS method to cause a Field Editor in a popup to be validated, without actually saving it. This is so that a snippet that I’m running, from a multi-step action on a popup button, can verify that the page is valid before it goes and update a series of other fields on the model prior to the save. Is there such a method or technique to cause validation to run on-demand, including updating the page to show the validation error and letting my JS know that the validation failed?Thanks,- Chris
This has to be an easy one and I’m just not looking in the right place for the answer … Whether in a table or as a field on a screen, once that field is put into edit mode, it immediately shrinks down to two or three lines of text in height with scroll bars. When editing a long-text field (like a description) this is really frustrating and difficult to manage. In view only mode I can see a whole lot … But once I hit Edit … it collapses down to this … How do I change this default? I noticed that even in this conversation window, the box that I am typing in expands as I add more text. That should be a feature available in Skuid screens as well.
Blank screen on page load, with this error. Any ideas?
In the below screenshot, “Add New” button creates a new row to the model, which adds a new section to the page with 10 fields.Let’s put the user added 3 rows, is there a way for the user to delete his second entry. I know you can’t add a button to a field editor, is there other component or other workaround.
HiI would like the ability to have Model filters that are not associated with a table.i.e. To have an empty table with a Filter on it. The filter will be applied when a model/chart is associated with the table
The question is simple, but I suspect the answer is not quite so.I know how to use the getDate() and setDate() functions, but they give me the day of the month. Doesn’t work when I want to add 6 days to January 31, 2015. Oddly enough the answer I get back that is March 9, 2015. Watch the video to see what I mean.I basically want to do what I thought would be easy in javascript. Like this example from datajs.
Can we add extra table header with column span for SKUID tables? I need to add the “Account Summary” and " Account Address" header for SKUID table.
I have created an opportunity wizard, I have workflows set up to perform field updates when the record is saved. When I run the preview of the wizard, the workflows will fire and update the opp record, but I cannot see those changes in the wizard view, I have to go back to standard SF.
I have a custom Skuid page embedded in a home page component that displays a list of custom objects as “cards” (see screenshot attached). Currently, all Internal and Partner users can access the custom object listed on the cards by clicking on the Record Name. This is working just fine. Here is my template code:
HiFor some reason a scroll bar is showing on my field editor in a tab set with the left scroll bar.There are multiple rows from the data model (2 rows) so the field editor is reproduced twice.There is no need for a scroll bar - it scrolls to either blank or all fields.Why is this scroll bar here? How do I remove it? ThanksErin
Hotkeys before Superbank allowed for all Hotkeys to work at the same time. For example, I have a Hotkey on a popup that saves and closes the popup that was CTRL S and I also have a button on the main page that was save that was CTRL S. When you pressed CTRL S on the popup, it would save as well as close the popup. Now if you press CTRL S with the popup open, only the button on the main page is triggered and the popup does not close. I could add the close topmost popup onto the main page button to achieve this same thing, but then the save button will not grey out once the model has saved because it will be a multi-action button rather than just a save button.
Is it possible to dedupe the data in a Model used by Chart component before it is displayed. Here’s my scenario, I have a report that counts number of a custom history object which logs the historical status of an object and charts it out split down by a number of different fields in different charts. However in some cases a record may have more then one of these history records as it may have been through a status twice, in the chart I want to only count each status history once. Is it possible to write something custom do modify the Model before the chart displays/splits the data? I’m fairly new to Skuid so apologies if there’s something obvious I’ve missed…
Over the past few days I developed a script to use with charts to update their tooltip with additional data using the “Before Render Snippet” option on a chartThis was working and demo’d yesterday, however I came in this morning to a message from my boss saying none of the charts I modified are working.I’m now getting this error “Uncaught TypeError: Cannot set property ‘formatter’ of undefined”Inspecting the chart object I see the Tooltip node is no longer exposed, was this changed? I also checked the installed package and I can see the following“Modified By Skuid, 18/02/2015 02:02” so it looks like a new minor version of the package was pushed last night? Below is a simpler version of my code that causes the same error: var chart = arguments[0]<br>chart.tooltip.formatter = function(){<br> s = 'my test string';<br> return s;<br>}<br>&nbsp;
Is it possible to add “default row” when Drawer child table have no records for corresponding Account record in List view?
I have a table for which I need some custom validation when fields are edited. I want to create something like:Action: When a specific field on a row in model is updated, run a snippetSnippet:If field X (which is the one that was updated) is not empty and field Y (in the same row) is not empty, revert the value of field X back to its original value and show a message (similar to an issue from awhile back would be great), or even remove the value from field Y.I may be able to figure this out with some of the existing examples, but I can’t determine what arguments are passed into the snippet in this case. How do I refer to the record/context of the current row that contains the field that was changed? I can see that “arguments[0]” in my snippet contains an object, but what object is it? Every attribute I try to access (index, value, id, row, etc.) of that object is undefined.
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.