Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I am creating a UI-only dynamic model and a dynamic table but am unable to get the table to go into edit mode! The xml for the table when I create it has ‘mode=“edit”’ attribute set for the <skootable element - I am also trying by grabbing the component object and setting its mode and list.mode to ‘edit’ - neither works. The xml below is a short example to replicate the issue. The Fetch Data button calls a snippet which loads up the Contacts model. An action on the model calls the ‘create model and table’ snippet which grabs data from the Contacts model and creates a dynamic model and table. The Edit Mode button tries to set the dynamic table into ‘edit’ mode. Does anybody have any ideas how to get the blinking table into edit mode? models.loaded var params = arguments[0], $ = skuid.$; var model = skuid.model.getModel(‘Contacts’); if(model) { //set conditions if applicable model.updateData(); }
The documentation for v1 and v2 Button Set components seem the same. https://docs.skuid.com/v12.0.8/v1/en/skuid/components/ink/button-set/ It describes the behavior of v2 button set perfectly but v1 seems just like it did before there are no button group on my v12.0.9 v1 composer. Am I missing some other item? Or is it actually only available on v2. Thanks John for pointing out they had been added to Spark!Cheers,AP
When trying to access skuid pages I get a ‘too many redirects’ error (except for one specific page). This is only occurring in our sandbox, and started today without any configuration changes that I can thing of that might have caused it (we had our content deliverability limit increased bt Salesforce but I don’t think that’s related). One skuid page is rendering fine. The rest are erroring out and look like the screenshot below. I tried: Clearing cache/cookies/content settings, going in incognito, using two fresh browsers (firefox and edge) to no avail. Here’s a screenshot of the issue. Has anyone else seen this problem before?
I am pulling in the value from a long text area in Salesforce to a basic field editor component on my Skuid page. The apostrophes are being shown as &#39; instead of an apostrophe. I have seen a few threads in the community regarding a fix for custom field renderers but I am not using a custom field render er, I am just using the standard field editor component. Please help!
Hi, I have two skuid pages and when I load a good number of data (for ex, even 17,000 records) on my pages, then it shows the heap size error stating ‘Apex heap size too large’. I have already tried putting the ‘Max # of records (Limit)’, it worked for one page but the other page is still showing the same error. Also, there is a button on the page (which started working fine after putting the limit), which changes the status of one of the fields on being clicked. But, unfortunately it is only changing the status of the records which are being displayed on the page after putting the limit and not of all the records in the database. But I need to change the status of all the records in one go (which is the actual requirement). Can you please suggest a better approach to deal with this heap size error, as setting the limit dosen’t seem to be working for me and the client needs all the records to be loaded automatically in one go on page load and he won’t have to press the ‘Load More’ opti
Hi, In Skuid table, the height always equals 0 although the data exist in the table. Please help to check.
I have a skuid page that I’m exposing via the Lighting Skuid Component within a lightning community. The page has inline javascript. It will not load. If I remove the javascript, it will load. I have my Content Security Policy set to “Allow Inline Scripts and Script Access to Any Third-party Host”, and have generated support files for all pages (and even manually generated the support files for this page).What am I missing to make this work?
I see it listed in the docs but on the Data Source page (Skuid v. 12.0.7) I just see Redshift and SNS as the Amazon options for Data Source Type.
can a flow screen be called from a skuid actions?
Receiving error on all Lightning Pages in Sanbox. I’ve followed instructions here https://docs.skuid.com/latest/en/skuid/deploy/salesforce/lightning/ and also tried a few different related post. I’m receiving the following error when using the Lightning Skuid Component on a Lightning page. However, if I just preview the page from Skuid Composer it works… “Error message: An internal server error has occurred Error ID: 621433988-938242 (119852647)”I’m using My Domain. Any other ideas of what could be causing this?
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
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?
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:
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?
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.