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
Hello, Skuid Version: 13.0.13 If there is like a wrapper in deck of deck with render condition then the wrappers condition will be ignored for a sec or more (depending on how heavy the page is). I have included a simple page to reproduce this example, please find the code in the pastebin link below. I’m using model that comes with Skuid Package called SkuidPages. The way this page is set up you will need existing v2 pages (or at least one, i think). To recreate the issue: Into the UI model, create one row (or more if you please), where the ‘APIVersion’ column has the following data ‘v2’. You can create a new row by pressing ‘Add’ button in top Right. Wait till skuid has retrieved the data for SkuidPages Model (the deck below should dispaly cards with one row of data). Press the 'UpdateData' button, you will notice that that the same data is displayed twice. Though, the same data should only be displayed twice if the page is v1, because of render condition. The more data there is, t
Hello, Does anyone know where I can access the title of a page (‘Page Title’) which you can set next to ‘Page name’ and ‘Module’? I have been able to get it via component’s properties - component.state.title or component.get(‘title’), though I want to get title of page that hasn’t been created. I haven’t been able to find the field in any of the Objects prefixed with ‘skuid__’. Any ideas? Best, Lukas
We have a scenario where we’re using two date date fields for some calcs but if those fields are blank we have default values for the calcs. There’s a checkbox on the UI for the user to clear the date values and apply the defaults but the problem is the cleared date value is getting saved to the DB but it’s not reflected in the UI unless the user refreshes the page which isn’t a workable solution. Basically - is there a way to have the value in the date field cleared in the UI when the user checks the box? We’ve tried requerying the model, I found some snippets in old discussions that didn’t do the trick, and have tried tricking Skuid by using an old suggestion of selecting a different field to update first with a blank value then changing the updated field to the date field all to no avail. Anyone have any insight or ideas?
Hello, It seems like Skuid is trying to draw the chart for a smaller dimension and not in center. Half a second later it then redraws for the expected dimensions and position. To reproduce: create a bar chart (the only one I tried) that has around 30 or so groupings. The fewer groupings there are the harder it is to see that it draws the chart at smaller dimension, nonetheless you can see a flicker. Does anyone know a work around with ‘before-render snippets’ or accessing the highcharts object to set some option? Also, there are no easing animations… any ideas? Skuid version: 13.0.13 Best, Lukas
we have facing an issue with one of my records when we open the records this error is coming for only one record except all are open with no error.
Does Skuid support Brave Browser?
When changing a lookup field in Salesforce, 2 instances of FieldHistory objects are created, one that has the Salesforce ID in the Old/New value field, and the other that has the Name of the lookup object that was changed in the Old/New value field. Is there any way in SKUID to filter out the instances where a Salesforce ID is in the Old/New value field on FieldHistory objects? Doing a search online finds a way to do this in APEX, basically identifying if the field is an instance of a Salesforce ID but we can’t utilize these tools in SKUID (or is there a way to do that with javascript perhaps?). List<AccountHistory> ach = [SELECT Id, Account.Name, Field, OldValue, NewValue FROM AccountHistory WHERE Field = 'Owner' ORDER BY CreatedDate DESC]; List<AccountHistory> targetAch = new List<AccountHistory>(); for(AccountHistory ah : ach) if(!(ah.NewValue instanceof Id)) targetAch.add
Hi, I have a table within a responsive grid and I was able to limit column width for read-only mode but when I try to edit a row, my column widths are all over the place messing up my user’s table-editing experience by having to scroll and not being able to see the full values of certain fields. Does anyone know of a solution for this?
I thought I had this figured out. I just got off a salesforce call. I understood if set up according to Skuid sharing directions http://community.skuid.com/discussion/8015488/troubleshooting-guest-user-access-after-winter-21#latest. That I would be able to not only read and write records, I would also be able to update and delete records. I can write a record as a guest user but not able to update it? Is that not the case?
For every record there is one image associated with it, how can i view that image in a table row.
After adding an image in the Rich Text field, while I’m changing the image property “Align” to left, the image moves outside the rich text area
Hi, was wondering if someone can provide guidance on an issue we are experiencing. We built our first v2 page with the intent of making it a lightning component. In the lightning app builder itself, we drop it in the corresponding spot we want and it all looks great. When we actually go load the page, different story. It basically takes a whole region of the app builder and moves it to the bottom of the page as soon as the SKUID page loads. I have attached a very zoomed out image to show the lightning region area falling to the bottom of the page instead of where it should be, on the left hand side of the page. Any idea what is going on here? Current version 12.2.21.
I have model conditions which are inactivated by default and these need to be activated on page onload/ page refresh through action configuration but we don’t have onload in Initiating Events of action.
Since last month, our users and contacts are not able to access SKUID pages that they have been accessing for the last 4 years. Our SKUID pages are linked to Salesforce custom object using sites and there is a uid for each Contact. When the users click on their unique link (uid), they are shown an error message “Authorization Required”. This never used to happen until 2 months back. Can someone please help us as we have a big campaign coming up soon and we need to have this up & running. We have already tried to configure security settings as per SKUID documentation but it did not help.
Thank you for taking the time to read this! I am trying to clone an opportunity and its related roles and products. I currently have a page that uses a wizard for our reps to create an opportunity with roles and products in three steps. What I am looking at doing, is adding functionality to the current wizard, so that when created from an existing Opportunity, the page recognizes it, and copies information from the original to the new. I have this working so it recognizes the opportunity, and adds the details to the tables on the second and third pages, but it is not saving the related child records to the opportunity. I appreciate anyones help!
Hello, Skuid Version: 13.0.13 Not sure why, or how to work around this, hence any workaround using JS or else would be much appreciated. First 2 (potentially more) Action items get highlighted as if they were selected, while other action items and all section items are normal. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models/> <components> <skuid__grid uniqueid="sk-2D3x-2564" flexDirection="row" justifyContent="flex-start" alignItems="flex-start"> <divisions> <division minWidth="100px" ratio="03." alignSelf="auto"> <components> <skuid__verticalNavigation uniqueid="sk-2D3w-2078"> <items> <item label="Action 1" uniqueid="sk-2D3w-2077"> <actions> <action type="action-sequence" action-sequence-id="24db859f-1887-4f
I have a UI-Only model that is supposed to show no matches. It does show 0 matches but but is not accurately counting the matches, it shows 23 This following is the code: <skuid__wrapper uniqueid=“sk-22So-384346” overflowY=“auto” styleSettingsVariant=“3e10d5e7-fc56-4a25-b6e2-01289d72fa5d”> <components> <skuid__text contents="{{I_Mark_Date_of_Service_Finished__c}}&amp;nbsp; ${{Earnings}}&amp;nbsp; {{I_Mark_Description__c}}&amp;nbsp;" uniqueid="sk-22Eh-283085" model="EUdit_Marker_View"> <renderConditions logictype="and"/> <styleVariantConditions/> <styles> <spacing bottom="1" right="0.5" left="1" top="1"/>
I have used the design system. They look different. The accordion shows differently. Why? Desktop Iphone
See video: https://drive.google.com/file/d/1u_Ow8I9HYyXILrnrUcCzPkjRzlvpPss4/view
Hello , We are about to activate Mydomain in production, and wanted to know if there would be a way to search all of my skuid pages’ XML for specific keywords (example NA87. ) As we know that on some of our skuid pages, some of the admin here may have hardcoded the instance on an URL, and it would be very long and annoying to go check page per page So wondering if able to export all and search or something similar. I tried building a skuid page to search skuid pages, but do not see XML available in the fields. Thank you
This discussion was created from comments split from: How to add value from formula field to a field in my Salesforce Model.
Hello, If a Form Field is in a deck it (particularly Text/Textarea) loses focus if user stops writing for 0.5~ (too quick) seconds, hopefully it wouldn’t lose focus at all. Custom input fields lose focus after one letter. Reason: once field determined that user has stoped entering data it will call (I assume) onInput which would update the data in the model. Afterwards, (I assume) deck listens for changes in the model and re-renders all of the child components and maybe itself. Potential workaround, but if anything else causes the model to update then all changes will be reverted (as component is re-rendered), and I’m not able to anticipate all changes. Next level would be to call this after deck has re-rendered, but unsure which function call to override. Another assumption: onInput/onBlurdoesn’t do anything different from the template generated by CustomFieldRenderer. skuid.runtime.getPage('Temp_Page_5_v2').component.getByType()[<componentType>].forEach((c) => { if(c._cpi.
We’re getting a console error several times loading any skuid page: Visualforce Remoting: Context incomplete - authorization not provided This only happens on our sandboxes currently on Spring '21. Production and sandboxes still on Winter '21 do not have these errors We’re on Skuid Spark 12.4.13 Anyone else seeing this?
In version 1 of the “Card” it was possible to add: <styleitem value=“url(<a href=“http://www.dorothy.com/Images/Yellow_Orange_Wall.png)””>http://www.dorothy.com/Images/Yellow_Orange_Wall.png)" property=“background-image”/> How do I add an image background to a “Card” in V2?
This discussion was created from comments split from: Salesforce’s Spring ‘20 Release: Changes regarding guest users starting March 1, 2020.
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.