Ask a question or have a conversation about the Thinkwise Platform
Recently active
I have a pre filter. In the model I have had it as 'Off', while using it via the API document?$prefilter=document_to_scan .. it gave me no return (as expected). In the model I changed it to 'Off hidden'.. as to I don't want to see it. Now the API gives me all documents, it doesn't listen to the pre-filter anymore. When I change it to 'Off' again it works again as expected. Is this intended behavior?
In some scenarios it is not desired that a task is being executed for more than 1 row.What is the easiest way to ensure this for specific table tasks, for the Windows GUI and Universal GUI?
I was under the impression that all functionality that was possible in the Windows GUI was already available in the Universal GUI but apperently the Excel style GUI still isnt :(My customer uses this functionality a lot so it’s keeping them from moving to the Universal GUI.There is a lot possible with the FilterForm screen component but one of the examples the customer gave was filtering in a table with logging records and wanting to only show the ones for user A and user F.In the FilterForm I can do User equals ‘A’ but not User equals ‘A’ OR ‘F’If the FilterForm was able to process an IN-clause like USER IN (‘A’, ‘F’) we would at least be able to perform the most used reason for our customer on why for them Excel style filtering is crucial.
Hi wisers,For Reporting purposes I’m trying to retrieve data from our Thinkwise Application to Power BI. I’ve set up SF roles, permissions and coupled the roles in IAM after deployment. Also I’ve checked the groups effective permissions on the bugged table (agreements) and confirmed that it has the corresponding permissions. However when sending a GET request for data it returns an empty array (example screenshot 1).When sending a GET request to any other table in the same role/ permission group it does return data (screenshot 2)Next to the basics of roles and permissions I do not know where to look/ solve this issue, any suggestions? Thanks in advance. screenshot 1screenshot 2
For one of our clients, we want to enable the ability to swap certain rows in a grid using drag-and-drop functionality. For the business logic, it is crucial to know both the ID of the selected row and the ID of the row where the selected object is dropped. The drag-and-drop action would occur within the same grid/table. Is this achievable using the standard drag-and-drop functionality?
Hello! The moment we want to do a creation, on the generation step we have this error.This is happening only on the server that has all the updates. Do you have any idea if it can be from an update or if it’s not, how to fix it?
We are investigating if we can receive MQTT-messages in Thinkwise somehow.So we'd like to subscribe to a MQTT topic which has been published by a device, and based on the message execute some logic in our application.Someone has setup this in Thinkwise somehow and provide some guideline how to achieve it ?Thanks.
Does thinkwise support this? I'm trying to integrate with a Brazilian bank. The token is to be fetched using client_credentials.. I don't see this option in the TW Oauth connector. Also it requires a client certifcate and key.. I see an option to upload a crt file. .but the key not.. only a password. URL_OAUTH="https://cdpj.partners.bancointer.com.br/oauth/v2/token"D1="client_id=<clientId de sua aplicação>"D2="client_secret=<clientSecret de sua aplicação>"D3="scope=boleto-cobranca.read"D4="grant_type=client_credentials"DADOS=$D1\&$D2\&$D3\&$D4OAUTH_TOKEN_RESPONSE=$(curl \ -X POST \ -H "Content-Type: application/x-www-form-urlencoded" \ -d $DADOS \ --cert <nome arquivo certificado>.crt \ --key <nome arquivo chave privada>.key \ $URL_OAUTH)
Hello!I want to create a report with a dynamic title containing the date. I saw this post: Create report with dynamic file name | Thinkwise Community, and followed the steps proposed, but I get the following error: It seems like it does not just sets the filename to the value specified in the default, but the entire path. How can I keep the path the same (in user’s documents folder), while setting only the filename?
Since the upgrade to SSMS 20.2, it opens a new instance every time when I open a template from the SF, while before it should only open a new tab.This is very annoying and undesirable, because it costs unnecessary time and resources.I myself have not been able to find a solution, my friend Co-pilot did not know either.Is there perhaps someone in the community who knows?PS, I am aware of Azure Data Studio, but at this moment I still prefer SSMS
Hello!In our application we have a big process flow that works fine on the Universal GUI(we don't have any error in the console either).Windows GUI on the other hand, throws the following exception:Could this be because the Windows GUI is overwhelmed by the flow or can we expect this to be a problem for the application on Universal later as well?
Context: I’m running into the issue that my inputfield is being populated by the ID (of the tablerow, not the lookup value) even when I’ve resetted it’s value to null. It only happens when the default triggers. Also the inputfield behaves like it’s null. I know this because I’ve build checks to enable functionality based on population of that field. For instance.. @supplier_1 is not null » do something. That ‘something’ isnt available or happening.What I’ve tried: Check our logs Check indicium logs Set @supplier_1 = null Set @supplier_1 = ‘’ Check the tsf send message parameter for aborting my flow. Change order of code, first the message then the set = null and vice versa.Neither of them seems to work.What is the expected behavior and how am I helped? » If I can get a empty value in the task popup so my userbase doesnt get confused.Version: 24.2
Hi, I’m currently running into performance problems caused by a scheduled system flow with a very rapid schedule (every second). This seems logical, we are running this code a lot so it stands to reason that it uses a lot of resources, except that the queries in our model executed by this flow, are extremely optimized. Our monitoring indicates that the query used by IAM to fetch the schedule for this flow in the stored procedure process_flow_schedule_start currently uses a ton of CPU time. So much so, that even with a slowed down schedule, it makes the top 3 most resource intensive queries run on the database server. User complained about a slow working application and we’ve had to slow down this flow which is a shame because this flow is really important for managing all our asynchronous API-calls and slowing down the schedule slows down a lot of processes for the users.We would like to restore the rapid schedule. Using this rapid schedule is something that was recommended to us sever
It appears that the Universal GUI uses the application language (as specified via user preferences) to determine the display of columns with the datetime2 datatype. However, this seems to be undesired behavior. I would expect the Universal GUI to rely on the settings configured for the IAM user instead.In the Windows application, we use the WindowsCulture parameter in the .ini file.As Niverplast is an international company, we use English as the default application language. However, since our headquarters are located in the Netherlands, my Dutch colleagues have been assigned the time zone ID Europe/Amsterdam in IAM. I notice that when changing the application language via user preferences, this update is correctly reflected in IAM, which is good. However, the usr time_zone_id does not seem to have any functional value. Does the lack of functional value for usr_time_zone_id indeed qualify as undesired behavior and thus a bug?
HelloSince we upgraded to 2024.3.13.1 we are experiencing issues with some GUI elements. For example if you take a look at the screenshot below (left = new, right = old) you see the following.At the first section there is a enormous white space because in the upgraded version it seems like Thinkwise is rendering a <h2> tag even in there is no title present for the group. We don't always want to use titles for groups because it makes the page longer than needed and it results in this.How do we fix this? Also because of the extra <h2> the <div> beneith as a grid-row-end: span 2; instead of grid-row-end: span 1;It is even worse in a popup (task). That is exactly the reason why were are not using titles for group, because it makes your popup way to long / heigh.Also for some reason in the upgraded version the grid seems to calculate or render columns in a different way, which results in a big white gap we didn't have in the previous release. See pictures below (old vs new
Hello, I m curently working on a model that would become a base model for some of the work models. Yet, the base model would require adjustments and future development later on. The base model contains functionalities that ar linked to work model procedures and so, means that the work model depends on the base model. So far I descovered that any small changes in the base model would impact any other model that contains the base model, even if the changes are for testing purposes or part of development.That means if the base model is already in production or development environment any new branch created from those would be affected by any changes from the base model.How can I work with that as a best practice, considering that I cannot unlink the base model from the work model? Thanks,Paul
Hello,it appears that adding in a list with group until enabled does not work yet. Is there any idea when we can expect this?
Trying to adjust the original logo of the login page in the custom.css by adding the following: /* Hide the original logo */.login__group--icon { display: none;}/* Display an alternative logo */.login__group--icon-container { background: url('./some_image.png'); background-position: center; background-size: contain; background-repeat: no-repeat; height: 4em; width: 4em; margin-bottom: 80px;}This based on the following info:https://docs.thinkwisesoftware.com/docs/sf/themes#custom-css-universal For some reason the result is that the default icon of Thinkwise and my own are presented over one another.Running on the latest Universal GUI 2024.3.13.0.0.Am I missing something in here??
We want to use the English language but with Dutch regional format settings (decimal symbol, thousand separator symbol and date formatting) in our application. My Windows settings are set to represent this (see screenshot 1).However the Universal GUI still shows numeric values with a dot as decimal symbol (dates are formatted correctly though). Where does the GUI gets this setting from and how can we influence this? In use comma instead of point | Thinkwise Community the custom_display_format extender was mentioned, but this does not seem to work (the domain field does not appear).The only solution we found is by setting Dutch on top as preferred language in the browser (tested with Edge and Chrome). But we don't want to change the preferred language, we only want to change the regional format settings. Screenshot 1: Windows settings
Hi all, we are using the formlist component for a client project and it does not currently work like we were hoping, so I am hoping someone knows of a solution/something I'm missing.Situation: Working in the Universal GUI. We have a view (combining different questions into a questionnaire) that uses the formlist component for users to add/change answers. As one might expect in a questionnaire, some questions are dependent on previous answers. For example, if the user selects “no” for question 8, questions 9 to 14 should appear. This part works well with the simple template written for the layout, which hides questions until the condition for dependency is met. Now for the issue - the refresh settings (Subjects > Settings > Performance > Refresh - after update):set to row only, the layout is not refreshed and the previously hidden questions are not shown set to subject, the entire formlist is refreshed (including the layout) so we can see the correct questions but the subject r
Hi, In my application I have created a client application with the Clien credetials type. I configured the settings as shown below: In Postman I entered the client credentials in a OAuth2.0 request and got the access key succesfully. However, the generated access key gets an unauthorized error. The user has a role with all rights enable and has public API enabled. Additionally, I have tried adding the BearerTokenAuthority to the appsettings.json. But I am not sure if this is the right way to configure this. Is this the right way to configure the BearerTokenAuthority? Or is there anything else that I am missing? Kind regards,Mark
Hi community,Im running into a issue where I cant get my task to work how I like to. I written down the information below.What do I want? I want a popup task with lookups where I can select a year and a supplier. The supplier and year should correspond with eachother. For instance, supplier 2047 should show 2024 and 2025, while 1990 should only show 2024. Lastly 2000 should only show 2025. Supplier id Year 2047 2024 2047 2025 1990 2024 2000 2025 What have I tried?Making direct lookups to bonus completion in order to get the supplier_id and calendar_year, this didnt work as expectedCreate views with lookups for calendar year and supplier.Use the views and bonus completion table lookups in order to get corresponding records. (tried a collection of variations of this solution)Tried relationships between views and tables in combination with lookups. How should it work?I want to be able to select the year first,
Are the icons removed?GUI 2024.3.12GUI 2024.3.13 Please add those again!!!!
I’ve imported my application on IAM, but after log into my application, i get the error:
Hi, Last week the indicium stopped running. When trying to start the universal web app, the following error occurs:The indicium runs in Azure and doesn't seem to show weird behaviour in Azure. I'm drawing a blank as to what could be the problem here. The dev tools doesn't show any additional information a part from the indicium error (500.30).
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.