Ask a question or have a conversation about the Thinkwise Platform
Recently active
Hi,As we develop more and more system flows, it would be handy to have a tool where we can see all of the logging steps of the running system flows for debug purposes.I was checking in IAM and could not see any logs there except the running flows start and end date.Is something I can look for somewhere else? Thanks in advance,Paul
Hiya!We’re interested in using the Thinkwise Insights demo application in our own environment for two main purposes: To gain insight into how new platform features are applied in a real-world model. To provide a solid demo for (potential) customers ajustable to the customer. Therefore, my question is: Is it possible to download the complete Insights model somewhere? Best regards,Ruben
At the moment it is not possible to use Model Insights in combination with a form or grid that’s not in edit mode. Even though the table/ row/ column/ cell information is actually available Model Insights doenst trigger (because you cant trigger eventlisteners on read only fields I suppose). Only rarely it works on read columns.I’ve checked if the information is available by using webpage inspector and check components (and parents). I’ve added a gif for reference.
Hi, before I had a subroutine with a parameter called Units. This would accept value "Units”:["kg”,"cm”].Due to new features I moved this to a process flow, with a web connector. This new process flow now throws an error stating;An invalid value was supplied for process variable 'units'. Only primitive values are allowed.Is it correct that this does not work? I suspect this to be incorrect..oh ohThanks, B
Hi,I have a small question. Have developed a functionality to retrieve user's notebooks from Microsoft (OneNote). The onenote itself has two URL in the response body, the one_note_client_url and the one_note_web_url.Have built a view witht he data I need and for the web_url i ve made a column with the domain type as html with something like this "cast('<a href="'+notebook.one_note_client_url+'">' + notebook.display_name + '</a>' as nvarchar(max))”. This works as intended and I can open the notebook in a different tab in browser.The issue I face is whent I want to use the one_note client url wich in technical terms is the same url except that it contains the word "onenote:” at the beggining of the url. I have tried to make it with 2 different domain types, URL and HTML (same as the web_url) and in both cases I get the action blocked by the SF Is something I can do in order for the link to be inserted as it is in browser so the OneNote app would start or it is blocked by the
I tried to import an Excel file using the standard import feature. The excel file contained approximately 8000 rows. The functionality (lay, def etc) is minimal and still it took around 30 minutes to import the entire Excel file. We are using platform version 2025.1.This is not the performance we want/need. It comes down to a little over 4 seconds per row.What can I do to increase the performance?
Hello,Based on this post we have found https://community.thinkwisesoftware.com/questions-conversations-78/open-a-universal-gui-document-from-an-externa-application-4200?tid=4200&fid=78, we made a deeplink process flow that simply executes a task, then opens a document filtered on a record with a given id. We tried triggering this process flow externally with an API call inside a Preview component (iframe), and while it is successful, nothing happens. What could the issue be - are we missing something from the POST API call (we include the mandatory necessary id in the request body) or is this due to the component not communicating with the parent page? Best regards,Valentin
The system flows are using the GMT time. But if we want a snapshot of the stock every day at 00:01 we run into a problem on switch over to the Daylight saving (DST) time period. In wintertime it’s 1 hr difference. And in Summertime (DST) we have a 2hr difference which will lead the snapshot of the stock is created at 23:00 hr. (If we put 01:00 in the IAM schedule) Does someone has a solution for this?
Hi All, I have a couple of questions regarding the translation of the login screen and the images on the login screen. What am I doing wrong? Translations:I've put my browser to Portuguese and I can see in the dev-tools that its allowing the portugues langues in the header:accept-language: pt-BR,pt;q=0.9,nl;q=0.8,en-US;q=0.7,en;q=0.6 It only show the English translation, in a very persistent way.cache deleted, etc, but now changes. ImagesI saw these options in the general settings: Based on the description and the documentation, my obvious expectation would be that these images would be reflected in the GUI. However, accessing the Page via the IAM shows a rather boring log screen:
We have an API that is currently working with an basic authentication. (The call for this API is written in Visual studio (vb.net to be precise) Using ApiClient As New HttpClient() Dim URI As Uri = New Uri(RequestURL) Dim MessageContent As HttpContent Dim AuthenticationString As String = $"{ApiUserName}:{ApiPassword}" Dim EncodedAuthenticationString As String = Convert.ToBase64String(System.Text.Encoding.ASCII.GetBytes(AuthenticationString)) ApiClient.DefaultRequestHeaders.Authorization = New AuthenticationHeaderValue("Basic", EncodedAuthenticationString) Dim response As HttpResponseMessage = Await ApiClient.GetAsync(URI) MessageContent = response.Content Return Await MessageContent.ReadAsStringAsync() End Using This is working and I can retrieve data. I have written code before that talked to an API, using a httpclient class that uses an azure secret key, passed along in the http Request header. I thought I could reuse this way of authent
Is it possible to change the sequence of items in the Action bar? We believe that it would be more logical to have the filter section next to the prefilters and not have the Actions/Tasks in between.Can that be achieved already?
In the windows gui the first column in a cube is locked. When scrolling in universal inside a cube the categories will scroll with it making the cube unreadable. Please make the categories fixed. After scrolling horizontically.
Did someone see those 504 errors before? We get time outs when trying to reach 2 endpoints and would like to know how to fix this. We have 2 endpoints are unreachable (the other endpoints are working well). Those are the sales order lines and stock mutation. Those endpoints are standard Thinkwise. We do not see any strange errors on the application side also the infrastructure developer says everything is working correctly: ‘I have verified that the load balancer associated with the application is operational, and the target group receiving the domain traffic is in a healthy state. I also logged into instance and i can see that ec2 instance is running and healthy.I also reviewed the associated security groups and firewall configurations. I can confirm that everything appears to be correctly configured and functioning as expected on the AWS side.’
When creating a record using a Task template how can you pass the created record id in a process variable for the rest of the process flow. Is this possible within the task template? Or do I need to use other functionality?
Hi,Coming from Indicium Basic, we currently are working on letting our postman test and performance scripts and runs work like the windows gui version that is compatible with the indicium that is also used by the Universal GUI.We got a large part of executing transactions working, but we encounter some issues with tasks.We are trying to make a task work. The Windows GUI debugger seems to lack information about how it executes a task. According to the responses from indicium when doing a POST request that does a END_COMMIT, it replies that there should be something with a START_COMMIT. The debugger shows nothing of its kind, only the END_COMMIT. Now using fiddler, we could scrape out that (one?) missing request (START_COMMIT) and put it in the postman run. It seems that for some reason every request sends back a 200 status, but the task has not done its job. (Does the GET signal_r request have any influence on the whole transaction/conversation?) Also the documentation on resource stagi
Live Error log Reports problems connection Thinkstore listing and TCP page is blank
Im running a Dutch and English application for our business. Sometimes (cant recreate) we get a mixture of English and Dutch translations, which is a problem. In the near future we’d like to expand our application with the German language, which in turn will make this problem more complex and needs to be solved. However I do not know how to recreate this situation and am therefor writing this topic hoping someone can tell me so I can solve this. I’ve added a screenshot for reference, the message is english the application is dutch. I’ve verified the translation is correct.We are running on the latest version.
I have a cube with several dimensions. Also a cube view were some of the fields were selected (created in 2024.3). Now I want to add some fields to the cube view, but I see no option to add (select) those fields in 2025.1
Hello,I have 3 tables where A → B → C. I want to create screen types to get the next result: But I only seem to get the next result:Is there an easy way to achieve the first situation?
It came to our attention that certain GUI objects were not translated yet for specific languages. Trying to correct these, certain languages were emptied again. Investigating deeper, the source was they were from “Base Models”.This is the list of Base Models we have in our SF:Could one point me to the documentation where it would list what Base Models are (still) maintained by Thinkwise? Or if that does not exist, give me a list?That way I can plan to do some cleanup of the project and patch the translation objects of our project to not be considered generated, but maintained by ourselves.
When I choose the “Fallback value”, it is automatically reset to “Constant value”, even though the column has a fallback value: Selecting “Fallback value”It reset to constant valueThe default “def_tab_data_col_overview” checks if the column actually has a fallback value and resets it to “Constant value”. However it should only reset it when it does NOT have a fallback value. Should be “and NOT exists” imho
Hi,I am wandering what the best practice is when upgrading Thinkwise itself in an DTAP setup. At the moment we are using 2024.1.13 in all deployments (on Azure, but different physical locations for P). The goal is to update all environments with the latest stable version and will be done over a limited period of time, but could still take a couple of weeks.When I upgrade the D first, will I still be able to service the older versions with updates? If so, I can go from D to T to A to P.When I am not able to service older version, what would be the approach in that case?
I have been trying to replace one of our HTTP connectors with a web connection in the Software factory, since we will be approaching several endpoints and I want to make them more reusable in my Process Flows. So far whenever I try to use a web connection however I receive status code -23 and I am unsure how to proceed. Below a screenshot of my working HTTP connection: And the current settings of my Web Endpoint: We are using request headers to authenticate ourselves at this endpoint, is it possible I am using the wrong field for our request headers to authenticate in the web connection?
One of our customers wnats to “force” his employees to work in timeframes of 15 minutes.So quick question: Is there a way you can controle the input for times in steps of 00, 15, 30 and 45 minutes?I wasn't able to find this answer on the community, sorry if I didn't search hard enough for it. A redirect would be appriciated in that case :)
Who has experience in communication with a PLC from Thinkwise? In this particular case I need to open a connection to a PLC, send several text strings without opening and closing it with each string, and then finally close the connection. Does Thinkwise have an option for this, or does this have to be performed by the SQL Server? Are there any examples available?
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.