Ask a question or have a conversation about the Thinkwise Platform
Recently active
I would like to use OpenID connect from a 3th party application to Indicium. Since IAM is able to be set up as OpenID client this should be possible. I've created a user that contains the credentials and setup the OpenID client and Resouce in IAM. However I am not able to create a connection in postman. I do get the login screen[base]/indicium/account/ui/loginBut once I login it just stays on the logout screen. I probably did not configure it correctly. Who is able to help me out with this?What do I need to fill out in these fields:
In one of our TW applications we have a large stock table and we created prefilters to filter for specific warehouses. We would like to use roles to assign which prefilters are visible and used.So pickers form warehouse A do not see the warehouse B entries and vice versa. And some people need to be able to see all..We couldn't find a way to do it.
Hi, I want to fill some values in a form on the moment that the user starts editing. I wanted to do this in the default procedure, but this is only executed after an edit has happened and not on the moment that the edit button is pressed (like the layout procedure). Is there a solution for this in thinkwise? Thanks
Hello, I would like to check if there a way to put a hyperlink on each value of the fields?I have an table or an entity using a grid component, I would like to add a hyperlink on the value of fields to redirect to another table./ subject or subject variant. Example: Table 2, shows the reference no, this table has reference to Table 1. I would like to add hyperlink to each referenceTable 2Table 2And once click it will redirect a Table 1/subject or variant, pointing to the reference no.Table 1Table 1 Please advice. I would appreciate if anyone could help or have suggestion for this behaviour. Thank you
Has anyone found a solution to show images, which are stored in Azure file storage, in a SSRS report?SSRS = SQL Server Reporting Services
I have created a ftp connection with a very bacic ftp side. There is no ssl, no tls, no nothing, only address, username and password. Directly from the server we can connect with filezilla. From the TW ftp connector we cannot connect. I checked the ftp site and the credentials thoroughly end those are 100% correct. When we connect from the server we run into a message “This server does not support ftp over tls” “Your password and files will be sint in clear over the internet” So we have to click away this message. Could this message be the bottleneck for the TW ftp connecter giving the STATUS -2. Our system engineers ask if we can use the option “command-line override” for this ftp connection. Is this possible. What else can I do? Thanks anyone for answering.
Hallo, I'd like to ask for any suggestions. We're creating a cube chart to represent Company, Volume/Number of Shipments, and Year. Is it possible not to display all values by default when the page loads? We'd like to add filters, such as by Company or Year, instead of showing everything at once. Right now, the chart displays all company values, and it looks cluttered. If there's a way to apply filters, that would really help with clarity. This chart will be one of the key items on our dashboard, so we need it to provide statistical insights into shipment volume.
Has anyone figured out how to implement barcode scanning in the Universal GUI. At this moment when I scan a barcode in a TEXT field the GUI does not perform an ENTER. So the value is Shown in the field but, the value is not processed by the default because the GUI does not handle the scanning action of the terminal as an entered value. (I already tried different settings on the scanner like HEX suffix 0X0A (Which is the equivalent of ENTER) But the universal GUI seems to ignore this suffix. So the result is that the value is shown in the field and the user always need to do something on the screen. We need to scan a barcode, process it’s value in a default, moves the cursor to another field or the same field. For example, scan a product barcode, scan a location, scan a product barcode, scan a location. A created a test form with only 2 fields and want the default to handle the scanned value and moves the cursor to the following ‘to-be-scanned’ field. Someone has ideas??? declare @msg v
Hi,After I upload a file I am getting “:443” in the upload link. Which means I can't access it via external app with the preview link.Link after file upload:But if the document is generated it doesn’t get “:443” in the link.What is causing this? And how to fix it?
Hi, In my application I am trying to download a file that has been stored in a folder in a local file storage location. The file storage location is configured for the environment I am on.However, I am getting the following error when trying to open the file:The column that has the storage location is indeed file_name_queue. But the file_id is null, which would suggest to me that the file is not found. The file is stored in the folder of the storage location. What could be a reason that the file_id is null?
Hi. Is there more elaborate documentation available on the Maps component for the Universal GUI? I've read the docs and some postings here, but can't figure it out how I should set it up. And is there also a listing of supported Maps providers? Before I used MapQuest, does this still work?
Hi, Recently we have added two reports in our app. These work ok, no other reports. However, since we added them, our deployment breaks. Executing Database Server script 'MODEL_SYNC.sql' - sync_role_tab_variant_reportError; Cannot insert the value NULL into column 'tab_variant_id', table 'CENTER_ERP_IAM.dbo.role_tab_variant_report'; column does not allow nulls. UPDATE fails.We use both reports on 1 table, we do not have report variants nor table variants in play here . I have applied the rights - several times and checked the settings. Do not see anything weird with it. When I comment out the code from the model_sync.sql, all seems good. Any thoughts on how this can be fixed? What could be the cause of it? Thanks! Blommetje
We have a filter issue for a non-reference field with datatype NUMERIC. The filter condition set in the SF doesnt reflect the filter in the GUI. In the SF ‘equal to’ is set to filter condition, but in universal it keeps showing up as ‘bigger then or equal to’. When set to ‘equal to’ in the SF, we would like to see a combobox populated with all existing values in the table.
Is it possible to create a new language in TSF based on the language “NL”?We notice that some terms are slightly different in Belgium than in the Netherlands. So I would like to copy the language “NL” to “NL-BE”. How can I do that?If I can not do that myself in TSF, can you please provide me a script that copies al data in the required tables?
I'm looking for a simple way to process barcodes read with a wireless barcode scanner. I can configure the barcode scanner in such a way that it sends a TAB after every barcode that is read.I have already tried to get it done with a table task and also with a detail form with auto save option. Both solutions do not work flawlessly.A multi-line field could also be possible, but the GUI expects an ALT+TAB at the end of each line.What is the best approach for an application running the Windows GUI?
I have a question on Indicium logging:I have Indicium running in containers, and would like to know how to supress console logging, the console log is flooded with these dbug messages.
Hi all,This is essentially a follow up question to this topic SSRS Server Report | Thinkwise Community (thinkwisesoftware.com). Currently my main goal is to deploy variants of a report. In SF when adding a ‘SSRS (server)’ report you must enter a path. But I have a reporting server that has multiple directories for different clients and these dirs contain variants of the same report. I.e.: different logos in the variants for each client. Now I want to find a way to update the path to these reports when deploying. I did see a report table in the IAM database where I can possibly update the path, but is this recommended?Can anyone suggest other solutions? Thanks!
I’m trying to execute a task through an HTTP POST requestI’m getting a HTTP 200 response, but it looks that the task has not been executed actually.What I'm I doing wrong?See: https://docs.thinkwisesoftware.com/docs/indicium/api
Together with a fellow developer, I am looking for a way to connect to Indicium (Universal) as efficiently and securely as possible from an external application.I couldn't find anything about this in the documentation and in the community.From the data traffic I have been able to deduce that the Universal GUI uses Basic/Cookie Authentication. We could use this way, but probably there is a better way.According to others, there are better alternatives such as JSON Web Tokens (JWT), instead of cookie authentication. I don't know what more the Indicium API offers in terms of authentication.I'm looking for best practice examples.Is there anyone who has already looked into this and can give advise?
How do we secure the username and password of the DB connection details in the appsettings.json not to be in plain text in Azure ? I saw from another article that the Azure Managed Identity is not supported. Can we use Azure KeyVault? Is there another alternative?
We have a workflow to set default filters when someone opens a screen;Step 1) Open document … triggers …Step 2) Decision; Filter valuesStep 3) Set the filters.This did not work for a while, but works again.I now tried to create the same at the moment that the user opens a subject which is a detail, but the workflow doesn’t start.Does anyone know how I can start the workflow at this point and set the filters?Thank you,Daan
Would be nice it the white space before / after radio buttons can be reduced.
For one of our customers we are trying to populate a tree view with 29800 nodes. It feels sluggish. The base query takes 1 second. How can we investigate further where delays are coming from?
When you are on a grid that is filterable and you filter a column that consists of domain elements, the selection popup shows the user the database values of the domain elements. It should show them the translation of the elements instead.
We have an internal API which consumes data from our Thinkwise application through Indicium. Up until recently we had been using Indicium Basic, however recently we have started our upgrade to Universal. For authenticating users with Indicium through the API, in Basic we used the URL indicium/(sf|iam)/<app_id>/$logout, to which we would send a basic authentication header supplied by the client calling the API. However, in Universal this endpoint does not seem to exist anymore. Is there a similar endpoint in Universal which allows us to authenticate users through a basic auth header? Other ways of authenticating users are of course also welcome, but some form of username/password authentication is preferred.Thanks in advance!
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.