Ask a question or have a conversation about the Thinkwise Platform
Recently active
In a table when editing multiple rows/columns, it would be very helpful if the behaviour of the Tab key is the same as the arrow up/down. The arrow up/down selects the value in de field that has the focus. The Tab key doesn't select the value of the field that get's the focus.
What is the status on the SF via the Universal GUI?
Hi,We have another application (say application X) where development is done to integrate our Thinkwise application in another web application. I was wondering if this is possible and if so, how to approach this. We currently have the following problem:User clicks a specific button in application X, which triggers a popup in application X showing the Thinkwise application in Application X: User logs into Thinkwise (Open ID), but still via application X. User cannot see anything of the Thinkwise application: What can we do in order to solve this problem? Thanks in advance!
I understand that thinkwise changes the colors of SVG icons but I just end up puzzling what I should do to get it right.I have an SVG graphic, which I post below.If I state that the fill color is “none”, it becomes white with an alpha of 0.7. If I state that the stroke color = “none”, I don’t get strokes, and if I specify a color I get that color.What I want is no fill; I can reach that with overriding the fill color setting; fill-opacity="0".Next I want a stroke in the font color … I understood from your previous posts that you are doing this but it doesn’t happen.This is my svg ( a circle with a question mark in the center ); <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" fill-opacity="0" stroke="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 1 1 5.91 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"><
Hi, we have several points in our application where we want to trigger a refresh, which likely have to be done in different ways.We have a table where an insert causes an update in another table. Both these tables are shown in the same screen type. How can we trigger a refresh of the parent table when doing an insert in the child table? I know that in React this is done with state, which triggers a reload of the gui, then showing the changed data again. Can we do something similar?We also have a document upload functionality that is custom built. We use the indicium universal api for this. Here we have to trigger a refresh programmatically I think?
Hi all,After a recent upgrade to platform version 2024.2, we're facing the following issue when a control procedure is approved during code review“Cannot insert the row because the value of ‘User’ does not exists in ‘Users’” Any ideas what's happening here?
What are the options to directly access the camera in the Universal GUI on Windows to take photos? For example, we have Micorosft Surfaces where we want to directly add a photo to a table (e.g., using the multiple upload HTML page that I have working now), but also with a normal form, but with the Image Upload control, I can only choose files instead of taking a photo. On iOS, I do get that option.
We have various instances of projects in test. Normally I get the IAM and the project in the Universal GUI. Now I have one that only shows the project, not the IAM. In the config.json there is no pre-defined project. All seems the same. What can be the reason for this difference? So, no pre-defined project. I am also root admin. …
What is making the 'reset password' pages and TOTP pages show up in a particular language?I have the interesting situation that reset password is shown in Dutch .. but the TOTP token page in English (expected)
We are deploying a TW application in the Windows GUI at several of our customers.Indicium is handling some background tasks, amongst other printing.These tasks involve frequent polling of the SQL database.Default, we deploy Indicium as a service for the background tasks because this is more simple and has less impact than a IIS installation with Indicium.However, some of our customers also want to use the TW API for accessing the application database. So at these customers, we need to install and configure IIS for Indicium.Should and can we, in those cases, then uninstall Indicium as a service, to avoid double handling of the background tasks? Or does the IIS Indicium process recognize that some roles (background tasks) beside API are handled by a second Indicium instance (the service instance)?At least, I want to prevent double polling of the SQL database.
I have a question regarding Await result of Report variants. I have made a Report that can be exported as a pdf in the main screen and a variant that can be send by email using a processflow. In the default settings of the Report Await result is set on No and in the variant its Yes.Report variantWhen I execute the variant in the application it becomes an ongoing task, as if Await result is set on No instead of Yes.Is it the idea that the default setting overrules the variant if the selected option is higher in priority, like with column type? Or is this a bug?Same behavior in priority?
We are currently using the ‘download file’ process action for users to be able to download documents from the system (with the Universal GUI). When the file has a .PDF or .PNG extension, the file is not downloaded but instead it is opened in the browser. Is there a way to force all file types to be downloaded? Zipping the files is not preferred.
In the software factory I have a grid edit button and this button does the following; make the entire grid editable.In Universal having autoedit enabled gives the same result.But clicking on edit above the grid only makes one row editable.I tried to get the behaviour of the windows interface using a workflow but it did not work.Should this work? And could give someone an example?Expected behaviour;Default the user is not able to edit.After clicking a button the user gets into the autoedit mode.When done the user clicks “stop editing” and returns back to the default mode.Thank you,Daan
How can we hide the seconds in universal GUI, as it is in Windows GUI
We have created Html custom component with JS script to retrieve all messages of a Teams chat, it is loaded in a preview screen.We managed to retrieve all messages of a given chat and show them.For logged user that participates in the chat we what to give them he option of deleting there messages.In the script we are trying to authenticate the user with OAuth2.0 similar to how Oauth user login process action works. The only difference is that a state parameter is generated for the login URL session an is included in the URL query string , also as a parameter. We tried generating a state GUID in the same format hat the process action provides in the flow but we encountered this error:--”The state parameter, 1dbfcd91-e154-4aaf-a71f-5b735aff11de, received from the OAuth server does not point to an existing process flow resource.”If we omit this parameter we get this error--”Received state, 'null', from the OAuth server but it is not in the correct format. The expected state
Please group tasks in Universal GUI as is possible in Windows GUI At least use dividing line with group name Like done for the standard features
Is it now already possible to execute a table task or process flow with parameters, with a hyperlink in a html field? The goal is to open another document within the same browser tab, or as floating document.Can the syntax as described in “Improved HTML control with a deep link” (release notes 2024.2.14) be used?
After the upgrade to 2024.2 and setting up generative AI (SQLSERVER_SF), I tried to test AI code review. Now for some templates I get a response (see below), but most of the time I get no comment and no error. So I think there is something going wrong(?).When I look in the debug tab or start the task with the process flow monitor (Windows), I can't find any information. What could be the reason and where can I find it?
We are in a transition phase from Windows to eventually fully Universal.At one of my clients, it concerns a fairly extensive application where we want to do the migration step by step. For the time being, the users will continue to work with the Windows GUI within the office environment. In addition, we also want to give the users access to the Universal GUI, starting with functionality that is relevant outside the office environment and on mobile devices.I am looking for a way to let users log in within the office in the 'old' way with Windows Authentication and outside the office exclusively with SSO (OpenID Provider Microsoft)The application is currently running on version 2024.1What options are there at the moment?
To make a change to the software at the client's site, I use the procedure below.I wonder if that one is correct or if it should actually be different/better:First, I create a development branch from the production branch.Then I make the changes in the development branch.After customer approval, I start the creation of the development branch. I fire the generated source code to the customer's production database.Then I merge the development branch back into the production branch and generate a sync script to update the iam database.This works, but is that the procedure to follow?I await responses with interest.
It happens that the http request already timed out long ago, or that a browser has been closed, but that the query still runs at SQL Server (Azure database instance).Is there a way to set a database timeout in the Thinkwise database connection settings?Or should I post this as an idea?We had some problems during our last update. One of the possible explanations is that something started a query while there were no indexes. Having a reasonable short timeout would protect against this kind of scenarios. Ideally I would like to set the timeout only for connections from Indicium initiated by the user interface, as updates and DBA work can require longer queries. It would be even better if it would be possible to have different settings per view / workflow step, as queries for normal UI screens should never exceed 1 second, while some graphics / download / upload / update functionalities might require more.
I am currently opening the task inbound_scan_crossdock from a process . This task causes a screen to be displayed with the parameters of this task. The screen opens as a pop-up. Is it possible to resize this pop-up to full screen?
I have just downloaded and applied the RC version of the Universal GUI: 2024.2.15-rc1This morning I was testing with a nightly version: 2024.2.14.1.500-nightly_20240919 Now clicking through the application and it does not give me any mention a new version of the GUI is available and therefor am still working on my old version:Still the older versionThis matches with the results we see on our PROD environment where users are logging in on an older version, some even several versions back.Usually I have already cleared caches and what not, but that is me being en IT person. This time I went with the average user experience. I cannot expect them to do the things I do, to make sure they have up-to-date versions.So my question is: “What triggers that a new version of the Universal GUI is available and gives me the option to update?” (average user point of view)I am aware of the idea to be able to force updates as I thought users ignoring the “Update” option, but experiencing now that this d
We are testing an S3 bucket for our Thinkwise application in preparation for a possible migration away from on-prem file storage.We are successfully able to upload a file to AWS S3, however we are unable to read it again in the GUI. If we open the file in AWS S3 itself, it is exactly the same as when we uploaded it.Currently, the file column is defined as a NVARCHAR(max) column, in which we save the link to the file in AWS.What is the behaviour in Thinkwise when it comes to downloading a file from S3? What column type should we use for this?Thanks in advance!
Disabling pagination for a subject in the Universal GUI doesn’t seem to work.I’ve followed the docs: https://docs.thinkwisesoftware.com/docs/sf/subjects_settings#page-sizeAfter setting the subjects page size to -1:The pagination is still being shown:Temporarily removing the default page size under Model settings also has no effect:What am I doing wrong?
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.