Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have created a global Reset Action which deactivate the all model conditions and clear the search box using JavaScript Snippet. It works fine if the user is in the session.But when user logs out from the portal and log in back it remembers the last applied filters which was already reset using the Reset Action.I guess the Reset Action is only deactivating the condition it is not toggling the values to the cache to forget the details of removed filters.Please suggest me what to do in this scenario.
So I am trying to set the value of a new row field via the save button. The value should be the Sales_Rep__r.Id from the object Opp, Saved to Sales_Rep_1__c on the OppItem object. From the documentation I though I just needed to call the value via {{$Model.Opp.data.0.Sales_rep_r.Id}} or Opp.Sales_rep_r.Id But when ever I try like below, nothing is passed to the new field. Any ideas?
I have a model that pulls data from two different child models (objects) and display records with a column called “Age”. Age is a UI only formula field and it’s the max of two child models. I couldn’t find a way to sort the master model (parent table) based on this calculated UI only formula field. I tried few links which are a year or two old but no success. Any help is greatly appreciated.
I have a table with lots of filters. Sometimes when multiple options are chosen in the filters, it causes the remaining filters to “wrap” above. This is annoying in itself and is my first issue. Is there a way to keep the filter boxes the same width and not have them expand? My second issue is when they do expand, it causes other filters to be pushed up above the main filter line. And when they do this, they cover up the labels of the filters on the main line.
I have a skuid page that will only display for system admins. I have done the following to try to resolve this issue: I followed the user documentation regarding general page access and ensured correct licensing fro the use. I added the user to the correct Permission sets per the documentation. I shared all pages through the skuid interface with all internal users. I reviewed all object permissions in my org to ensure that the data was available to the profile. I compared my sandbox and production and could not find any different in the profiles and their security. Any possible ideas would be appreciated. Below is the page that displays, it is simply meant to be a landing page and display two tabs. Currently Displaying: Set Up of what SHOULD display: Any suggestions would be appreciated.
I have a button in a Skuid Opportunity overlay that is not working. When pressed, nothing happens at all, not even an error message. Any idea why this might be happening? I and my team are stuck! Button Type: Run Skuid Snippet Snippet Properties: Resource location: In-Line (Snippet)Snippet Body: var $ = skuid.$; var opp = skuid.model.getModel("Opportunity").getFirstRow();var o = new sforce.SObject("Opportunity");o.Id = opp.Id; var contactId = sforce.connection.query("SELECT ID FROM Contact WHERE Name LIKE '%" + opp.Installer_Salesperson_Text__c + "%' AND AccountId = '" + opp.AccountId + "'"); if (contactId.getArray("records")[0] === null || contactId.getArray("records")[0] === '' || contactId.getArray("records")[0] === undefined) { alert('We were not able to find a contact record for the Salesperson contact on this opportunity. To login as user, please go to their contact page.');} else { var result = sforce.apex.execute('GhostingUtil','login',{partnerConId:contactId.getArray
I have a Model called Parent with zero or three records, with with an “Allowed” number field in salesforce. I have a Model called Child, related to the Parent model as you would expect. For each row in the Parent model there may be up to a dozen or so rows in the child model. The Child model has a “Used” number field in salesforce. I want to display a table of the Child model with a ui-only formula field that shows a “Remaining” value. Suppose the data in Parent looks like this: Row | Name | Allowed 1 | A | 10 2 | B | 5 And the data in Child looks like this: Row | Parent | Used 1 | A | 2 2 | A | 1 3 | A | 5 4 | B | 45 | A | 12 Is there any way I can write a ui-only formula so that I can display a table on the Child model that looks something like this? Row | Parent | Used | Remaining 1 | A | 2 | 8 (=10-2) 2 | A | 1 | 7 (=8-1) 3 | A | 5 | 2 (=7-5) 4 | B | 4 | 1 (=5-4)5 | A | 5 | 0 (=MAX(2-5,0))
Since upgrading a test environment to Spark I have found a number of our pages are behaving differently when a user hits our custom “Save & Close” button (screenshot of the high level actions below). When the user hits “Save & Close” the page hangs and permanently freezes. (screenshot below) In another test environment.on Skuid version 11.2.10 I am able to create records of the same type and page xml, using the same “Save & Close” button without issue. Affected page XML below
We have begun experimenting with Spark and would like to replace some apex we have with the new api features to record user location? There is very little in the documentation - I found “Refresh user location”Refreshes the location merge variables to reflect the user’s current location.and I found some merge variables listed for user address.Can anyone explain how we trigger the refresh user location “action” and if we can store latitude and longitude when this is triggered?Merry Xmas all
We have around 80 skuid pages in a module in a managed app which we cant bundle into a static resource as we hit the salesforce 5Mb static resource size limit.Is there any way we can run apex to unpack the module and then a second piece of apex to unpack a second page pack perhaps?Any ideas.
HelloI am having an issue with the Mass Actions on a table I have. I have a table of accounts and I want users to be able to select records on the table to create a bunch of cases en masse based off of data on the account. I then want to update a date field on the account for the date that this happens.I am having no issues creating the cases for all the accounts selected, but I am having issues on updating that date field on the account. I have the actions set up to update the account row with today’s date and then save the model, but it looks like these actions are only being processed when one account on the table is selected. When one account is selected the date is set and saved with no issue, but when multiple accounts are selected the date is not set and the model is not saved. All of the other actions are running just fine. I set the account model to block the UI if there’s an error on save, but that’s not popping up, so I don’t think it’s trying to save at all.Is there any kno
Use Case : I want a field to be required if user with specific profile is trying to create a new record. I added rendering condition to for the field and I have required.This field is throwing an error when the user not specified in the rendering condition tries to create a new record.How can I make this work?
Suggestions for displaying specific text after Model Lookup compares ids. I have a contact model and campaign model. I select contacts and add them to campaign object.Contact and campaign objects are on different tabs. In order to avoid users from selecting duplicate contacts, I would like to put in a comment that user already exists in campaign. I am using a ui only formula field which does a model look up to compare the ids.- MODEL_LOOKUP(“CampaignMembers_Contact”,“Id”,“ContactId”,{{Id}})It returns the id of the contact. But I would like to return a canned text " Contact alerady exists" Anytime I try that the formula does not work.
Salesforce is going to introduce LWC i.e. Lightning Web Component in next couple of months? Is that going to be the end for SKUID?
So I have need to create a Table that allows users to search by a account to find an order. That’s rather simple, The users are also asking to be able to have a additional search box to limit those results further by orders from that account that also have a product item. The issue is that the products are in a related object to the order. Is it possible to do this?
I am trying to use the new spark v2 api table. We have many columns and may need to scroll across the table using a mouse. The touch screen allows me to scroll using my finger but i can’t use my mouse to scroll to the right since there is no scroll bar.
I have tabset with page includes on a number of the tabs. Some of them are rendering…but not consistently and one of them isn’t rendering at all. I’m certain it’s a blatant setting I’m missing but I’m not super familiar with page includes…help! Here are the settings on the one that isn’t rendering. The page being used has 4 of the models that the parent page has. I’ve given them unique names. I don’t know what else to try. Thanks!
have a page with numerous tabs, and five of the tab labels are based on formulas that concatenate text and the value of a field. If there is no record in the model containing the fields, the font of the label is italics and an ugly yellow. How do I change that without creating a record in that model?
A request was made a while back to be able to pass custom arguments to a Javascript snippet. We reported that this was possible in Millau, but the approach hasn’t been clear. So, I wanted to show how this can be done in the action framework, thanks to inputs. But first, I have to come clean. If you’re looking for the way to pass arguments to a snippet, now that I’ve lured you here, I wanted to ask you to consider whether you need code to accomplish your goal. At the bottom of this post is XML for a simple page that shows 4 ways inputs can be used (one of which is a way you can pass arguments to snippets). What are inputs? Take a look at our documentation:https://docs.skuid.com/latest/en/skuid/action-framework/action-sequences/#inputs “Inputs provide the flexibility to have different properties in each instance of a reusable action sequence. With properly configured inputs, a general set of actions can be configured into a sequence. Then each time the action sequence is called, the vari
Hi,We deployed a simple table for mobile (not mobile responsive - we don’t want the wrap). I can scroll right on the table in android, desktop, but not iOS (deployed in salesforce1 or chrome). If I view in “desktop mode” on the phone, I can scroll right.Any thoughts?Thanks!Paul
The docs here mention pages can be moved, but doesn’t provide specifics on how to do so.
What am I doing wrong? I have a table full of Proposal records. Each Proposal has a child record that we call a Commit. I want to let a user select some or all Proposals, enter a couple dates in a popup, and update those dates on the child Commit record of each selected Proposal. The popup has a field editor with two date fields from a Ui-only model, and a title component with a button that runs the following snippet. var table = skuid.$('#vwProposalTableFull'), list, datesModel = skuid.$M('vwCommitUpdates_UiOnly'); // the ui-only model that accepts new dates from the user datesModel.save(); var datesRow = datesModel.getFirstRow(), sentDate = datesModel.getFieldValue(datesRow,'Award_Letter_Sent_Ui'), signedDate = datesModel.getFieldValue(datesRow,'Award_Letter_Signed_Ui'); // STEP 1: Load array with IDs of selected Proposals from the table. Funded only. // This step works correctly. if (table.length) { list = table.data('object').list; } var idsA
I have a model on account and I want to filter accounts based on Oppty amount. Currently there are a lot of associated oppties but I would only need Oppties based on certain Stages and record type.I tried using UI only model but don’t know how to go about it.
When I click a record, instead of taking me to the record in SFDC, I get the following error. "The name can only contain underscores and alphanumeric characters. It must begin with a letter and be unique, and must not include spaces, end with an underscore, or contain two consecutive underscores. "Anybody else facing this issue.
Hi,Has anyone installed the new Spark release in Salesforce Production yet? (not sandbox)Thanks,Ann
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.