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, I’m using Skuid Platform on PostgreSQL. I’m struggling with drop down reference fields. If you click in the field and do a search, but don’t find what you want and choose to leave it (null) (it is not a required field) … on save, it throws a database error. It appears to be passing an empty string to the database on save. If you refresh the page, and don’t click in the field, leaving it empty, it saves fine. Any ideas for me?
I’ve been working on a calculator of sorts and was very excited to find out I should be able to make it work with a guest site. The great folks at leancog walked me through the basic steps, but then I got stuck… I believe I have everything set up correct: site is marked public, no pages require login, my objects are all available to the correct guest profile, but when I go to assign the skuid page viewer permission to the assigned guest user, i get an error that says: Can’t assign permission set Skuid Page Viewer to user XXXXX Site Guest User. The user license doesn’t allow the permission: Edit Files This profile has access to files, but edit files? Can a guest user edit anything? i thought not. Sometimes the error comes up as “Delete Files”. Surely this is something simple I’ve missed. Currently, my pages all simply load blank just like they should for someone without skuid permissions. Any help is MUCH appreciated!
I am trying to dynamically change button style variants on a table using the buttons display logic tab. I’d like to run a JS snippet to return true if another model has matching data. However, v2 doesn’t seem to send any parameters to the JS snippet like v1 does. Or, I just don’t know what they are. the default JS snippet has the following code which returns the row in v1 but is undefined in v2. const params = arguments[0]; How can I get the context of the row from the snippet without any parameters? Or what are the keywords?
I have a popup that happens from an action sequence. The popup appears to be unaware of its context. I manually call it using a html a href link with javascript from a template field in a table row using javascript:skuid.actionSequences.getByName('ActionSequence').run({'Id':'{{{Id}}}'}); A workaround I’m trying to do is pass the ID to the action sequence, which then updates a UI model’s field “SelectedRow”, then I’m trying to use the Id = that ID in that model, but I can’t use “field from another model” in the context here. Is there a way to do this with the XML? Or some other way I can pass context to my popup using this method? I want people to be able to click on a specific field and have that open a popup with particular context/settings to edit not that field, but a related field on the row. If anyone has any ideas it would be very helpful. Thanks!
I have been using page include for years. If I put the Id in the page include “MemberId=a0gj00000010mVUAAY” it does not find the record. If I assign a single specific record Member as a0gj00000010mVUAAY. Then previewing just the included page on it own finds the record
Hello, I have a field that will not show in a table component with a filter condition to another model by its ID, but it will display if I put the same ID value into a UI field first and then join by the UI field. Example: Contract model with a field for student id Student model with id and uuid fields Student table component with id and uuid fields Use a condition on the Student table where the id is equal to contract.studentid field Result: only the id field shows in the table, not the uuid Work around that works: Create UI field for the student id Update UI field with the contract.studentid value Use filter condition on student model where the id is equal to ui.studentid Result: both the id and uuid field show in the table I can’t figure out what the issue is. Any ideas?
Hi, I am using a field editor on a card in a deck. The deck itself (so the cards) are based on a basic Model A which has 10 rows, essentially names of clinics. The field editor is based on an aggregate Model B with a context that relates to the clinic. Model B is grouped by Clinic and Category. I have the cards set to take up the full width of the screen, and the field editor to fit to content. The categories “naturally” render vertically. I am wondering if there is a css or otherwise property I can key off of to get them to render horizontally. I tried going through the html in the inspector, but I couldn’t find any relevant properties. Thanks for any help!
Defect/Issue Description: If field is updated by model action then model.cancel() doesn’t cancel all changes Environment: API Version: v2 Release: Chicago Release version: 14.4.11 Platform: Salesforce Action Performed: Using the XML provided, open it as a user. Save model changes (table should have 1 empty row) Enter ‘aaaa’ in Field1 notice Field2 is updated by Model action to contain ‘test’ Press the cancel button once. Expected Result: All changes (including Field2) to be cancelled/cleaned, so user can go to the last saved state of the model. Actual Result: Changes in Field2 are not cancelled, user has to press cancel button again. Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="UiModel" limit="20" query="true" datasource="Ui-Only" createrowifnonefound="true"> <fields> <field id="Field1" displaytype="TEXT" length="255" label="Field1"/> <
We’re looking at a requirement to create a table of payments that has a Total row, but also a row for a calculated Balance beneath the total (screenshot). Is there some other way to get the columns to align other than fixing the column widths? Or is there another way any one has done this sort of thing? Our client was not keen on displaying totals out of alignment with the columns (e.g. putting the totals in a different section / blocks above or below the table).
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
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.