Ask a question or have a conversation about the Thinkwise Platform
Recently active
Hi,In the windows GUI the horizontal scroll bar seems to be tied to Zoom in/out (ctrl+up/down) instead of Side scroll. Mouses with extra scrollwheels make side scrolling a lot easier, but to benefit the user would need to change the scroll wheel from side scroll to zoom, losing that functionality in every other program.Universal does work as expected on a mouse with a side scroll wheel. Is there any way to change this behaviour? Thanks in advance.
Based on a copy of the language “Nederlands” (NL) we introduced the new language “Vlaams” (NL-BE) in TSF. The differences between “Nederlands” and “Vlaams” we translated specifically into specific Flemish words.In TSF we added NL-BE as an additional language via "Projects | Project overview | tab Project versions | tab Application languages”.But when exporting the application model to a script file to be able to import it in IAM on the production server, we noticed that the translations for the language NL-BE were not there.We only found lines like:EXEC sync_transl_full 'JP_BOUWMANAGEMENT', '6.9', 'NL', 0, 'actie', null, null, N'Actie', N'Acties', null, N'What did I forget to do? Also see:
During the generation process I get this error, while the correct Storage location has been set in the IAM of TSF. I need to know why we get this error. How can we find out what is causing the error?
We are trying to use the oData endpoints to make some PowerBi integrations. We are running into an issue with the $metadata URL. When we call the oData endpoint for any entity ( https://<domain>/indicium/iam/<project>/<entity> ) we get the data back and the $metadata URL (which is required for PowerBI to function). The $metadata URL is incorrect however: https://<domain>/iam/<project>/$metadata#<entity>The /indicium/ is missing in this URL, if I manually add that to the URL it is working ( https://<domain>/indicium/iam/<project>/$metadata#<entity> )This same (erroneous?) behavior is written in the docs: OData API | Thinkwise Documentation (thinkwisesoftware.com)Some environment details:Running in Azure App Service No reverse proxy
Does Indicium run well in a Linux environment? I haven't tried Mono yet but apparently it is capable of running .net core applications. Is the current version of Indicium ready for it?
Can I disable the conditional layout in the Default and make it enable only in the Variant?
Within a Thinkwise Application (Universal GUI), we have a custom screen that's displayed in an Iframe. To send results from this Iframe the Development team tries to use a POST-command, that is blocked in the Iframe. ‘Blocked form submission to because the form's frame is sandboxed and the ‘allow-forms’ permission is not set’.Can we solve this by adding the ‘allow-forms’ permission ‘sandbox’ attribute within the I-frame?<iframe src="afnamedashboard.html" sandbox="allow-forms"></iframe>
Hi,In our application, i wanted to open employee’s personal details tab by process flow after successfully saving the record in employee details tab. This is how my process flow looks. In process flow monitor, it did not pick the personal detail tab. How should i make it work?Process Flow Output for Add row employee_detail Input for Add row personal_detail
How can I filter a dropdown that has a look-up ?
I was under the impression that metadata would show all visible columns that are applied to the role. What am I missing here? Why are the invisible columns supplier_id and supplier_lookup shown but not all the visibile columns?
We have an application running Dutch and English as languages but it seems that universal uses the English translations when we show a message via the tsf_send_message functionality.Our code is as follows: exec tsf_send_message 'message_key', null, 0Did we miss something?
We have a registration form (frontend) that performs an API call to our database. In the API procedure we check whether the entered data corresponds with the data in the database. Then we check if there is an existing IAM user. If no, we create a new IAM user, if yes, we want to update the existing IAM user. Checking the data in the IAM database and creating a new IAM user works fine. However when trying to update a IAM user (the email address) we get a 422 error code. Should it be possible to update an IAM user E-mailadress? Or is there a setting or constraint that prevents it from working?
Hi Team,I have created a view named as ‘’ sales_Part” ,the view have some rows which i have been taken from the table sales_order_line,part & part_requested Table. I had created a Task named as ‘ update_workchain’my question is pretty simple - i want to assign that task (update_workchain) to that particular view (sales_Part).Can it be possible in Thinkwise assign a task to a particular view? & after post assigned of task to the view shall we have tdo deployement or not?Can anyone help me on this.Thanks,Sujit
Hi, we want to setup that the Universal GUI sessions expires in x minutes. We've create an application pool for the Universal GUI (Agent disabled).In the advance settings of that application pool, by 'Process Model’ we've set the ‘Idle Time-out’ in x minutes. What happenend in the Universal GUI now is that after the x minutes the session ‘freezed’. When you start a task or someting, the session responds after af few seconds. Also tried setting the session state as described in Docs. But in the Universal site i'm not able to edit the Session State. When i set the session state in ‘Default Web Site’. is not working. So what is the right way to setup timeout in Universal GUI?
I am trying to setup a page with the screen type Task tiles, but i am not having much luck. I know from another topic that they do not work in Universal (even though the example in docs show the task tiles in universal), but i am using the Windows GUI. I have attached tasks to my table, but other than in the task bar the task are not showing up on the task tiles. Am i missing something really simple?The same goes for Report tiles by the way.
Hello, at this moment there are very few roles to use in the SF. We’ve currently allowed members of the BI-team to access the Software Factory to analyze the data model and we expect to allow testers in the near feature as well, to register test cases and runs. Is it possible for us to create roles or for you to provide roles that’ll give users limited access in the SF?Thanks in advance. Dear regards,Bram.
Hello,some time ago i heard some rumours to create an integration in the SF to retrieve PBI’s and tasks from Azure Devops. We might be interested to use this integration to collect the PBI’s from our sprints in the SF, to register and link test cases and test runs. Is it indeed true that this integration is being developed and if so, when could we expect it?Thanks in advance. Dear regards,Bram.
Hi,we are using an On Premise Windows AD-server to administrate the users assigned to a Thinkwise application group.Now we run into a case where AD Group A has 10 users, and AD Group B has added AD Group A as a member.When now syncing the IAM to get the users from AD Group B, we don't get any users.Is this missing functionality ? Can't find the answer in the IAM documentation.Thanks. best regards, Cyril
I am trying to start a system flow via an API call to Indicium. The API URL works. When I visit it with a browser I get to log in and see the application version number. However the same URL followed with / and the system flow name gives a 404 Not Found in Insomnia. The system flow exists in IAM since I can find it there.Browser: http://[server]/indicium_universal_prod/iam/[alias]Insomnia: http://[server]/indicium_universal_prod/iam/[alias]/documenten_aanmakenWhy doesn’t the API call work?
In TSF 2020.2.18 it is possible to add users to a project version in the SF by using Projects > Project overview (select project) > Project versions > Runtime configuration > Other users. Unfortunately this functionality is not documented in https://docs.thinkwisesoftware.com/docs/sf/overview.html.In this list are shown the users and you can link them to this project version. Unfortunately newly created users can only be linked after they logged into the TSF (logging into IAM is not enough) and refreshing the list. The Active users prefilter does not seem to work.My questions are:What is the functionality of Other users within Project versions > Runtime configuration? How can I add a new user after creating a project (version) and before they log into TSF? What is the purpose of the Active users prefilter?
We've 1 iSeries project which is running on 2 servers.For the test i've made a DB2_TEST_XTD project. In IAM there are 2 application, one on AS400 TEST (sfg) and one on AS400 INT (int) In the project DB2_TEST_XTD there's a subroutine ‘sp_test’ as procedure with API enabled. with a HTTP POST http://…./indicium/iam/int/sp_test I expect result from AS400 INT server.with a HTTP POST http://…./indicium/iam/sfg/sp_test I expect result from AS400 TEST server. Problem is that in both HTTP POST s i've receive results from AS400 INT server. With indicium build 11.0 it works fine, the next build 14.0 we installed it was broken. Can you check out what going wrong here?
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 want to use shortcuts to start tasks in Universal.If we link shortcuts to certain tasks, they are displayed correctly and function correctly in the Windows GUI.This applies to both a main screen and a detail screen that is on a TAB.However, in the Universal GUI we see the shortcuts of tasks on the main screen (and they function as expected), but the shortcuts are not shown for the tasks on the detail screen. They don't work there either.Is this something we haven't set up correctly, or is this not supported in Universal yet? Windows GUI (both shortkeys are shown and functioning): Universal GUI (only shortkey on main screen is funcitoning, the one on detailscreen is missing):
A customer had problems with writing smart upgrade files to disk, while full worked perfectly fine. When he changed the indicium user to domain\administrator user Smart also worked properly. The previous user was a domain user with local admin right and SQL sysadmin rights. Can someone explain what rights the indicium user needs to have since I can't explain why one works and the other does not. Additional question: Is it necessary for the indicium application in IIS to be anonymous, or whether it is also possible on Windows authentication. This can also have certain consequences for the handling of rights.
Can someone explain to me how this is not considered to be a merge conflict? The column was renamed both in the trunk and in the branch. Should it not give a merge conflict since it was renamed in both? Trunk version 1.22 → branch 1.0 created Trunk v 1.23 column x renamed to xxtBranch v 1.01 createdBranc v 1.01 column x renamed to xxbb
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.