Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Enabling a column for sorting by setting the Allow Ordering option seems like it would be a no-brainer. But it still seems to be a mystery, particularly if you enable more than one column. It would be nice to tell a user what to expect when they click the arrows and what the flyout digits mean.
Trying my best to figure this one out, but hitting major roadblocks. Could be my own ignorance, lack of caffeine, and poor search terms…We have a custom object where a user fills out a form requesting work to be done by required due date. I built a custom clone page (following the tutorial) for users to request new work with all the same information–EXCEPT, we need them to fill out a new due date.I followed the tutorial and the field is set to edit and is required, but how do I make it clear out like it would be when first filling the form out? It is a date field and I want it to be blank to force the user to enter a new date. I would be okay (not great, but okay) with it being a pre-set value, like tomorrow. But, clearing out the data and forcing a new date to be picked is the ideal situation I am looking for.Am I missing some easy step? (Please tell me I am.)
I have followed the tutorial at: http://help.skuidify.com/m/supercharge-your-ui/l/269735-add-nested-rows-to-your-table-with-drawersCannot get the nested table in the drawer to show any data. Here is a video on how I have it set up:https://drive.google.com/file/d/0B409lhd9sYDcd2dOc0xzQVZhUjQ/view?pref=2&pli=1
I have a button menu in which certain buttons are only meant to be viewed/used under certain conditions: The function seem to be working properly except for one issue. When the user clicks “SUBMIT TO VENDOR”, 2 new buttons are rendered: The problem occurs when the user clicks the cancel button - which simply cancels the action and renders the new buttons invincible. The function is working, except it leaves behind the following trace: When I review the Developer, the style has changed from “display:none” to “display:inline-blocks” Can anything be done about this?
I’ve added a search component to a page that is related to a model that is tied to an external object exposed via SF connect. You have to match the case of the text that you are searching which will be a challenge if users are not aware of the format of the data in the source system. Are there any options?
Load more does not work correctly in a table that is tied to an external object made available via SF connect. In my case, I have an external object that has 9 records but on the model, I have set to initially load 5 records. So after page load, the table had five records displayed and shows 5+. After clicking “load more”, I see 5 records and the record count is 5. For this specific case, if I set the model to initially load 10, then the table has 9 records displayed with a record count of 9 and no “load more” button.
I am having issues with querying a model via an action after initial model load when that model is tied to an external object (made visible via SF connect) . I have a “Model A” that is related to a custom object that is used to set a condition on “External Model B” Here is my sequence of events: 1) Both Model A and External Model B are initially loaded and I can see correct data for both in two table 2) I made a change to data in model A and Save and see changes in it’s table 3) The next step in my multi step action queries “External Model B” but I see no change the table showing it’s data a. As a trouble shooting step, I added a button to query “External Model B” but I see no change to the table b. As a trouble shooting step, I added a button to empty model “External Model B” but I see no change to the table c. As a trouble shooting step, I have built actions trying to activate/deactivate model conditions but I see no changes in the table tied to “Ext
When I update a record in sf my log files are created correctly. When I use a managed package, Skuid, to update that same record the log files are limited and different. I have the setting at finest or finer. Why does it behave differently? This started about 10 days ago.
Is there a trick to getting UI-field based conditions working? I have a UI field that checks two values and if they differ, sets its (boolean) value to true. I then have a condition that uses this field to filter out rows that don’t equal true, which doesn’t seem to work (I see both rows with true & false). Any help would be appreciated. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="User" limit="1" query="true" createrowifnonefound="false" adapter="" type="" sobject="User" doclone=""> <fields> <field id="Id"/> <field id="Name"/> </fields> <conditions> <condition type="userinfo" value="" field="Id" operator="=" enclosevalueinquotes="true" userinfotype="userid"/> </conditions> <actions/> </model> <model id="InvoiceList" limit="100" query="true" createrowifnonefound="false" adapter="" type="" sobject="SCMC__Invoicing__c" doclone=""
I’m implementing the salesforce service console with a ‘skuid’ Account list view by following the instructions here . Now it all looks lovely however the list view override should only be applicable to 2 profiles only (Profile A and Profile B), not org wide. How do I accomplish this?
Big page with lots of queries. I thought this was fixed with 7.31?
After refreshing our “partial copy” sandbox, we are getting the following error when trying to access Skuid Central, Page Assignments, Themes, etc.: “Stale Session Exception The page you submitted was invalid for your session. Please try your action again.” After investigating further it seems that certain custom settings were not copied during the Sandbox refresh. We found this post that describes a similar issue, so we recreated as many of the settings as possible. However, I got stuck at the “preferences” custom setting. The “Default Organization Level Value” information is missing: When I try to add it by duplicating what I see in my production org, I notice that the “location” information is missing and that I get an error if I try to save the record: What is the best way to recover from this issue? Should we re-install the SKUID app in our Sandbox?
On a record detail page, I have a table for a child object. I am filtering the table based on one of the child object’s fields. When the page first loads, it shows all possible values. I would like it to hide all values until a filter option has been selected. Any advice? Thanks.
If I change the name of the module on a bunch of my pages some of which are used as page includes, will it break all the page includes?I’ve noticed that part of the url string sent to page includes is “module=”And when I use the ‘edit’ link in the builder on the page include component to try to edit the page that I’m including, the module is in the url.
I am no longer seeing a debug log for skuid. If change record in salesforce, without using skuid UI, a flow is run and the debug log shows the flow running. If perform the same record change using the Skuid UI, I know longer see that the Process Builder or Flow even ran. However, I know it did run. Why?
I have UI field that is in DateTime format. I have set up a date filter on a table with auto generated conditions. I select a date range that should show no results. However, all records are returned.
Is there a way to identify differences between the server’s copy of a page and the local copy?Is there a way to commit only pages that have been edited?
Hi All, We can have a column summary which will show sum/max/min/Average on the bottom of the table and just below the column. Is there a way the same we can do it to the top of the table and just before the filters ?? Client Does not want to scroll down to see the sum when there are many records in the list.Please suggest
Hello, I have a ‘Customer’ as a master and ‘Alias’ as a child object. I need to display these Customer records along with their aliases in a table.I have created a child relationship template field of aliases and added that to the table. Seems to work great! 🙂 However, after using a table search box, it does not display aliases. Not sure what I am missing…Please help!
I have a fairly complicated SKUID page that I almost have working. I have an empty model I’m using to store aggregate rows from other models. What I’m trying to do is have a dropdown that controls the filters for all of my other models. I created this dropdown with an HTML template, and successfully get it to call my In-Line Snippet when I change a value on the dropdown. The problem I’m encountering is that the filter I’m trying to apply gets applied BEFORE I actually set my filter! I print out my model to the console and the condition gets activated before the code I use to set the condition is even applied! Here’s a screenshot: I followed this post as an example: https://community.skuid.com/t/cross-model-linked-conditions This is the most confusing problem I’ve encountered with SKUID so far, any advice would be appreciated. Thanks!
I have a table inside a page include. When I load the include the first time, the table looks like this: Notice that the footer says “Showing rows 1-2 of 2” … yet it is not showing any rows. If I open the console, the table renders. If I perform any other action which queries the table’s model, the table renders. There are no rendering conditions on the table. The page include and table are working just fine everywhere else (as far as I can tell), just not on this page. Any ideas, community?
Two questions on lookup fields. 1. Is it possible to set the default on the lookup search popup to more than 5 records? 2. Is it possible to display a file in this table. For instance, we have this file field on a custom object called PDF. I can get the file name or URL on to the table, but it cannot be clicked on. This would allow the user to preview the item before selecting it.
Maybe there’s something I misunderstood. But cannot figure out why I cannot see the “bubble” on the day’s view I see the Lead name… but there is no “bubble” where the date/tiem field is supposed to be scheduled on (like month/week view work fine) As shown here the reminder is for 10 AM but does not appear in day view Any ideas? Thx
I am trying to build out an aggregate model on a custom object for forecasting. In Salesforce reports you can create formula fields that reference previous group values to create formulas to show percent change in numbers week over week, month over month, etc. Is there some sort of ui-only field functionality in skuid that would allow me to reference a previous value in a table to report the % changes? Thanks!
Is it possible to pass model data to an invocable method who’s parameter is a List of the SObject type? For example (taken from https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_Inv…): public class AccountInsertAction { @InvocableMethod(label='Insert Accounts' description='Inserts the accounts specified and returns the IDs of the new accounts.') public static List<ID> insertAccounts(List<Account> accounts) { ... } I’ve been able to Expose an Apex Class as a parameter but cannot seem to get concrete SObject Types to work. Each time I choose the Apex action and then type anything at all in to the parameter value property, the value is not being “saved” (when I click away and click back its gone) and from that point on, changing the Apex Action property to a different action doesn’t change the parameter list. In short, the property viewer basically dies but there is no exception, no error message, etc. Before I capture all the
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.