Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Wondering if there is a way to allow editing of an Account Contact Relationship field, ie. Roles from a table row created for a Contact? I am able to view the ACR field by using a Model_Lookup on a UI field in my Contact model. Obviously this only provides read only access. I’ve been able to add a drawer with the ACR model and associate it to the Contact. From there it is possible to edit the ACR field. Was hoping to avoid the extra click.
Defect/Issue Description:A description of the bug Environment: API Version: v2 Release: Chicago Update 2 Release version: 14.4.11.0 Platform: Salesforce Brief Summary of the Defect/Issue: When editing a value of multipicklist field it will just scroll to the top and close the picklist, multi picklist is not usable here is a video picklist issue.mp4 - Google Drive
I am having issues where users are losing data because they are not saving. Scenario 1: In some cases the users will leave the tabs open, do something else, the session will time out and then they will continue not realizing the session is expired, try to enter data and save and not realize that they are not in an active session and that there data is not saved. Scenario 2: In other cases the users will enter data, not click save, and sometimes close the tab not realizing they never saved their data. I have the feature to warn them on exit if they haven’t saved but also hoping to find some way to auto save models if they choose to leave the page without manually saving. It sucks but in a cloud world of Google Doc like apps people are starting to assume that data is saved automatically shortly after it is entered which can be problematic.
I am querying the LoginHistory object in Salesforce to show logins per day. I need to limit it to logins to the Salesforce UI vs via third party tools. I believe I can do this by having the following condition on the model: Application = ‘Browser’ However, when I add this condition, I am still seeing values that I am trying to exclude. I use a basic model to see the actual data and I can see data in all of the fields I am trying to use in my conditions. Any thoughts as to why this criteria is being ignored?
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!
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.