Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I’m running Skuid Platform on postgresql. The Skuid Platform documentation suggests that when you have a condition, there is a + sign to add a subquery. I’m not seeing that option. What am I missing?
Upgraded Skuid to 14.4.11 into Sandbox. Everything worked great. Updated Production this morning. Design Systems is not working. New design system can be created but if the saved it says “There was a problem saving this design system”. The save button goes away and I can continue editing but no saves actually occur. For instance I am changing branded colors. Hit save get error message. Leave design system and come back in and no changes were made and it is back to the default. I I click into the Skuid Admin Design System it just continue to load. But behind the gray there is an error at the top of the screen that says "There were 1 problems with this Skuid Page. 1 There was a problem initializing a component of type skuid_page. Cannot read properties of undefined (reading ‘Name’). I wonder if that gives a hint to the other error. Again, no issues in Sandbox only in production. A description of the bug Salesforce V2 Design System Chicago SKUID 14.4.11 Salesforce Design System is not
I am trying to upgrade Skuid to Chicago. It starts the process but then I get an email stating it did not update due to this error: “1. Access Blocked The operation you requested isn’t allowed due to a security policy in your organization” Do you know which security setting would block an install/upgrade of your app? I would think this is a widespread issue but I am not seeing anything online for other managed packages. Thank you!
Hello! I’m running skuid platform on postgresql. The date field is showing a day prior (i.e. the date in the database is 12/18/2021 but the field shows in skuid as 12/17/2021. If you click into the field to edit it, the pop up shows 12/18/2021). If you change it to 12/19/2021, it shows as 12/18/2021. This is a date (without time) field in the database and the in the data source. Any ideas why it is rendering a day prior?
I have a simple table with drawers on each row and the setup is that the row model is based on “ProcessInstanceWorkItem” and I have filtered it to show only those related to cases and some other filters to make them relevant, but the main thing to note is that the row and drawer are not related objects, it’s related via a polymorphic field like the relation tasks make with almost any object. What I want to do is when I click on the drawer (or it can load the rows up on page load, the amount of rows will be small) I want it to take the Case ID from the row and update the drawer filter (model in drawer is “Cases”) so all the fields displayed show data for the relevant case. I tried to accomplish this by adding a condition on the drawer as shown in image: That didn’t work, when I click the drawer nothing happens and it never loads the drawer/fields. I also tried an action on page load to update the condition based on another model field and that worked for the first row but then all the r
Defect/Issue Description: When a user from one community log in, Skuid will load any necessary (highcharts, information about the site, REST resource) resources and it will get cached. Then the same user may using the same browser/instance, adjust the URL for different community and log into it. They may or may not log out of the previous community, it does not impact the outcome as far as i can tell. When using the 2nd community it may crash any time Skuid tries to retrieve some resource. I assume this is due to Skuid caching site information from previous community. And then it uses that cached information to create a link to those resources. The error thrown:Error: Timeout: /<Community 1>/resource/<Resource Id>/skuid__next/js/models/RESTDataSourceUtils.js Also note, this error is thrown instantly (not even a sec) once the page attempts to load. Furthermore, (not crash) but it becomes impossible to create a valid log out url, as it has to folow the following format: {{$Si
All necessary fields are active in the two models I can condition a Boolean field to show if not true it works fine on its own. I can condition a field from another model and it works fine. If I have both conditions It returns zero.
I have a Postgres DB I am able to query and get data, however, I have one field that stores the data in JSON format. Skuid sees that is JSON but just displays [Object] not sure how to get the data from the JSON. The JSON contains a batchId that I need to group transactions from another table. example: {“batchId”: “857358933”, “settlementState”: “settledSuccessfully”, “settlementTimeUTC”: “2021-11-06T00:52:10Z”, “settlementTimeLocal”: “2021-11-05T17:52:10Z”}
I have a field merge {{Temp_User__r.Signature_1__c}}. The field has html formatted code: Bill FoxPresident and Managing BrokerDorothy.combill.fox@dorothy.com727-400-XX01 Cancel my profit sharing and remove from monthly updates I have the text box marked as “Allow HTML” But it sees it as text and ignores the HTML.
I’m able to access API of a page include as such: let skuidPageInclude = skuid.$C(pageIncludeId).state.includedPageComponent.getPageAPI() Which allows me to do things like: skuidPageInclude.$M('SomeModel').save() \\ or skuidPageInclude.snippet.getSnippet('someSnippet').call() Another approach to the above would be to publish/subscribe to events. Though, it get’s messy if I need some communication back and forward. Therefore, I’m highly interested in using the above examples. I understand Skuid API might change, but what is the risk of doing above compared to getting component on local page, e.g.: skuid.$C('localComponent'); \\ vs skuidPageInclude.$C('pageIncludeComponent'); Thank you, Lukas
How can I change the text color in a deck and the text color of the text when hovering?
Just upgraded to Chicago 14.4.10 V2 on Salesforce I select the text component The “Add fields” feature brings up the list of fields I check the box to select a field. I click on “Apply” and nothin happens The “Cancel” button does work. Chrome is up to date\96.0.4664.45 (Official Build) (64-bit) Add Fields VideoVersion
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?
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.