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
Is there any way to increase V2 calendar load speeds? When scrolling through week view, each page takes a while to load and users are basically abandoning the attempt to move through the calendar weeks/months ahead this way
I have a button which performs a run Apex action (custom invocable method). The method runs successfully and returns a URL as an output parameter. I can access this parameter as {{$PreviousAction.result.url}}. I can display this result in a modal as the next action on my button. However, when I try to use this as the target for a Go To URL, the page refreshes but does not redirect me. When I hard-code the URL (for debugging), it successfully redirects, so I don’t think it’s a security issue. I can’t find any errors in the console or debug logs and am stymied as to why it won’t redirect to the URL from the parameter. Any ideas?
How do I change background color of Search field in the filter component
Hi guys would there be any way to sort a UI-only Model records I have this Ui-model that adopts rows from multiple models and I would like to set the order in this UI-Only Model by Ui-only field named CreatedDate I tried via the xml but was not able to make it work Thank you in advance
Is there a similar feature to the V1 Table Allow Sorting by field in V2?
In the list search box I have typed a 10 digit number. When the search returns no matches I show a popup. How can copy the data typed in the search box to another field? I want to eliminate the user having to retype the 10 digit number again.
Where can I change the Table Title settings in DSS for V2 pages?
Did anyone else lose the ability to cut text after migrating to V2 pages?
Hi, I don’t believe the builder in V2 offers the option to add inline CSS. I have certain components that have a couple styling features that cannot be styled by the design systems. Is it possible to add CSS to XML? Thanks!
Is it still possible to display Skuid pages in Salesforce Mobile? You can still access them in mobile browsers by navigating to a VF page or to the page preview URL, but I can’t get pages to load in Salesforce Mobile. It allows me to add the VF tab/page, but when I select it in Salesforce mobile it tells me the page doesn’t exist. However, when I navigate to the VF tab or page directly in a browser, it loads fine, so I am thinking my VF page script is not compatible with Salesforce mobile. Is there a template available for showing a Skuid page on SF Mobile?
Hi, I am trying to setup a simple client id secret based Oauth flow using Data source and Authentication provider and it is erroring out - Error retrieving metadata for Model(s) associated with Data Source ‘abc’. Please check Models’ properties to ensure they are set correctly. Error connecting to REST Data Source at URL “https://apiservice”: Unable to authenticate to data source “abc”: Authentication Failed. The same client id, secret, scope is working through postman and soapui with exact header components. I have read through skuid docs and specially Authentication and Skuid — Skuid v15.1.6 Documentation , still of no help !
I’m creating REST model via JS like in the link bellow:https://docs.skuid.com/v11.1.1/en/skuid/javascript/dynamic-model-component-creation.html The model is working fine, but I’m unable to find a way to make record limit and offset work. I tried using model created by Skuid as reference and setting data as follows, but with no success: dynamicModel['extensions']['rest']['offsetParameter'] = 'recordsOffset'; dynamicModel['extensions']['rest']['simpleRecordsLimitParameter'] = 'recordsLimit'; dynamicModel['extensions']['rest']['limitMethod'] = 'simple'; dynamicModel['extensions']['rest']['paginationMethod'] = 'simple'; dynamicModel['extensions']['rest']['useResponseSnippet'] = 'true'; dynamicModel['extensions']['rest']['verb'] = 'GET'; dynamicModel['extensions']['rest']['serviceUrl'] = soql; I also tried updating model.methods, since I’m trying to create read/write REST model, where the object for Get looks as follows: { endpoint: "/ApexRest" isBatch: false limitMe
Is this no longer possible in version 14.4.9?
I’m using a public site/Guest User license to share a Skuid page with non-Salesforce users. I have a UI only picklist field that has values which are populated via another model. In preview mode, this works fine, but from the public site the values do not appear. Any help/ideas will be much appreciated!
Hi, Skuid Community! I’m building out a set of pages where I want to use a lot of the same action sequences on multiple pages. Can action sequences be referenced from something like a page includes (such as by ID) from pages needing to use the same code? I want to avoid having to maintain similar code across multiple pages as new features have been added. I basically want to do the same thing as referencing a JS resource file with a set of action sequences. Thanks! Meredith
Hello, wondering if anyone has an idea for this scenario Looking to display note records that include a running list of all the succeeding replies starting with the most recent note (CreatedDate Desc inside each grouping) On 1 account there is for example those related records: New Note 1 is created (group 1) Note 2 is related to note 1 (reply) Note 3 is related to note 1 (reply) New note 6 is created (group 2) Note 7 is related to note 6 (reply) Note 8 is related to note 6 (reply) Note 9 is related to note 6 (reply) And so on… I’m trying to find a way to show the most recent ‘Notes’ from each ‘Group’ and then on an action show the rest of the thread (related records) 2nd part is simple, but would there be a way to group all the related notes and display the most recent first? Thank you in advance
I have a Rich Text field (“web_description”) on a Salesforce object, which contains formatting (bold, italic, etc.). When I insert that field into a “text” component in Skuid, it always renders the HTML tags. I’ve tried enabling HTML on the component, and I’ve tried double and triple curly braces, but no avail. Here’s what my field’s contents look like in Salesforce: This is a paragraph.This is an italics paragraph. Here’s how it renders in Skuid:<p>This is a paragraph.</p><p><i>This is an italics paragraph.</i></p> Is there any way to get the rich text to render as input?
I have a page displaying a deck on model “programs.” A click interaction opens a modal that displays a table of eligible enrollees from another model (“contacts”). I’d like to add a mass action that will create one row for each contact selected in another model (“enrollments”) which will have the selected contact’s Id and the modal’s “program Id.” I have tried several options: A) On the click interaction (on the deck), I create a new row in a temporary model called “selectedProgram” which successfully prepopulates the id of the program. In the mass action on the “contacts” table, I specify create rows on my “enrollments” model and select the Program Id from the “selectedProgram” model, but it does not work. B) I gave a unique Id to my modal “enrollModal” and tried using mustaches to grab the Id, but I must be doing something wrong, because I can’t get it to populate. C) I tried selecting use a field from another model, but that always returns the first row, and I need the row in contex
Hello, Have not used this in years, but we use to be able to activate a model condition via url parameter & set it’s value. Has this been removed? I’m trying to apply this logic and it’s not filtering I have a model named note, i created a filterable condition and made it default off Now if i try to use this with a sf record with added parameter sb=Sales%20Notes, it does not activate condition, even tried as a page include, same results If i turn on condition by default then yes, it filters. It looks liek it can set the value but not activate the condition Anything i’m doing wrong?
Hi, Is sort builder meant to work with Rest builder? It works with UI and SF models. It does work if the sorting is set to happen on client-side. If sort builder is set to Server side then it will show the sort builder component, but the field pick-list will not have any options. Thank you, Lukas
I don’t see an option to bring in the current user’s photo using merge syntax on skuid platform. Is there another approach?
I am working on a form that creates a new salesforce opportunity. One field on the page is a lookup to Contact records. I want to prefill this field while doing testing. I have a button created that has an Update Rows action on it that I use to prefill several pieces of data. This button is able to prefill everything except this lookup field. I can’t figure out what value I need to set to get this to work. I’ve tried using Id but nothing shows up in the lookup field on the form, nor does a value appear when I display a table of the data in the model I am trying to prepopulate. Does someone know what the correct syntax / declarative settings are that I need to get this to work?
From button can I perform Ctrl+v to a field? How it would work: I copy the URL from another browser session by pressing Ctrl + c. I now return to the Skuid page and want to press a Skuid button “Copy”. This would an action to paste the copied URL to a salesforce field. The field I am coping to is not yet visible on the page. Once copied I condition a non-editable field on the Skuid page to show.
Defect/Issue Description: The selected style for a component is not the one that is actually being used. Also, if a user selects a different style (e.g. Vertical Spacing) and save it, when they come back to it then they will not see the style they selected, instead they will see the default (?) style. Although, system will use the style that user selected. E.g. if user selected 24px for vertical-spacing, user will be shown 8px, but system will use 24px. Environment: API Version: v2 Release: Chicago Release version: 14.4.7 Platform: Salesforce Brief Summary of the Defect/Issue: If user selected 24px for vertical-spacing, save it, open different style settings, come back to the component you edited. User will be shown 8px, but system will use 24px. Action Performed: If user selected 24px for vertical-spacing, save it, open different style settings, come back to the component you edited. User will be shown 8px, but system will use 24px. Expected Result: 24px to be displayed Actual Result
Defect/Issue Description: Column gutter stops working once the form component is a child of another component. Especially, column gutter for column set within a column. Environment: API Version: v2 Release: Chicago Release version: Chicago 14.4.7 Platform: Salesforce Brief Summary of the Defect/Issue: Column gutter stops working once the form component is a child of another component. Especially, column gutter for column set within a column. Action Performed: Create a form component, add few columns, specify a column gutter. Finally, place the form component inside another component. Expected Result: There should be spacing between columns of a form depending on the specified spacing (e.g. 40px). Actual Result: The column gutter spacing is ignored. Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="UIModel1" limit="20" query="true" createrowifnonefound="true" datasource
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.