Ask a question or have a conversation about the Thinkwise Platform
Recently active
For user notifications, please make it possible to send an in-app notification that is displayed as a popup message instead of a panel message. Panel messages are easily missed by the user, so by using a popup message the user actively has to close the message window.
I got the message that the automatically generated follow-up process action variable was too long.The maximum is 128 charactersBut this name is automatically generated from the automatically generated name of the arrow/step in the processflow.Shouldn't that name be limited to 128 characters as well? That way this can never happen...
I've noticed that while creating UNIT tests with mock data that data columns which have the domain with Data type decimal do not show up in the mock tests. In this example on the table “voorraad” i have a column named “voorraad_aantal”When changing the datatype of the domain from decimal to numeric the column does show up. when looking into the table “data_set_col_selection” which is what you see then script shows during creation that it has the following when statement it checks the table dttp if the .calulated is 0 when checking the dttp table with the following queryselect dt.prog_lang_id ,dt.dttp_id ,dt.calculatedfrom dttp dt where dt.dttp_id in ('NUMERIC', 'DECIMAL') and dt. prog_lang_id = 'SQL'the result shows that for decimal the value is null and for numeric is 0 Is there a reason for this? it the use of numeric preferable? In the current model that I'm working in the datatypes are all set to DECIMAL. Changing this to NUMERIC fixes the problem with being unable to create unit
Just to check, I can’t modify what is displayed on the message when I click the Red X / Delete button?It now takes the bread crumb, combined what is set in Subject/Settings as ‘Display Column’.I like my Bread Crumbs, I just want to show the Display Column of current table. Would be very nice. I can create a Task, and that the user will delete with that, but still… feels like a workaround..
We are looking into a way to add some monitoring to our Thinkwise environment, currently we check the public Health endpoint but this lacks some information we would like to have alerting on. Is there a way to authenticate via headers for the endpoint?
Hi everyone,When I try to fetch the application structure using the PAT via Bearer authentication, I get a 403 error GET /indicium/iam/appl/ii/$metadataHowever, the exact same call works perfectly fine when I switch to Basic Authentication (username/password of the service account).Furthermore, I have no issues at all when fetching actual data from tables (like /employee) using the PAT. It seems to fail on the /$metadata endpoint.The service account has Available for Webservices enabled and full Fetch rights in IAM.Does anyone know why the PAT is being rejected specifically on the metadata endpoint while working fine everywhere else?
During my validations I got:Process variable has incorrect datatypeOutput returned by the process action may not be converted correctly into the process variable.Change the datatype of the process variable to the correct datatype or use a different process variable as output parameter. An overview of all supported process actions and their datatypes can be found in the documentation. The problem is that it is about the variables that are used as output for the FTP connector (non-file storage). And apperently those expect a certain datatype but I cannot figure out in de docs what datatypes these output parameters expect.Or I’m completely wrong in my assumption that that is what this validation tries to tell me….
I think it would be really nice if a learner viewing the notification or an evaluated question would have some way like a button to contact the evaluator about the result.
A customer had problems with writing smart upgrade files to disk, while full worked perfectly fine. When he changed the indicium user to domain\administrator user Smart also worked properly. The previous user was a domain user with local admin right and SQL sysadmin rights. Can someone explain what rights the indicium user needs to have since I can't explain why one works and the other does not. Additional question: Is it necessary for the indicium application in IIS to be anonymous, or whether it is also possible on Windows authentication. This can also have certain consequences for the handling of rights.
When I look at the Work status of my current sprint I see a couple of very thin bars at the very right of the graphic.It uses a timescale that start somewhere in the distant past.How do I make it use the start date and end date of my Iteration for the timescale?(SF version 2023.1)
Is it possible to control the amount of columns the filter form will grow to? I would like to set it to one column on a specific screen.
On TSF, The syncronize to IAM is “blank”. I cannot add or sync my project to IAM. My goal is to add my application to IAM and run it on Universal interface
Is there a way to set defaults for generating source code?Currently I always check the write options, but it would be nice if there was a way to set these defaults. And I was wondering if this is already a feature of the SF.
Hello everyone,In our application we have a few custom components. Those custom components are integrated well. But there is one point where the integration of these components doesn't work as well: on the topic of the themes (dark mode and light mode). We now have to manually toggle the components to match the theme of the software, which is weird, why would the user need to toggle a component from light to dark mode or from dark to light mode when the software should do that automatically?Is there a way to know in what mode the software is? It would help to automatically switch the theme to the theme the application is already on, otherwise the overly bright component is highly distracting.So in short: is there a way to know whether the software is in dark or light mode, so we can change the components accordingly?
Hi, Why is there a difference between the items to review that appear in the functionality screen vs the items that appear in the code review screen. Thanks in advance Ricky
I’m installing an upgrade ‘street’ next to my development street to be able to run a complete upgrade of the software factory / iam / iam_dev / Indicium / Indicium_sf and universal to the 2025.03 platform.Everything is running except for Universal which gives the next message:The current identity (USERNAME) does not have write access to 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files'.I have never seen thes message before. I just copied the Universal GUI in the upgrade folder next to indicium and I changed the config.json to "https://URL/indicium_upgr/iam/iam"I also changed URL to localhost, with the same result. I also tried the iam/sf endpoint.If I paste the https://URL/indicium_upgr/iam/iam" URL in the browser the result is: SQLSERVER_IAM 2025.03 (Which is corect as far I know)If I paste the https://URL/indicium_upgr/iam/sf" in the brower the result is: Er is geen webpagina gevonden voor het webadres: https://serpupgr.saan.nl/indicium_upgr/iam/sfHTTP ERROR 4
We're going to move to the universal gui for the new Software Factory soon. Is there currently any way we can start generating and sharing deeplinks to specific records, like a specific control procedure, template, subject or variant, in the Software Factory?
Hallo, I’d like to confirm whether the hyperlink lookup feature is included in the 2025.2 release? I had previously asked whether it's possible to add a hyperlink to each field value.I’m working with a table (or entity) displayed using a grid component, and I’d like the values in certain fields to act as hyperlinks that redirect to another table, subject, or subject variant.Those are the functionality I’m referring to. Additionally, is there any documentation or a set of steps available for configuring this feature? Thank you
Hi,I'm trying to understand the expected behavior of the following grid validation methods:await grid.verifyGridRecordCount(expectedCount);await grid.hasNoRowsOverlay();I tested them on two different generated subjects/grids.For verifyGridRecordCount():getRowByIndex() and getCellValuesByColId() work correctly on the same generated grid. However, verifyGridRecordCount() always times out after 10 seconds. I tried different expected values (for example 1, 3, 6, and even the visible total count), but the result is always the same.For hasNoRowsOverlay():When the grid is empty, it correctly returns true. After records are displayed in the grid, I expected it to return false (as described in the documentation), but instead it waits for the overlay locator and eventually times out.Am I using these methods correctly, or are there any prerequisites or limitations for using them?For reference, other generated grid methods on the same subject, such as getRowByIndex() and getCellValuesByColId(), wo
Is it possible in a Cube, that you get a popup field with information when you click a field?
I noticed that there is an option to add custom colors in the SF under “ Advanced menu - Master data - Model - Colors”.I have added some of our company brand colors, but in my model I don’t see them when a color can be set, for example for the Theme or Subject conditional format.So the question is where there colors can be used ?
A customer of ours accidentely upgraded their handheld scanners from Mobile GUI 2021.3 to the newest version.Now the scanners no longer work, but we cannot locate the APK files to downgrade back to the 2021.3 Mobile GUI.Can anyone pointus to the location of these APK files?
Hi,Is it in some way possible to turn of a label for a column? I want to delete the label translation “Calc goedgekeurd reden”
Is it possible to create a sequence from the sf?
When running TSF with GUI version 2023.1.17 I get this in screen types - design: Is this a known issue?
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.