Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
Hi,We have a view with a auto-edit and auto-save form, we have 1 editable field which is a barcode, after entering a barcode and hitting <tab> (which a barcode scanner does) in universal the focus goes onto the next object and does not save the record, is that intended? (2022.2.14 gui) Focus is on the 3 dots, top right.Also: When entering the screen, I cannot change records because of the form being in edit mode, we first have to cancel the row and select a new row. For us not a big problem for now, but I don't think this is intended?
It is not clear on what the checkbox ‘Available’ depends. And there is the option ‘Make Available’ is also not visible when using the Grant task.Can someone explain this?
We have some processes developed which import Excel-files, for example for Sales Order creation.This process looks like:Excel-file will be placed on a network-location 1 time per minute a Microsoft SQL Agent job will run and determine if there is a file in the network folder if there is a Excel-file in the folder, some T-SQL code will open this file via an OPENROWSET action (using ACE OLEDB 16.0, and modified registry setting TypeGuessRows from 8 to 1 to support more rows to be analyzed for data type determination) the data of the excel-file will be stored in a general Import-table a procedure will then analyze the new imported data based on predefined rules per customerSo we have several templates to import for the Sales Orders as several customers want to use their own Excel-file format.Then the issue we have:Now and then (say once per year), the ACE OLEDBD-drive in MS SQL Server will stop working out of a sudden by also providing the following error-message: Cannot initialize the d
We try to get a detail screen refreshed after closing a modal document. The document pops up by means of a table task + process flow from a detail grid.Solution 1:Trigger a process flow on closing the modal popup Not working, the Close Document seems to not work as a start action in process flowsSolution 2:Trigger a process flow with a table task that closes the popupNot working, the popup closes, but after this, nothing happens Any better ideas?
Hallo, How to create a dropdown list as filter for Year and MonthFrom Period = This will display Year & Month To Period = This will display Year & Month The selection will retrieve those within the selected year and month from the table. Please advice Thank you in advance
found above topic because i have the same issue.Is there any option to passthrough sas-token through a parameter in the task?Security wise it's not an option to store the token in a table or hardcoded in the report
Hallo, I have a field from which I can toggle between delivery and warehouse Delivery it will display other related address fielddelivery Warehouse - will display another fileds and hide the address fields (above) warehouse If I select 'Delivery' and enter some address information, then switch to 'Warehouse', how can I clear the address information values from the delivery? and vice versa if I switch to Delivery then the value on warehouse will be cleared. I tried to incorporate the clearing of fields to layout function but it doesn't work Please advice. Thank you
Hi, We have several apps calling Indicium, and using the data. This works fine, but sometimes clients complain about performance. We have a feeling that someone is calling the endpoint a bit too often.. or requesting a bit too much data.What options do I have to see how often someone (an app) is calling certain endpoints, and at what moment? Thanks! Blommetje
Hello everyone,In our custom components I am trying to integrate the event listener so I can switch to dark or light mode depending on what mode our application is in. But the code, which the documentation suggests, does not seem to work. I did the following:We use TypeScript so typing has been added.This is, aside from a few console.warn statements, a copy from what is in the TW docs. This is the suggestion from the TW docs with a few console.warns added so every log pops out.And this is the output of this bit of code: As you can see it does not get into the window.addEventListener. But if I change it to the following I get another result:The result is as follows: It does more, it gives me the console.warns I was after, but I don't get the TW status, which I was expecting. I am fairly certain I am doing something wrong somewhere, what could it be, as I am out of ideas.
Hello,I am currently trying to install the icon set bootstrap thinkstore solution. However i can not get it working in my own model.I am currently following these steps1. Turn model into base model (this might be wrong but if i don’t it does not show up as a linkable model?)2. Link to project.3. Generate project.Error Message:The MERGE statement conflicted with the FOREIGN KEY constraint "ref_validation_sf_upgrade_validation_msg". The conflict occurred in database "SF", table "dbo.validation".I have one more thinkstore solution installed the “Application Log“. I think i’m missing a step somewhere or i am incorrectly changing it to a base project?Kind RegardsAnne Vries
How can i add Dutch to the Thinkwise SF application in IAM can only choose english in form
My customer has configured the SSO with Azure ad as identity provider. So off course, if the user is disabled in the AD, the user can not login the tool. However, the Application Manager of the Thinkwise solution would like to see which users are active or inactive. The filter of active / inactive does filter out users, but we dont know based on what. therefore I'd like to ask for help with the following questions:1 - if a user is disabled in the IDP, is that somewhere registered in the IAM? -- If not, is there some best practise of how to make that happen?2 - What does the filter "in active user” in the user table in the IAM filter for exactly? I thought it was based on the date field, but aparently there are more variables. Thanks for your help.
For a label generating application I have created a screen on which the user can modify a label, and directly view a preview of the label. The label gets generated in a separate service (accessed via web connection).The problem is with the pdf display, it is using the default browser pdf viewer, which is not ideal. Some problems I've experienced with it so far are:On edge: the viewer has an editor built in, and on every refresh the displayed pdf becomes smaller (probably to do with the zoom level of the browser). On brave: the left-side menu is open by default On chrome: it's not that bad, but it still has much more than I'd like the user to see (download, print, zoom, rotate options). Example on chromeAlternatively I tried displaying the label as a png.This does remove all the extra functionalities we don't need in the preview, but for some reason I can't print a png using the printers in thinkwise, only pdf, is this really the case? So to summarize, 2 main questions:Can I display a
In any application it is important to validate a user’s input.Is the value of the order smaller than the maximum order value? Is the start-date earlier than the end-date? Does this action lead to a stock amount smaller than zero?There are a few options how you, as a developer, can implement these checks:Domain (using min/max value) Default Trigger Check constraintA closer lookLet’s take the following example and work out if and how we can implement its validation:Is the start-date earlier than the end-date?Domain Validation through a domain is not possible in this case since we need to compare two values Default Clear out the end-date field and send a warning to the user informing that the end-date should occur after the start date Advantage: The user is being informed while the data is being entered. Risk: Business rule is only being enforced on the screens where the default has been implemented. When this data is created through other means, for example a task or external interfa
Hello everyone,As reported before by René W: This issue was suddenly not reproducable anymore, but it pops up again in the software. But only on one report, all other reports work fine. Somewhere something has changed but I can't seem to find where. We recently, just before the summer holidays started, upgraded to 2025.2 of the Universal GUI, before that we never had any issues with opening this report.What has changed which may result in this, I cannot seem to find where I need to apply something to get it working again.
I want to know if/what custom CSS I can use in order to show clearly that the user is working in a non-production environment. Preferably I'd like to show something in the left hand menu bar so it will be always visible.
It’s Friday afternoon when you get the following message from a user: “The application is slow” 😅. No other information—maybe a screenshot, if you’re lucky.But where do you start? There are many things that can make an application “slow.” And what does “slow” even mean? To begin identifying performance issues, it’s essential to have statistics—to know which procedures are slowing things down.The Thinkstore offers a new solution to help: the Application Log. What Is the Application Log?The Application Log is a way to track all tasks, subroutines (stored procedures), handlers, and triggers executed in your Thinkwise application.It logs the essentials, such as which procedure was executed, its parameter values, and execution time. It also captures other procedures that were called during the execution, giving you a clear view of what downstream code was triggeredAnother use case for the Application Log is business auditing. When combined with the ‘Trace Fields’ solution from the Thinksto
Goedemiddag community,Een tijdje geleden heb ik de File upload api gebruikt in combinatie met een HTTP connector om een excel te kunnen uploaden en uitlezen. Vanwege security redenen probeer ik nu de HTTP connector uit te faseren en te vervangen met de web connection connector. Hier loop ik helaas tegen problemen aan die ik zelf niet op kan lossen. Om jullie mee te nemen in het proces: De webconnection kan worden gemaakt want de tokens worden goed uitgegeven op opgehaald:Via postman lukt het om het excel bestand te stagen en te commiten via oath 2.0 waar ik gebruik maak van dezelfde webverbinding als in IAM staat geregisteerd. De webconnection waar die fout gaat: De processflow logs: Request URL .. /premium_prolongation(65)/detail_ref_premium_prolongation_premium_prolongation_excel_staging/stage_import?add_new_rows=true Request Method POST Request Headers Authorization: <811 length> User-Agent: Indicium/2025.1.14.0 Content-Type: appl
I want to create a wizard that does the following:The user opens a task that opens a modal document (with edit in grid enabled). The user fills in the grid. When the user is done, he presses the ‘Close’ button of the modal document. This should trigger another task. I can get the first 2 steps to work, but closing the modal document does not seem to trigger the ‘Close document’ process flow action. The Thinkwise docs says it could be used as a starting point though. Is there a way to create such a wizard? An alternative could be to hide the ‘Close’ Button and use a task in the modal document that closes the document and starts the other task. But I can’t find a way to hide the ‘Close’ button for just this modal document.
Hi you all. In our application we have some beautiful buttons that each have their own seperate task right now. I wanted to point all the the buttons to the same task to improve readablity and control. I wanted to use a parameter with a default value associated to the button (in this case a change in status) to have one task execute differently based on the parameter input (the button the user clicks on). I got an error. (hence, I can't assign the same task to another button). Is there a sollution/workaround for this or is this not possible (yet)?
When upgrading to 2025.2.11 from 2025.2.10, I run into the issue that the server is not starting.The Indicium process gets stuck at Currently running Indicium version: 2025.2, build 11.1. See the logs below. This process gets stuck and the webserver upon requesting it displays ASP.NET error 500.30. Running the exact same configuration on one build lower of the same Indicium does start the application accordingly. 2025-08-18T16:39:10.5622148+02:00 [INF] Currently running Indicium version: 2025.2, build: 11.1 (d1c229ce)2025-08-18T16:50:59.7452291+02:00 [INF] Currently running Indicium version: 2025.2, build: 10.0 (d1c229ce)2025-08-18T16:51:00.3190272+02:00 [WRN] No persistent storage location for data protection is configured. The Encrypt and Decrypt process actions are disabled.See the Thinkwise documentation on how to configure data protection. (51a9e278)2025-08-18T16:51:00.7823709+02:00 [INF] Initiating startup license check (a070e428)2025-08-18T16:51:00.7977299+02:00 [INF] Readi
With change detection, you can ensure that a document is not refreshed if no changes have been made to the relevant section. It’s a very useful tool for showing users near real-time updated data while they are on the corresponding screen.We usually determine whether a refresh is needed based on the trace fields in combination with the foreign keys of any references that the relevant screen displays as details.This topic explains how to dynamically build this code based solely on the 'change detection' checkbox in the model.StepsCreate a control procedure with SQL assignment Add generic code to the template of this control procedure This code is based on UTC times in trace fields. If your trace fields are stored as converted into local time you should also convert the @last_refresh_utc into that local time. However, it is recommended to always use UTC times in your data and convert those times into any local time in your domains: -- Refresh data if there is an update or insert afte
Hi, we have a sql procedure for data migration of our old system.The procedure is generating all merge statements for our new TW tables and column with the ones of our old database.We already have merge statements for all data + statements for a small dataset (using a extra table)But now we want to add to merge 1 record, so I need an input parameter in the procedure: the key value of the record.We have an functionality with code and different templates. For all these procedures there is also generated a subroutine.Is it possible to generate process parameters for some templates using dynamic code in the functionality?create or alter procedure "myProc"( -- Process variables @myTableKey int )and also generated the parameters in the generated subroutines?GreetsChris
Hallo, If a dropdown field has only one value option, how can it be auto-selected during record creation? below is the field In SF, the Customer field is a lookup Thank you in advance
I'd appreciate your help, as I've been trying to figure something out for the last couple of hours. In Insomnia I'm doing this API call:GET https://sdpondemand.manageengine.com/api/v3/solutionsmultipart form:input_data={"list_info":{"search_criteria":{"field":"display_id","condition":"is","value":30}}}headers:Accept=application/vnd.manageengine.sdp.v3+jsonAuthorization= Zoho-oauthtoken [token]The problem lies in the multipart form which is being ignored. I always get a full list, while this should be filetering the items out. my processfloe monitor show the input parameters are okis ok: it gives a sucess: but the output is the whole list, and not filtered as it is in insomnia: this is my setup:(also tried URL encoded. Then the debug data shows the encoded input_data, but it is still not filtered. ) BTW, I do the same whith a PUT in another endpoint and there it works very well.
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.