Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Till today morning every thing is running fine but from afternoon all the pages of skuid which are used in VF with lightning outApp are not running.
I noticed that the new upgrade talks about a JIRA datasource. How can I set this up? https://docs.skuid.com/v12.1.1/v2/en/release-notes.html
I have a page on Spark V2 that is used in a Lightning page using the Skuid:Page component. Occasionally, when navigating from standard Salesforce pages back to the detail page that contains my Skuid page I get a Lightning error related to a Theme resource. For example, I’ve seen the error after navigating away from a Submit for Approval action (standard Salesforce) back the detail page with the embedded Skuid page. Our design system theme has just one or two style components in use - one sets a border around a wrapper. Simple things like that. Any idea what this could be?
Just a heads up to anyone thinking about updating to 12.1.1, I would highly advise doing so in a brand new sandbox org first to see if you got the same issues i’m seeing. For lack of a better explanation, the update broke our test org pretty much universally. Page includes not loading, loading broken, lazy load set pages loading on pageload, etc. etc. Video does a better job showing what’s going on. To confirm this was update related, last week we ran every page & function with our admins with no issues, at least not at the level we’re seeing post-update thank god for sandbox. Not shown in video is the pages showing the same type of erratic behavior in page preview.
Usecase: I would like to update the background of an event based on a picklist value. If the picklist values is any of these then :green else blue Corp - Workday Rising USCorp - Elevate US Corp - Exec Programs Corp - Tradeshows I tried the formula for background color but this only show the first color: if({{Campaign_Channel__c}} = “Corp - Workday Rising US”, “#ff9b69”), if({{Campaign_Channel__c}} = “Corp - Elevate US”, “40a0ff”,“#217a37”)
12.1.1 Upgrade messes up pages in Spark
I am having trouble defaulting a record type id value on a skuid page. Details Have a skuid page that is invoked from either Opportunity or Account page & the parameter changes depending on from where the page is invoked /UI?Oppid=0064B00000DZB3V (for opportunity) /UI?Accid=0064B00000DZB3V (for Account). The object in SFDC has 2 record types ( Account , Opportunity) The Record Type field in Skuid is set to picklist (field Renderer) Also have 2 Action branches on the model (On creation of a new row) based on condition If ISBLANK({{{Opportunity_Linked__c}}}) = false then default Record type to the Opportunity Record Type Id ISBLANK({{{Account_Linked__c}}}) = false then default Record type to the Account Record Type Id The problem is that the record Type field in Skuid always defaults to Account Thanks in advance for any assistance.
Recalculate Aggregate in Salesforce
Has anyone put together the detail steps (possible a video helper) on setting up docusign including configuring the data source?
For Windows users on the latest Chrome, when we click a Button set in a Deck, the Click interaction on the Deck triggers as well as the button actions. This is not happening for Mac users on Chrome or Firefox.
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.
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?
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 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.
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.