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
Is there way to right align the navigation items in Spark? Also, I can’t find a way to make the navigation font bold.
I have linked outlook calendar and everything is working as expected except when I click on an event the popup detail show UTC time. I have tried using skuid.time.getLocalDateTime() to override field metadata, UI-formula fields, also tried templates and Java snippet: skuid.time.getLocalDateTime(new Date()); var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]), $ = skuid.$; skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field, value); var TimeZone = $(‘a’, field.element); var output = $(skuid.time.getLocalDateTime()); if(TimeZone.length){ output.append(TimeZone.html()); } TimeZone.replaceWith(output);I do not know Java. Please help.
I’ve found a few spots where Salesforce dependent picklists are being coordinated in Spark. The first is within the form component. Having the controlling field and the controlled field on the same form, the dependent picklist doesn’t update when the controlling field updates. The second spot is in the wizard. Having a second form later in the wizard also doesn’t update the dependent picklist.
I currently use a product, jotfrom, to create forms that need a payment with Paypal. I would like to use Skuid. Here is how I build it in jotform.https://drive.google.com/file/d/1aOOymKvlmfrRmpBgMNOy87KQ0YRlGfye/view Here is what the finished product looks likehttps://form.jotform.com/81755030975259
The buttons in Spark take their usefulness to a whole new level. I really like the direction of flexibility in their styling to become more central design components on the page. The ability to display a picklist as a button group is pretty slick. With this said there are some adjustments that would move the needle to make them useful at this level. First, when using the button group as the display type for a picklist field in edit mode, I’d like to be able to set the type to detached to leverage the styling in the DSS, which I was able to setup with the style I’m after. Currently the button group defaults to attached and there no way to change it. The second issue is that neither button groups or buttons themselves wrap appropriately on smaller viewports. Button groups display in a row and overflow past responsive grid divs. A single button does this and where these are being used for explanatory links, they scroll off the side of the screen rather than word wrapping. This als
I have a page that as an admin I can open fine but other users can not. When the page loads for them it is like the “Id” parameter is not being read. I pasted the error below. I am only querying one record for the main model. Here is the URL: https://skuid.na62.visual.force.com/apex/skuid__ui?page=ASCM_Supplier_Site_Account_Page_Include&id=001U000001eD5NdIAK Here the error: Operation Too LargeThe requested operation failed because the query attempted to return more records than the allowed limit. For example, for queries on Activities, you may not return more than 100,000 accounts. Reduce the scope of your query and retry the operation.
I cannot figure how to condition a child relationhiphttps://drive.google.com/file/d/19oLj585PWZuCmBBfHMebnCV00c4bwNG8/view
I am probably missing something but when using mass action context for a table in a pop-up can have context operator of “in/not-in” as the selected rows are being passed to the pop-up. When using a standard button with Run-Multiple-Actions -> pop-up table only has option of field matching level context. Is there a way either declaritively or snippet to pass the context of selected rows from table to the pop-up table a la mass action?Thanks.
Hi, Actually I have got a problem here. When I load a good number of data (for ex, even 17,000 records) on my skuid page, then it shows the heap size error stating ‘Apex heap size too large: 6271211’. Please help me in getting this resolved.
The pagination is broken when viewing the table configuration popup in Spark. Clicking on the other pages does not actually advance and show you more fields.
Hello, I’ve done this type of action a lot of different times, but first time i ran into this issue Nothing i tried works On a table I have a Mass action to mass update 1 field, but some reason only the 1st row gets updated. If I change the rows to use to 'All Rows in model it works and updates all , but does not respect the rows selected if i use the option Rows in Context Anyone has an idea of why? On the same page, i have the exact same logic on another object, and works perfectly… Quite confused Thx
Is it possible to add a Date Range filter for Child Relationship condition? I would like to add a table filter in Account table where Contact is created on the certain date range. I have attempted but it is not successful. Here is my skuid page xml Contacts
Are there any tips or tricks about improving page load time in spark? I have pretty simple pages and they are taking a minimum of 7 seconds to load. Here’s the network Trace. The Theme Service API takes about 2 seconds alone:
The default org currency is GBP. I have a currency field that is correctly showing the £ in the table on the page, but the value filter on the page is incorrectly showing the $ symbol. Seems to be a bug. Is there any way to get the filter to show the correct currency symbol?
If I develop a page in V1. Can I use a V1 page include to reference a V2 page? Can I use a V2 page include to reference a V1 page?
Hello,The ability to update the Description field using the File Upload button’s action framework no longer works. Does anyone know of a workaround to update this field on upload.I tried applying actions “after upload” but it is unclear on how to specifiy the files that were just uploaded. The number of files uploaded at one time range between 1 - 3. If I apply an update action after upload as is, it will update all Descriptions for all attachments for that object.Any suggestions or special coding would be greatly appreciated! Currently on Skuid 12.0.8 using v1 pages in Salesforce classic.(this has worked great for over a year, recently stopped working a couple of months ago)Thanks,Ann
This morning I started working where I left off on my skuid pages and every single one of them states: An internal server error has occurred. Even the Skuid Pages, Skuid Theme, Skuid Page Assignments say the same error. However, I can get to regular Salesforce pages. We are on NA75. Salesforce is not down. I cannot get to any of our skuid pages, nor can I see any of the production skuid pages. Unfortunately, every object we have is handled by Skuid, so…we can’t work. The only thing that changed last night was that I installed a package from the AppExchange called Bulk Object Field Creator which needed to modify our remote site settings. I will uninstall that and see what happens. Any ideas?This is the message:An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact Salesforce Support. Please indi
On Spark 12.0.8, if a field of the type “time” is used as a model condition, the query will fail with the message that the value shouldn’t be enclosed in quotes. After editing the XML directly and setting the enclosed in quotes parameter to “false”, the model queries correctly and behaves as intended.
2 questions on the Wizard Component in Spark: Is is possible to move the step label below the step icon, similar to the screenshot here. It looks like merge syntax and HTML aren't working in the labels. Is this going to be added back?
In Spark, the template fields on the form component don’t allow html. Entering this into the field: {{MailingStreet}} {{MailingCity}}, {{MailingState}} {{MailingPostalCode}} displays this: Any way to address this?
In the DSS, there are settings for styling icons on Input Text. I can’t find anywhere in the page editor where this is able to be selected. Is there XML available to use if this is intended functionality?
https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_sharedto.htm
Is there a way to identify that a specific table header column as been clicked. Since tables are sortable dynamically (via allowordering) there should be a eventlistener. I am working on grouping by that column (a la building aggregate model dynamically and new dynamic table) but I need to know which column they are clicking on.Any ideas? Thanks in advance!AP
In the spark page editor, in the action to update a row where you specify a picklist field, the picklist values for the field are not returned. You can edit the XML to get it to work, but not declaratively.
Our Sales team would like to be able to see the Company field of the Lead that their activity is connected to through the WhoId field. However, the WhoId field looks up to two separate objects; Contact & Lead. When I try to select fields to lookup through the model it doesn’t show the Company field. How can I modify the XML or field to see the Company field from the Lead Object through the WhoId field on the Task (Activity) Object?
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.