Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
We, as shipping company, have users which have to log their vessel activities. Our vessels cross the sea and travel all over the world, meaning they travel through different timezones. All our datetime fields are being logged in UTC time, however it would be easier for our users to log in Local Time based on the selected port. Lets say, the Captain of the Vessel wants to log their Departure in port “Taicang”. Now the Captain needs to calculate the time in UTC before being able to log their activity. It would be much easier for them to log in Local Time, so that we calculate the UTC time for them. We also have “Planners” who would like to communicate with Local Time towards the Captains. In short, we would like to make use of Local Time in a lot of places within our application. While doing research I found the following methods to calculate from/and to Local Time. Use of a query like follows: SELECT @UtcTime AT TIME ZONE 'China Standard Time' AS TaicangTime Downside: In some port
I have set up an OpenID provider in IAM, allowing users to log in to the application via SSO. Now, I want to link user groups to this role using the 'roles' claim.I am facing an issue, and I think it might be related to the number of roles assigned to a user, as in some cases, there are quite a lot of them, but it could also be something else. For some users, I see a long list of roles where I could filter by ID to find the correct role, but for other users, I don’t receive any role claim at all, even though these are configured in their Azure AD. Does anyone happen to know what might be causing this?
Hello, We have a use case in which we want users of our developed end applciation to be able to add new users and manage the access level of those users. We would not like to give those users access to IAM, because there is a possibility we want users from our customers to be able to do this. We know of the IAM API layer which you can use to:Add users to IAM Add a new user group Assign roles to a user groupWe are interested to know how far we can go with this API layer. Can we for example also create a new role in which we can grant access to very specific columns in a table? Or do those roles always have to be predefined in the SF, whereas we can only assign those predefined roles to existing or newly created user groups? Thanks in advance. If the question needs more clarification please let me know.
When selecting a document type, where the lookup display column is the selected domain, it shows the domain value instead of the translation of that elementIt works normal in Windows GUI, but not in Universal GUI (2024.3.10.0)See screenprints
If I select a single property in the grid to copy this, it copies the whole row.So when I paste my text which I selected and copied, it paste all values of that row By the way: if you select text from a multiline field (with word wrap), copy works.
What is the easiest way make a task that opens a external URL in a new browser tab?
Hello!Is it possible to lock a branch? I tried to do this and the "Unlock” field is read only everywhere.
Is there a way to set the dimensions (Max Height, Max Width) of a modal document?
Where can we find the running task overview in the universal GUI. If not available in Universal GUI, our request to add this as it is available in the Windows GUI
Hi, we are building a report where we have to get the value of a domain from a table. Here we get the DB value of the domain, instead of the element value. Is there a way where we can get the element value in varchar?
I’m trying to create a full copy of the ‘software_development’ role for the SF into a new read-only role.Why? Because are support team and business analists want to explore the models built in the SF and may be able to find possible reasons something isn’t working.But we want to have a safety built in that prevents accidental insert/updates/deletes. I want the new role to only have read rights to all SF screens:Tables to read-only Editable column read-only No tasksThe script that I’ve created copies all role rights and changes it to our specific needs. All menu items seem to work fine, however I cant choose or switch a branch.I’ve figured out that a start object opens the ‘check_sf_upgrade_msg’ task and has a process flow that opens the ‘set_branch’ task. I already tried to assign rights to these tasks and the corresponding process flows but now I get an error after opening the SF: Am I missing something?Are there any plans to create a read-only role on the SF in future releases?Our pl
How can I show the shortcuts in Universal GUI as we have in Windows GUI? Windows GUI Universal GUI
I have the following 2 tables in one screen: ‘Staffels’ is a child of ‘staffel afspraken’. Depending on the input in the main table, a variant of the child table is used: for several configurations in the main table I need to fill oput different columns in the child table. We do this by using different variants of the child table to display different columns. In this case it is unwanted to have both tables in edit mode: how can I prevent this from happening?
Hello everyone,In our application we have a scheduler, this scheduler gives the wrong start date when I start it up. It interprets the date 9-10-2024 as the 10th of September, and not as the 9th of October. This is confusing and because of this, I thought the scheduler was not functional: Today it should be fine, as it cannot interpret 10-10-2024 as something else (I do have to delete the other test data for that).But this is inconvenient. It seems to interpret 09-10-2024 in the American way (month/day/year instead of day/month/year). What could be the cause of this, and has anyone else run into this problem?
Hello everyone,We have a table called work order, this work order table has a variant for the unplanned work orders. These unplanned work orders need to be planned. For this we wanted a scheduler and drag and drop functionality.As a test I first made the task that plans an unplanned work order. The screen build up is as follows: on the right hand side I have a scheduler with the original table as it automatically filters on planned work orders. On the left hand side I have a table variant for the unplanned work orders.When I use a conventional task with two fields for start and end date, it nicely plans the work order I ask it to be planned. The work order disappears from the unplanned list, and appears on the scheduler. This works fine, but I want it to work with drag and drop (and the task is necessary).When I drag and drop an item on the scheduler, it opens the task (as dropping on specific dates is not possible). I fill in the task fields and hit execute. When I hit execute, it wil
I have a grid with the possibility to add grouping by dragging and dropping. In the IAM I configured the user preference to: COMPLETE If I add the header email to the grouping, it groups correctly. But as soon as i go to the details and go back the grouping disapears, whcih leads to a bad user experience. I'd expect this to be saved ias a user prefrence. Is this a bug? Or a request for improvement?
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!
We often get questions about customizing the Universal GUI, particularly the login page. We plan to offer several model-options to customize it in the future, such as the logo, colors, title text and background image, and to display maintenance messages, for example. But with the latest release of the Universal GUI, it is already possible to make these adjustments manually, using custom CSS! SetupStarting with the latest (beta) release of the Universal GUI it is possible to inject your own custom CSS to change the styling of various parts of the user interface.To get started, simply rename the custom.sample.css file in the public folder of the Universal GUI to custom.css. This file will then automatically be loaded by the Universal GUI. By renaming the file, it will no longer be overwritten with Universal GUI updates.Next, add your own CSS to the custom.css file and you’re off! CSS classesThe Universal GUI provides static CSS classes for a selection of elements, mainly on the login pag
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. …
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.