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 Skuid page based on custom object ‘Post’. Added this page to the task as the idea behind is I want to collect data from each task. Issue is when I add the data in skuid form, it is displaying same data across all task. Not able to limit it to current task. As you can see in the screenshots below under Task “Send Quote” > Post per day and Task “Test” > Post per day is displaying same data. Tried to add conditions on both but nothing is working. Any suggestions?
I need to list specific picklist values based on the previous field value. For example, if Field-1 value is 10 then show picklist values A, D, G in Filed-2. if Field-1 value is 20 then show picklist values B, H, N in Filed-2.How do I accomplish this?
I was under the impression that I could declaratively set a model to listen for changes in records that may be happening by other users. For example, if I am work with a contact record and another person on my team is working on that same record, Skuid could “Sense” an insert, upsert, or delete action on a record and trigger an action sequence. I don’t see that anywhere. Is that a thing?
Will this change affect Skuid V1 pages, and, if so, is there a plan to have a V1 to V2 converter?What is changing?With the Summer ‘21 release, the following Lightning Platform API legacy versions will be retired and will no longer be supported by Salesforce:SOAP: 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0 REST: v20.0 Bulk: 16.0, 17.0, 18.0, 19.0, 20.0 *Currently targeted for June 2021; date subject to change. Customers can continue to use these legacy API versions until Summer ‘21 is released, when these legacy versions will become unavailable. When these legacy versions are retired, applications consuming impacted versions of the APIs will experience a disruption as the requests will fail and result in an error indicating that the requested endpoint has been deactivated.
I am new to Skuid. I want to create a Skuid page which auto generate task when a case is closed and due date is Today.
Hi,Can you use a snippet to call custom salesforce button? and iif so what is the syntax? I know you can create a custom link button, but I need to add actions to this button and need more control over it. For instance, the custom button is on a pop-up and once the user clicks it they are redirected to another page, but the pop-up remains, and I need to close it.Thanks in advance!
Since updating to Spark 12.4.7 I have several different models on different pages that were using conditions based on field from another model that are no longer working. The models are now returning all rows, ignoring the condition.
We built Loan App, Financial App, Fund App, and HR App all on Skuid for Salesforce. And they all work brilliantly because of Skuid through mostly no coding methods, BUT in our Financial App and Fund App we have found that Skuid tables lack the ability to manage financial data because it does not allow - in one table only - the ability to display detail rows by group, display the subtotal of that group, and then break and repeat for all of the different groups in the data. For example, I am looking at hundreds of financial transactions, and they are categorized by GL Account Number, or TaxLine, etc. Let’s say I want to see - in only one table - all of the May transactions from my bank account and I want to see all of the Deposits first, subtotal, break with section header and then start the next section called Expenses, subtotal, break with section header and do this over and over for each break on the TaxLine__c field. A solution I found on this forum was to use filters and I am doing
In version 1 we use a rich text field to show the following a button with a unique path for that record. The formula field is: HYPERLINK(“http://www.xxx.com/find/?action=propertydetails&query=”; & Street_Address__c &" “& Text(Street_Secondary_Unit__c) &” “& Street_Secondary_Unit_Number__c &” “& Zip_Postal__r.City__r.City__c &” “& Zip_Postal__r.State__r.State_Name__c &” “& Zip_Postal__r.Zip_Codes__c , IMAGE(”https://dorothy.com/Images/SalesForce/RPR_Logo_Only 16x14.png", “Map” , 16,14) , “MWSalesForce_single”) How do we do this in v2?
I’ve just upgraded Skuid to the latest version (Spark Update 3 (12.4.8)). Now Chatter is not working in both V1 and V2 in Lightning experience. We cannot enter any message in Chatter. Please help to resolve ASAP if possible. It’s very urgent for us.
I wanted to dynamically change text based on conditionally enabled. Ex: I have button, which enabled based on different conditions, with different condition, I need to inform, what factors this button gets enabled (dynamic tooltip text).Is there any way to get this done? Below which I have provided snap shot of this. Instead of static Message tooltip, I want to provide dynamic text, is this possible.
Hi! Is there a way to add a Visualforce Tab to the tabs section on a skuid page? we want to add the Churnzero connected app as a tab on the account object
page https://portal.skuidsite.com/designsystem/samplepages I am trying to download the “Dashboard”. It is asking for the Skuidsite domain. What is it?
as per title…an Opportunity Record/Detail page using Skuid Assignment sliding panels work once then won’t display when the next record is loaded. (Ironically it is likely a rendering issue as there are actions that execute on sliding panel that still run/render just unseen because the panel doesn’t slide out). Sample page attached. Will work fine in preview but when added to lightning, fails. To reproduce: Place button in Page Title component that opens sliding panel (any config) on a record page. Navigate to tab then to record and the second time the sliding panel triggered in Page Title won’t display. (In sample one button is in and out of Page Title). Refreshing the page will then let it work once. Skuid for SF v12.4.8
Hi Guys another weird issue I have a model with transactions and running a UI only formula to determine if it’s a Deposit or a Debit ( i use same formula on other skuid pages with no issue) IF({{amount}}>0,“Deposit”, “Debit”) for some reason on any record I preview, on some rows it applies but on others no. I tried rebuilding completely the model, works for a bit then again randomly breaks… Any ideas?
We are currently having challenges with setting Skuid Page conditions for page query based on user selections/actions made within Salesforce Community. Is there a good resource of videos/documentation of how best to push external inputs over to Skuid pages for the users? Particularly hopeful for a declarative path, if that is available. For our specific use case, we have users entering a Salesforce Community who will be selecting a record from a related list on their contact record and then looking to have that selection be pushed over to a Skuid Page’s conditions that holds forms needing to be queried and pre-populate based on differing related record selections.
We are using Skuid (v2) on Saleforce to build an online member application for users that primarily leverages forms for their data input. However, users will need to upload additional files such as CV/resume as they fill out the application (attaching the custom Application object record that they create during the experience on Skuid Page). Hitting a few roadblocks and wondering if anyone can help direct me to resources or has suggestions on the following:1) Is there an option when using Skuid file upload (with attach to record option), to have the user upload as related Files instead of related Attachments? Seems Salesforce has pushed users toward Files on their end.2) Is there an option for users to view Skuid file uploads (as added record attachments) within the Skuid page view following upload(s)? Like a table or otherwise showing the file listed as they go through the application.3) If able to view, is there an option for users to remove/delete Skuid added attachments after addin
I’ve been dealing with this issue for a long time. I posted about it probably a year ago, but no assistance was provided so I’m hoping some Skuid support specialist will take up the torch to research this issue. I just got off the phone with Salesforce tech support for the second time. We went through every license, every profile setting, every permission set and they determined that my issue was with the SKUID app, not salesforce. I have two users that are set up as system admins. Identical settings in every way. I have a table that loads records from a custom object Both users can load the first 200 records without issue. When User 1 hits the “Load More” button, more records load as expected When User 2 hits the “Load More” button, he gets the following error. Read access denied for OASP__Assets__c, controller action methods may not execute. This user DEFINITELY has read access to all records in that object. They are system admin profile and I even specifically created a special per
HI, Please help, I created a Skuid page and finally got it to work just as I wanted. But when I added it as component on my record page it is not pulling the correct data. I am looking up Contacts on Account, that are tied to a junction object called AccountRoles. I have 4 models: Account, AccountRole, CustomObject, SelectedAccountRole and Contact. On Load, the page retrieves the Account ID and all related AccountRoles The scenerio is this. I have a Related Contact UI picklist of all of the contacts related to the Account. This field is looking at all AccountRole ids that are tied to the Account. Once the user selects a Related Contact the AccountRole ID is saved to a Salesforce Field called AccountRoleID. A model condition of the SelectedAccountRole retrieves the matching AccountRole A model condition on the Contact retrieves the matching Contact.Everything is working as expected when I run it in Skuid preview. But it is not working on the Salesforce page. On the Salesforce
HI, First time encountering this weird issue Using a PostgreSQL Data Source, i have this table that for some reason shows the correct Table row Count (footer) , but table not displaying all rows…See Screenshot below. Says there’s 165 records but only 5 displaying on table. Table has a setting to show all rowsIf I try to search a row in the table’s search box info from a row that is not displaying, it works and the funny thing once I clear out the search box all rows appear… but if I refresh the page, again only the same 5 records appearAny ideas?Thx
As per title. 😉
Defect/Issue Description:Context on Message Area not working properly Environment: API Version: v2 Release: Dubai Release version: 15.0.5.0 Platform: Salesforce Brief Summary of the Defect/Issue: When merging in a field into a Message Block in a deck the context breaks and it only shows first-row record Action Performed:merged in a field into a Message Block in a deck Expected Result:Context holds and display correct row data Actual Result:the context breaks and it only shows first-row record Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Opp" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Opportunity"> <fields> <field id="AccountId"/> <field id="Account.Name"/> <field id="Amount"/> <field id="CloseDate"/> <field id="OwnerId"/> <field id="Owner.Name"/>
Hi everyone, I know I asked something similar on this. I want to change the colour of field when the value in that field has been updated. It is to attract the attention of users to a recalculation that has taken place. I only want this to take place for a few seconds and then go back to its original background colour. The JavaScript snippet I had doesn’t work. Does anyone have a good one? Many thanks
Defect/Issue Description:A description of the bugApply and Cancel buttons disappear when moving Mass Update dialog box Environment: API Version: (v1 or v2)v1 Release: (Chicago, Boston, etc)Spark Release version: (Version Number)12.0.11 Platform: (Managed cloud or Salesforce)Salesforce Brief Summary of the Defect/Issue: An easy-to-understand description of the bug (e.g., “When mass selecting items (not including clicking the ‘select all’ checkbox), other checkboxes on the rows selected appear to take on a checked value.”). When performing a Mass Update from a table component, if the dialog box is moved with the mouse, the apply and cancel buttons disappear.Action Performed:The action that resulted in the bug Table component. Default Mass Action option: Mass Update. Select multiple records on the table. Select the “Mass Update Selected Rows” button. Click on the title bar of the dialog box and move the box.Expected Result:How the page should have performed The Apply and Cancel butto
Defect/Issue Description: If a Reference field is set up on REST model, and a filter is set up to look at that field, the filter will Autocomplete filter (no choice), and if user attempts to type something Skuid will throw an error. If he Steps bellow can be repeated for Ui-Only and SF model an error will not be thrown. This error only happens with REST models. Environment: API Version: v2 Release: Chicago Release version: 14.4.15 Platform: Salesforce Action Performed: Create a REST model with a (any) valid source Set up a UI-Only reference field. Set up the Reference part of the created field Create a filter (or a table with a with filter) where it’s pointing at the field we created Press on the filter so it allows you to type It should display a list of first 20~ options. Attempt to type anything. Expected Result: The displayed options for the filter should update the available options to select and display them. Actual Result: Error messages are shown and make page unusable. Ad
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.