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
Un-checking this option resolves the issue. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="GroupedDateTimeDayOnlyUTC" limit="" query="true" createrowifnonefound="false" datasource="salesforce" sobject="skuid__Page_Version__c" type="aggregate" queryallrows="false" orderby="DAY_ONLY(CreatedDate) DESC"> <fields> <field id="Id" name="countId" function="COUNT"/> </fields> <conditions/> <actions/> <groupby method="simple"> <field id="CreatedDate" name="doCreatedDate" function="DAY_ONLY" convertToUserTimezone="true"/> </groupby> </model> </models> <components> <skuid__wrapper uniqueid="sk-H6T-245359"> <components> <skuid__table allowColumnFreezing="dragDrop" model="GroupedDateTimeDayOnlyUTC" uniqueid="sk-H4l-52132" mode="readonly" showSaveCancel="false" pageSize="10" enab
When displaying the user menu, we get other options other than logout. I would like to display logout only. I did some searching and the references are to build your own nav relating to salesforce. Any ideas how to offer a logout option on NLX?
Hi Guys, I have alookup field in custom object that is accidentally enable the required in object level. We found that we cannot disable it so we need to replace it with another contact lookup field. After deleting the contact lookup field, whenever we create a new row the fields to fill-out is not showing.
Defect/Issue Description: Form and table field movement is drunk Environment: API Version: V2 Release: Edin … something Release version: 16.0.3 Platform: Salesforce Brief Summary of the Defect/Issue: Fields get duplicated, fixed in place, among other things. Action Performed:Moved field. Expected Result:Not duplicated or fixed in position any fields. Just move to new position when drag and drop is performed. Actual Result:Duplicated and fixed in position fields. Additional Resources:Try and you’ll see. 😃
I’m trying to run skuid.debug but seeing this when opening the console and getting this error when running skuid.debug. Uncaught ReferenceError: skuid is not defined at :1:1 (anonymous) @ VM1716:1 Suggestions?
For those times an action sequence just isn’t beneficial without significant inputs, use the action sequence to copy / paste actions somewhere. Follow these steps: Convert to an action sequence Break it back down in it’s original location Add the new sequence to another location Break it down Update the settings of each step as needed. Voila. I’ve often used this to build just that much faster without having to think too hard. 😉
We have a requirement where we want to display custom toast messages. Not sure if this is something that would be addressed in the Design System Studio. We want to display the Success and Error Toasts similar to below: Any hints would be very helpful.
Is there a way to control the table row action spacing? See screenshot. I have multiple buttons/actions and need to put a little space between them.
Defect/Issue Description: Can’t group events by owner. Environment: API Version: V2 Release: Edinburgh Release version: 16.0.2 Platform: SFX Brief Summary of the Defect/Issue: Unable to get events grouped by ownerid in week and day views. Action Performed:Built page with grouping Expected Result:Failed to group Actual Result:No events in grouping Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Events" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Event"> <fields> <field id="WhoId"/> <field id="Who.Name"/> <field id="Subject"/> <field id="WhatId"/> <field id="What.Name"/> <field id="StartDateTime"/> <field id="EndDateTime"/> <field id="ActivityDateTime"/> <field id="OwnerId"/> <field id="Owner.Name"/> <field
Has anyone run into this error before? I have a UI model (V1) that is giving me an error:Models and NewLifeCycleEvent__Params have conditions that reference each other. These conditions may be set to inactive because the data has not been loaded yet from the referenced model. I’ve never seen this before. It’s a UI model so it has no conditions on it. I have other models that are conditioned off of field from another model for fields in my UI model, but I don’t see how they would be referencing each other. What’s going on here?
I am likely overlooking something stupid here, so be kind… Using NLX with PostgreSQL In the design system, I have a child under field that inherits everything except for the background color. On the form, I have a field display logic style variant pointing to the design system child. The result is that it changes the background color correctly, but it also changes the font size, resulting in a different height. Please see attached screenshots. Any ideas what I am doing wrong? Thank you in advance.
Ever since moving to V2 I’ve missed this capability.
Skuid currently do not evaluate the Required fields if they are inside of a collapsed Accordian section, is there any action that would open the Accordian sections on the click of a button and display error messages on the Required fields to the users? Any suggestions would be of great help.
Hello Community! I’ve been trying to lean into formatting and styling for several of my Skuid pages and am running into some common errors that I’d love to get some direction on. My columns always appear close to the margins of the screen, and as I expand the screen, they get further apart. I’ve tried using the ‘Justify Divison’ value of ‘Space Around’, but without the expected result. How can I go about eliminating these spaces and default my content to add white space around the edges, rather than the middle of my page? Any direction is greatly appreciated - thanks in advance!
We have a requirement where we want to validate the page and display errors (if any) on the page without saving the model. What would be the best way to achieve this?
Is it possible to iterate child relationship items using javascript for a row in a model that has child relationships? Looking in skuid.$M(‘ModelName’).data[rowNum] it doesn’t appear that there’s any reference there to an array of child relationship objects, and I’m not finding anything in the SKUID documentation about this as well. I’d imagine that being able to access the array of child relationship items in javascript is a beneficial ability and should exist in some form. Any assistance is appreicated. Thanks!
I’m on Skuid 15.3.6 at the moment. Trying to dig into the List component to see if I can ‘select’ an item so it shows as selected, like if you click on it. Looking at Using Skuid with Javascript: A Primer pagehttps://docs.skuid.com/v15.3.6/v2/en/skuid/javascript/javascript-primer.html Working thru the page it goes off the rails right at “Create a test page”, having you do things that, at least I’m, not finding in my copy of Skuid. New Page doesn’t have Next Step, or Starting point with Use a page template Making a test Skuid page, and continuing, I can type skuid in the console, and the skuid object is returned. The primer then says to type skuid.model.map() into the console and " Skuid will return an object that has all of your model IDs as its properties, with the model data as values of those properties." I just get an error VM49730:1 Uncaught TypeError: Cannot read properties of undefined (reading ‘map’) at :1:13 Is there something I don’t have enabled? or just obsolete docs lis
As per Subject. I have an issue with the current version of Skuid on a client’s org where a model action for “Requeried” is triggered on page load even though the model is not set to “Query on Page Load”. The installed Skuid package version is 12.2.12. Does the latest release still contain V1? Any plans in the future to exclude V1 or to discontinue changes/support to V1? <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Name"/> <field id="CreatedDate"/> </fields> <conditions> <condition type="param" enclosevalueinquotes="true" operator="=" field="Id" value="id"/> </conditions> <actions> <action> <actions> <action type="blockUI" message="Mode
I have a picklist called payment frequency with three values (weekly, monthly and annually). I want these values to render conditionally based on the value of another picklist called product. I’m assuming this will require custom field renderer (based on this thread) so I’ve created the following snippet just to see how things work. I haven’t added the logic to check the product field’s value before pushing values in picklistEntries just yet. var field = arguments[0], var value = skuid.utils.decodeHTML(arguments[1]); var picklistEntries = field.metadata.picklistEntries; picklistEntries.length = 0; picklistEntries.push({ value: 'MONTHLY', label: 'MONTHLY', defaultValue: false, active: true }); skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value); When I load the page with above field renderer, I get the following error: I’m not great at JS so it’s possible that I’m making a silly mistake somewhere. Also, the page on which this field resides is a record creation
I can see how to build charts grouped by week number. The chart shows the week number, but most people do better withing seeing the date range of a week. Is there a way to display the date range for the week on the chart? If I can’t fix the chart and have to build table drawers that summarize data by week, is there a formula to get the first date of a calendar week and the last data of a calendar week?
Is it possible to ‘pre-select’ an item in a list, so it displays as selected on page-load? I’m making a console screen for campaigns with list on the left, and a page include on the right (like on the Skuid Skool “Battle of the compponents: Deck vs List vs Table - Level 2” The initial page-include loads the model first row, and I’m looking to have the corresponding list-item be selected, as it will be when the user selects another one. My expectation is it’s a line of JS, but as far as I can tell for v2, the JS docs aren’t available. Thanks
As per title. {need more text here to accept body 😂}
Here is my SOQL: SELECT Id,Cross_Section__r.Name,(SELECT Id FROM Cross_Section__r) FROM SAS_Product_Type__c Here is the error: Cross_Section__r.Name,(SELECT Id FROM Cross_Section__r) FROM SAS_Product_Type__c ^ ERROR at Row:1:Column:49 duplicate field selected: Cross_Section__r Looks like the Child Relationship Name of Cross_Section__r and its parent object of SAS_Product_Type__c and the Lookup field of Cross_Section__c on SAS_Product_Type__c are being flagged as duplicates. The Cross_Section__r child records is where we record each section of a cross section on the SAS_Product_Type__c with lengths and angles, whereas the Cross_Section__c lookup is to the File object for attaching an image of the cross section. I found a post about without and answer. So I answered it. 😃 Salesforce Developers Forums DeveloperForce
Is there any limit on how many lookup field there is in one table? For some reason one of the lookup field I have is not working as expected in a table.
So back in the day, I remember doing ‘console’ screens in Skuid v1 with a list/table on the left and page include on the right. Clicking on an item in the list/table updated the page include to use the id of the item that was clicked on. I looked at the Skuid Skool Page Include course, and it’s not-helpfully always using the hard-coded first row of the model. There’s no interaction on the ‘main’ page which influences the included page. How do you get the page include to ‘draw’ with the selected row? I setup a click interaction for the template field in my table, but now I have two problems. {{Id}} is always getting the same value, and I can’t figure out how to ‘send’ it to the page include. The page include is setup with a Id=(param}Id condition on the ‘main’ model. I was expecting the Interactions to have an option to update the page include or such. I tried adding a “Run Page Include” action on the template field interaction, but there’s no option to pass the parameter. (Not that I
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.