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
We are implementing our first custom field renderer. The renderer is controlling the display of thousand separators on edit. It seems like the field renderer snippet is re-evaluating the fields in a UI-Only data model on every edit of the field. Is there a way to disable the re-evaluation of those fields?
Hi folks! been a while since this was discussed, but are there any clean ways to pull in additional chart types from high charts?
Defect/Issue Description:A description of the bug Environment: API Version: unknown Release: Spark Release version: 12.2.14 Platform: Salesforce Brief Summary of the Defect/Issue: Picklist values are intermittently disapearring for users on a particular page. They will be available, then disappear for users. It has been happening for about a week. This is across operating systems and browsers, and is not affecting each and every user. All users have the same Profile, and the RT is identified on the model. Action Performed: We didn’t change anything, the bug just started happening.
Is there a best practice for preventing users from colliding on the same record in Skuid? In Salesforce it will show an error if a record you try to save has changed since you loaded it but it looks like the feature does not come through in Skuid. Is there a way to prevent one user from overwriting another’s work?
I’m trying to figure how one would embed a video in Salesforce Lightning or a Experience/Community. I’ve seen a few post that indicate possibly creating a custom component or using a template field to iFrame & embed the video. Given Lightning blocks iFrames, it seems like there would be another step to put the Skuid page into Visualforce vs. using the Lightning Component. I’m wondering if there is a best practice for embedding videos in Lightning?
Hi I’m trying to configure the multipart request to fetch the data from Redcap which I think only support POST multipart request with FormData. Here is the sample Method log which I want to configure in skuid rest data source. Request URL: https://redcap.domain.org/api/ Request Method: POST Request Header: content-type: multipart/form-data; boundary=----WebKitFormBoundaryKAzVPFkqfpiJUJ7n Request Payload: Content-Disposition: form-data; name=“token” xyz ------WebKitFormBoundaryKAzVPFkqfpiJUJ7n Content-Disposition: form-data; name="report_id" 123 ------WebKitFormBoundaryKAzVPFkqfpiJUJ7n Content-Disposition: form-data; name="content" report ------WebKitFormBoundaryKAzVPFkqfpiJUJ7n Content-Disposition: form-data; name="format" json ------WebKitFormBoundaryKAzVPFkqfpiJUJ7n Content-Disposition: form-data; name="type" flat ------WebKitFormBoundaryKAzVPFkqfpiJUJ7n Content-Disposition: form-data; name="returnFormat" json ------WebKitFormBoundaryKAzVPFkqfpiJUJ7n-- This request will return
Defect/Issue Description: The table header can have merge syntax, but if the value of the filed used in merge syntax is updated the table will not be updated, even after model.save() e.g. {{ReferenceField.Name}}, Initially the header is displayed fine, but if the ReferenceField is updated, header will not display the correct heading because different ReferenceField will have different name. Environment: API Version: v2 Release: Chicago Release version: 14.4.11 Platform: Salesforce Brief Summary of the Defect/Issue: The table header can have merge syntax, but if the value of the filed used in merge syntax is updated the table will not be updated, even after model.save() Action Performed: Open Table Drawer Enter text into Field1 Press save Notice the table header has not updated of either tables Close drawer open Drawer The table inside drawer will have its header updated. (probably because it was rerendered) Expected Result: The header of both tables updated, either when the field is u
Defect/Issue Description: After trying (attempted multiple times) to upgrade Skuid release I get an email that i was unsuccessful for the following reason: “The post install script failed.” This has also happened on two different sandboxes. One of the sandboxes has been recently upgraded to 14.4.11 without a problem, a month tried to upgrade to 14.4.12. The other sandbox was refreshed the same day, so attempted to upgrade from 13.0.15 → 14.4.12. Environment: API Version: v2 Release: Chicago Release version: 14.4.11 → 14.4.12 Platform: Salesforce
I’m using the latest release of Skuid Platform on a postgresql data source. I have a currency datatype field in the database. The value shows up in a table view correctly, but when I add the field to a form, the value is empty. Same everything in Skuid (user, record, field, datatype, etc). If I change the database datatype from currency to numeric, everything works correctly. It feels like the Skuid table can handle a postgresql currency data type, but the form component cannot.
Setting a rendering condition picklist on a table and deck does not work. It is an all or nothing based on the first record. If the first record is a match it shows the entire table or deck. If the first record is not a match, then there are no records shown. Older rendering condition worked fine. **Environment: Chrome Version 96.0.4664.93 (Official Build) (64-bit) API Version: v2 Release: Chicago 14.4.11 (also did not work in previous version. Platform: Salesforce
Defect/Issue Description: If there is a model linked to a form/table component, and a Number Field is set to 0, then when the model is saved the field value will disappear. Though, the model will retain the value of 0. Environment: API Version: v2 Release: Chicago Release version: 14.4.10 Platform: Salesforce Action Performed: Create a model with a number field Create a form/table component and surface the number field Set the field component via UI to 0. Save the model. Expected Result: Field component to display 0. Actual Result: Field component is blank/empty. Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" theme="AviecoAccuityDesign"> <models> <model id="Response" limit="20" query="true" datasource="Ui-Only" createrowifnonefound="true"> <fields> <field id="F1" displaytype="TEXT" length="255"/> <field id="TextArea" displaytype="TEXTAREA" length="255" ogdis
Defect/Issue Description: Condition value is not cleared for multi-select filters after user selects and un-selects option(s). Though, for single-select condition the condition value is cleared after user un-selects an option. Furthermore, in release 13.0.15 the value used to be cleared. Environment: API Version: v2 Release: Chicago Release version: 13.0.15 → 14.4.9 Platform: Salesforce Action Performed: In page editor Create a model with with a condition that allows multiple values. Create a multi-select filter for that model. In page view select one or more options for the filter. You can observe that the condition that been enabled and the condition value(s) have been set. Un-select all of the options for the filter. You can observe that the condition has been disabled, but the conditon value has not been cleared. I use the following via JS Console to observe the condition: con = model.getConditionByName('example'); con.values; con.inactive; Expected Result: A list with empty stri
I’m attempting to create a new Skuid page that I plan on leveraging for use with Salesforce CPQ. One of the things I’d like to see if the community has been able to implement is the Product Rule, Error Conditions, Price Actions and Configuration Rule objects within a skuid page. Now, I know what you are asking yourself, Will…why are you recreating the Quoting experience of CPQ in Skuid? Well, cause a few reasons, 1. Skuid is better and 2. I need to be able to mass add products to multiple accounts at the same time in our architecture which relies on a Quote Line Fields. Reps dont like taking 12 hours to build a quote that can be done in 5 minutes with Skuid… For Example, I want the ability to mass add 40 Quote Lines of a Bundle and then add 40 components of that bundle to the quote for each quote line. This way we have one bundle with one product within it. As we add other products that have product rules we need to enforce, we need to ensure that the skuid page cannot add things disa
When i try to input the value in a field of type date. Date picker is showing far below the actual field.
Defect/Issue Description: API Version: V2Release: BostonRelease version: 14.4.9Platform: Salesforce
We get this error on all our Skuid Pages when in the builder. Environment: API Version: V2 14.4.9 Release: Boston Platform: Salesforce
If I specify for the model to have a limit of 20 records then Skuid will create a SOQL where it says limit to be 21. Although it seems strange Skuid manages to make it work, as the model only has 20 rows, tables display 20 rows and they show the ‘Load more’ button. Though, I do not know how I can make it work with REST models. If I specify the limit to be 20, my Apex REST resource will get 21 via the parameter. If I do paramLimit - 1 Apex will return 20 rows as expected, but Skuid will interpret that I retrieved the max number of rows, since 20 < 21, and it will not allow to ‘load more’. If I return all 21 rows, and then ‘load more’ will return duplicate rows, since the offset is set to 20 instead of 21. I’m unable to increment offset on the Apex side because I do not know by how much to increment. E.g. I’m pressing load more for 3rd time, Apex will receive a limit of 21 and offset of 60 (since 20*3 = 60), apex does not know it’s the 3rd time and that it should increment by 3. I ass
Hi Guys, is anyone experiencing issues writing back to a DSO? We can query all data, but trying to update a field and saving it gives me a very ‘generic error’ We checked all possible permission setting, different DB users… to no avail, the DB si not even getting the request I tried on latest skuid version in sandbox and same issue Any help would be greatly appreciated Thx
Iam How to identify SOQL errors and show it on Skuid UI
In the documentation it says this. var api = skuid.lightning.workspaceAPI; https://docs.skuid.com/latest/en/skuid/api/skuid_lightning.html
I am trying to adopt 399 records and it throw’s an error.
This discussion has been merged.
Deliver amazing digital experiences 10x faster with MuleSoft and Skuid. A Proposal For over seven years, thousands of developers, admins, and business people have used Skuid to build killer applications for millions of users on the Salesforce platform. Just as MuleSoft’s Anypoint Platform takes the “donkey work” out of building APIs and integrations, Skuid removes the “grunt work” out of building application front-ends. With Skuid, you can rapidly build rich digital experiences that leverage the data and process unlocked by APIs created with MuleSoft’s Anypoint Platform. With MuleSoft, Skuid, and your existing data sources and services, you get an end-to-end, scalable platform for rapidly integrating and building powerful, useful applications with little to no code. While we have already positively determined the technical feasibility of a MuleSoft-Skuid collaboration, we want to gauge real-world interest and gather broader input from you in hopes of determining the desirability and vi
https://community.skuid.com/t/how-to-have-skuid-listen-to-lex-platform-events-howandhttps://community.skuid.com/t/seeking-deeper-understanding-of-lightning-component-eventsAre great.However I think I must be missing something as Zach talks about event triggered sequences there is no skuid:event in the declarative list of Event Names. So if for custom platform events do we need to set up a listener via code to then trigger the action sequence?My use case this go around is very straight forward:Attachment gets added to sObject(it is Attachment so process builder wont work), fires a trigger that publishes event (for skuid) that then runs action sequence ( which closes sliding panel).Thanks for all the help. Hope everyone is safe and well!
Using RPA, I am trying to capture a 16 digit number from a program and paste it to excel. Either it will not copy it at all or it will copy it and change the last digit to 0. I have tried using the commands ‘get html object text’ and ‘get html object value’. Am I using the wrong command?
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.