Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a page with two tabs. One tab has a table on it displaying 50 rows. The other tab is a page include with another table also displaying 50 rows. Several of the columns of each have sort by functionality. Sometimes the sorts work and sometimes the get hung up on the “Please Wait” message with a Blocked out UI. I’m trying to figure out if this is a know issue, if it is because I am trying to display so much data on a single page, or if it is something maybe to do with filter conditions that I have applied to the tables. Anyone have any insight on this? Thanks!
Emily from Skuid was helping me with this last week but I wanted to ask the community because I am really lost as how this is working for others and not me. I am not sure where I am missing the mark. I have an invoice field that I need to filter on. The field is a string so I can’t use a regular table filter for multiple select. So I followed this thread and made a couple of tweaks to suit my needs. I have been told by a couple of people that the way it is built should work properly as it works for them, however it does not for me. It only allows me to filter on one record. When I type in a second invoice number it is ignored. How it is set up: 2 models Invoice Filter (used for the filter) and InvoiceList (Table) Invoice Filter has a single row for the field editor with a page title with a “Filter” button that is connected to the Invoice List model. Condition on Invoice List model: Field: Invoice_Number__c Operator: is in the set of values Value: Multiple Specific Values State:
Hello community…I’m using a Table with a Custom View and I would like to execute a Row Action (in this situation, I created a Custom Row Action) from this custom view.Any idea?ThanksMat
Salesforce has the capability of Control how various file types are handled during upload and download,via Setup->Security Controls->File Upload and Download Security, I made the “Don’t allow HTML uploads as attachments or document records” option enabledand wanted to prevent uploading some file types eg: HTML,exe etc. via my skuid page.As i can see salesforce blocks the particular files properly, though skuid doesn’t handle the related error message, (in the browser console I can see 401 (Unauthorized) error message) Does skuid support this functionality? Has anyone got the same problem and found a solution for this? Thank you in advance
I have one field called registration date.I have added manual select option filter. There i have used THIS_YEAR,THIS_MONTH and other date filters. but it is not working. I have provided xml.Please check and let me know where I am doing mistake.
Hello,I would like to filter candidates to worky by few fields. Regarding to (https://community.skuid.com/t/filter-table-using-or-a-value-entered-by-the-user) I create this action framework and it works but…When I add more than 3 conditions in grouping logic with ‘and’ (1 and 2 and 3 and 4) searching is not working. Is there any limitations how many conditions could be grouped?Another question is: When I have 3 filelds that according to them I would like to filter and I set Values on 1 and 2, and 3 is non selected, Skuid search candiates that have matching values in 1 and 2 and empty value in 3. I would like to search by matching values in 1 and 2 and any value (empty and any value) in 3 is it possible?Best regardsPawel
This may sound a bit strange as to why I would want to do this, but I need to be able to enter a name into a text field and have it update a look up reference field. I can do this with the id, but I need it to relate based on name. So if I am in a field editor using the model Patient and Patient has a lookup field to "Illness " object, I need to be able to have a text field from patient choose the Condition 1 record based on name, not id. The basic question is that I can update the field if I use the id of the illness record, but I can’t get it to work using the name of the illness record. Is this possible?
Want to make Assigned To field on Task, should point Partner User, User instead of Lead, Contact.We have followed the reference“https://community.skuid.com/t/can-i-limit-which-objects-are-possible-targets-of-polymo…” _ as well followed the given proceedures such as1) creating inline snippet2) using that snippet for custom field rendererBut it doesn help us the way we expect. Any help with this asap will be appreciated. Thanks.
Has anyone replicated SF’s recurring task options with any success? If so, would you be willing to share how you did it?I have a popup for creating a new task and would like to give people the ability to create a recurring task from this popup but SF looks to reuse some of the recurring fields depending on what frequency or recurrence you would like.Thanks,Scotty
I have a very complex opportunity detail page. There are nine related objects, all with their own tabs. Three of those related objects are joined to the Opportunity via join objects. Two of those objects are working fine, but this third object isn’t.What I’m trying to do is to display in a table data from the related object, not the join object. Our opportunity is a Loan, and the three related objects are Borrowers, Properties, and Title Reports.Borrowers are a record type of Account, and are joined to the opportunity via the Borrower Join custom object. My BorrowerAccount model has a condition of Account ID is in the BorrowerJoin model’s Account field. The BorrowerJoin model has a condition of Opportunity lookup field is in the Opportunity model’s ID field. On the Borrowers tab I can display data from the model BorrowerAccounts, and directly edit the accounts. Properties are a custom object, related to opportunity via the PropertyJoin custom object. My Property model has a condition o
I have created a Skuid page for my Task details. I want to use this page for task creation and also view viewing the details. I have a button to create a Task and I am able to send certain data like type, whatId, etc. to it which is working well except I want to populate the activity date and a completed date field with Today. In my global action to create the note, I am not using the create a new row action because it would not be in the same model.Another issue is that I am also using this page for creating a to-do which can have the activity date set as today but I want the completed day to remain blank.Any ideas? (Ideally I would not like to use javascript)Thanks,Scotty
Is it possible to have a pie chart split the pie slices according to individual options in a multi picklist? I have the pie chart set up, but each pie piece illustrates the concatenated value of the multi picklist values. Example: Pie piece 1 displays the label, “Option A, Option B, Option C”. I would like each pie piece to just display a single Picklist option. Thanks
I would like to clone a parent record, and multiple child records of that parent record with one click. I would need the cloned records to have the same parent/child relationship as the original records. Example: I need to clone and opportunity with opportunity products and a child custom object. Is that possible?
For a new calendar that I’ve built, I get some odd behavior when the displayed dates are changed (I’m assuming this is adjusting some sort of condition on the model).If I change the dates displayed, I cannot create any new appointments.I’m sure I have missed a piece at some point, but can anyone figure out what is going on?
We have a unique field to prevent duplicate entries from being inserted. We delegated this to Salesforce to minimize the number of server calls. The problem is that even though we anticipate that exception can occur, we are unable to find a way to prevent the duplicate values errors from being shown.Please advice.
I thought I was cool and had figured something out here. but alas. I’m humbled. The goal is to create a next tab and previous tab script that can handle tabs that can be conditionally rendered away.Generally, the expected syntax for ‘next tab’ would run something like this: tabset.tabs(“option”, “active”, tabset.tabs(“option”, “active”) +1). But that causes trouble when a tab is conditionally rendered away. Here’s a page to see what’s happening: <skuidpage unsavedchangeswarning="" showsidebar="false" showheader="true"> <models> <model id="User" limit="0" query="false" createrowifnonefound="true" sobject="User" doclone="" type=""> <fields> <field id="IsActive"/> <field id="UserPreferencesActivityRemindersPopup"/> <field id="ReceivesAdminInfoEmails"/> <field id="ForecastEnabled"/> <field id="UserPermissionsMobileUser"/> <field id="UserPreferenc
Conditional rendering in a popup only works if the model of the rendering condition is the same model as that of the model of the “context” that opened the popup. (i.e. The model of the page title of the button that opened the popup or the model of the table that popup is a row action of).
I have a table with 3 records, when hitting the “UnApprove All” button I want to update the “Approval Status” field with the same value for the 3 records, they all should change to “Not Approved”, but for some reason only the first record in the table is changing, below how I defined the button and what I’m seeing. I’m missing any another configuration? What can I do update all the records on my table, when hitting that button?
Is it possible to change the Day View to show the hours vertically instead of horizontally?
Is there any way to change file encoding for table exports, similar to how you can choose encoding in the standard Salesforce reports export details options? A lot of our data contains foreign characters which makes the export feature unusable unless we can export with ISO-8859-1 encoding.
I have a use-case where I would like to be able to “Export table data”, even if there are unsaved changes on the model (which would essentially ignore any unsaved changes).I noticed, however, that if I have unsaved changes, the Excel icon is greyed out and I am unable to export. Is there a snippet I can use to override this?
I have a situation in mobile page builder. I have a skuid button to run multiple action. First action is to run javascript snippet validation rule for character limit check, required field check and check for valid email. When limit exceeds or required field empty or invalid email, javascript returns false and on-error action for the first action is block UI and show error message, but it still fires next action. Is there any way to stop firing next action in mobile page builder, if a rule returns false. Multiple actions on button: Javascript snippet ‘validStep1Fields’: //Define boolean variables var limitExceeded = false; var empty = false; var validEmail = true; //Validate Email format with Regex var validateEmail = function(email) { var re = /^(([^\<\>()[]\.,;:s@""]+(.[^\<\>()[]\.,;:s@""]+)\*)|("".+""))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/; return re.test(email); }; var mergedRegisteredFields = $.extend({}, clientModel.reg
ERG!!! This is not following any standard for week numbers. Here I was attempting to make everything work with the data grouped by week that starts on a Monday or Sunday. Nope. First day for the year this year, 2015, is Thursday. So the first day of week for every week is Thursday.
I have a use case where I want to run a snippet whenever a checkbox field is clicked. Any guidance would be appreciated.
I know a question was asked a couple of years ago:https://community.skuid.com/t/are-all-day-events-supported-on-the-calendarI could not find if this functionality as been added or if there is a good work around.Thanks,Scotty
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.