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 an image component in a pop-up window. That component calls a Salesforce static resource. But when I open the pop-up the image does not display: I have checked the status resource and the file is there and it displays properly when viewed. I see posts from 2 years ago. I would have thought this was resolved by now. Is that not the case? Is there a work around? We are on Millau 11.2.22.
To get back into the Skuid user interface, they need to click on “Skuid UI” tab (seen below). As far as user experience goes, this isn’t great. and we’re finding that many of them are clicking the “Home” tab expecting to be taken back to the Skuid home page, but of course they’re taken to the Salesforce classic home page. From what I’ve read it’s impossible to remove the Home tab from an app in classic, and I don’t seem to be able to relabel it either, though do let me know if you know if otherwise, as being able to remove “Home” would be the best solution. I’ve tried creating a redirect away from the classic home page and back to the Skuid home page using the visualforce page below, as a custom home page component, with some good results. Though one problem is that we still have some users not using Skuid, but obviously the visualforce takes them to the Skuid home page, which isn’t useful to them, how can I change this in the visualforce?
If we are saving the model which have 2 records. One is mark as delete and another one is for saving. and using snipped to save the model. What is the flow for saving? Firstly delete will perform or insertion.
Sooo, our contact records have a Skuid page that overrides the view state. Some of our users who do NOT use that Skuid page (but DO have access to the VF override) are now seeing the classic view…but in Lightning. I have no idea how this has happened! Ideas??
In the DSS when I remove the width for buttons they will display well for a bit and size based on the text used in the button in the page builder. Then they will randomly(?) revert back to 165px, which is the width of the default buttons.
Hi, we tried doing an upgrade from 11.2.8 to the latest version last night but got a bunch of errors that look like this: 1. (IconsSVGv2) Data Storage Limits ExceededYour company currently has exceeded its data storage limits including an extra overflow buffer. Per our terms and conditions, we cannot permit additional data creation within our system until your company first reduces its current data storage. Please contact your company's salesforce.com administrator to resolve this. We apologize for any inconvenience this may cause. We got the error for SkuidPages, SkuidThemeInkComposerDark, and a bunch of others. We have plenty of available data space (20GB), and plenty of file storage space as well (15GB), so I can't understand why we would get this error. Does anyone know how I can get through this? Thanks.
We have a data dump that throws all of our error logs into a custom Salesforce object. The ‘message’ field on the object is a long text field with references to record IDs or external system IDs. I’d like to search these fields for those IDs, but it appears the search function cannot handle long text fields. Has anyone figured out a workaround by any chance?
We have a calendar created where the current implementation is : Current: Event is generated out of a campaign and events show up on the calender. The event fields are populated from campaign. I do not understand why it was done this way and I have asked people around but no one could tell me. We get number of requests to update the event record (generated from campaign) with fields from campaign. Since there is a limitations on the fields on event object, I decided to create a calendar from campaign OBJECT instead of events. I am able to do but I am facing an issue. On calendar, datetime data should be used. I tried to override the start and end date on campaign to datetime. But when I use it it gives me the following error (see image): Question 2: I was wondering if there was a limitation on the skuid end, and that is why it was done that way.
When adding field editors to an “Event Source” custom popup, the “Default Mode” of the field editor gets overwritten and it will always be displayed in “Edit” mode. Running component actions to toggle or set the mode of the field editor manually post load mitigates this, HOWEVER only for the first record that is queried and rendered. If the field editor is for example part of a deck, all other cards in the deck will be forced to “Edit” mode.This is on Spark 12.0.9 on V1 pages, however Skuid 11 should also be affected.
Probably a very simple question but I can’t get this to work. I have a UI only model (a survey with about 10 questions, all ui only fields) and I am trying to launch an action sequence with a button that will take those survey answers provided by the user and update the fields in an account model (with only one row) with correct values. So when the user clicks the “Finish and Submit” button, I need to grab the UI text field ContactNameUI and update the ContactName text field in the Account model. FYI I created an Input in the action sequence with type = Model Field and the sequence runs, but all it’s doing is updating the ContactName field on the Account with the name of the ui field, NOT the value provided by the user.
we just upgraded to 12.0.9 and noticed that Field Editor is being pushed down to tab set and can’t even add next to tab set manually. Any help is greatly appreciated.
I’ve been looking over the custom component documentation and tried uploading the static resource then defining the component pack. I select V2 on the component page and go to a v2 page, but nothing renders on the page. I’m seeing an error of null file type on a skuid_next resource. I took a look at the documentation further and found: Original components are not available in API version 2 pages. Use Ink componentsinstead. The link on the Ink Components page to manage component packs gets me a 403. Are custom component packs not supported on v2? Is there any other documentation for this?
I have added docker component, Inside I am displaying list of records using field editor. A button set below field editor. So each record will have the button set. When an user click the button for particular record, i have a action to do specific to that record. Prob: My button set is always choosing the first record details. Eg, if i have 3 records, and i am click the 2 record button. It should pick details of 2nd record and not the first one.Need a sample!Thanks in advance 🙂
Skuid Page Components cannot render and it throws the exception like the screenshot below so we can’t access the page. Please help to check this issue. Thanks.
I’ve added a lightning component to a page on occasion when you haven’t even clicked it it tells you you have unsaved changes. Sometimes it even shows the message as the page is loading. I have one model that creates a new row automatically which is the main purpose of the page and allows the user to easily start creating the record, so I would like to keep this active if possible. I have double checked and nothing else creates a new row unless they click a button on the page/component.
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?
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.