Ask a question or have a conversation about the Thinkwise Platform
Recently active
We expect the date picker to be always available based on the ‘Show action button’ setting of the associated domain set to “Always”.However this is not the case.Is there any other way to achieve this?
Hi,I have a question about the state of prefilters.We recently upgraded to Universal 2024.2.12.3In Software factory I've a prefilter show_quo_act_shipments and the different states are all on On (see image 1).In a situation where a user logs in and opens the screen and then toggles off the prefilter, the same user closes the screen and then opens the screen again and the prefilter is still off. I would expect that the prefilter would be On because in Software factory it is On. It looks like it registers the user preferences and for other prefilters in the same screen it does the same and also for prefilters in other screens.Is this the intended behaviour for the prefilters ? Why doesn't the screen resets to the prefilter that is configured in Software factory ? image 1: Prefilter in Software factory Prefilter in Universal
Hello everyone,I wanted to ask if there is an existing JIRA integration available with the TCP environment. We are currently facing a situation where we have duplicate administration of all TCP tickets, and we are considering reusing an existing integration if it exists.If anyone has experience or knowledge about this, your insights would be greatly appreciated.Thank you in advance for your help!Best regards,Suleyman
I noticed that a lot of information is transmitted to sentry.io.I would like to have primary access to all the information registered about our users and the performance of our application. ( I should see the bugs first and then decide whether to escalate them to you ).Can you tell me how I can get access to this data?
Hi, I was wondering if it's possible to disable/remove some languages in the user preferences. I only want NL and ENG for example.
Hello,I am looking for a robust solution to make the Universal GUI accessible outside our corporate network.Currently, we are using Azure Application Proxy (AAP) to achieve this. Our goal is to avoid exposing our on-premises (web) servers publicly. With AAP, users must first log in with their Microsoft account before they can access the URL for the Universal GUI. After logging in with AAP, this authentication can be used to log in to the Universal GUI/Indicium by configuring Microsoft as the OpenID Provider. This way, after clicking "Log in with Microsoft," users are immediately directed to the Universal GUI.The issue we're facing is that the AAP authentication expires after a certain period, but the Universal GUI does not recognize this expiration. This results in various error messages and blank pages, and users have to press Shift + F5 to be redirected to the Microsoft login page. This workaround is problematic for mobile devices, as Shift + F5 is not available, making it impossible
I have a problem with a unique nonclusterd index that is automagically added when I run Create: I can't figure out why this is added as the referenced column “ikc_name” doesn't need to be unique:
Dear community,Context:We have developed a base model with the purpose of serving as a reporting service.This uses a control procedure in the dynamic model - with the staged strategy - to do the following:- Create a task, based on the parameters of a report that is present in the model- Create a system flow that uses this task and its parameters.The issue:All in all, the base model works perfect.However, when renaming a parameter on a report, it fails when generating the dynamic model code.It gives the following error:‘The DELETE statement conflicted with the REFERENCE constraint "ref_process_variable_process_action_report_parmtr_input_parmtr". The conflict occurred in database "SF", table "dbo.process_action_report_parmtr_input_parmtr".‘The cause:I believe that it is due to the fact that the update on the table dbo.process_action_report_parmtr_input_parmtr is performed after the delete on dbo.process_variable, thus not complying with its FK reference. In the temporary table of process
I am experiencing an alignment issue in a grid. In case of a mandatory field, the header alignment seems to be to the left side by default, even if the data is aligned to the right: For comparison, without mandatory % field: After saving the alignment of the header is still to the left: After visiting another tab and then going back to the original tab, the alignment is as should be, to the right:I experience this within the variants of a table.Is this a known issue?
We have an endpoint in indicium to receive messages from another application. The endpoint is now secured using the basic authentication (username + password). We would like to secure this endpoint with an additional bearer token (OAuth 2.0). How do I achieve this with the Thinkwise platform? The application is hosted in Azure Cloud, so Indicium and the Universal GUI are both configured within a single webapp.
I ran into an error when I tried to build my database.It's not the first time I ran into errors during execution of the sourcecode but this one is new for me: An unknown error occurred while executing 'create nonclustered index "so_slaughter_registration"on "slaughter_registration"( "slaughter_date" desc, "day_sequence_number" desc "slaughter_registration_id" desc, )'. Error: 'Incorrect syntax near 'slaughter_registration_id'.'.I can clearly see the incorrect syntax as there is no comma after the middle desc… And there is a rogue comma after the last desc...But I'm pretty sure this piece of code is generated by TW from the indexes tab on datatable->TablesHow can I influence this?I think I see where it happens but I cannot edit it: I fixed it by completely removing the index and recreate it which also resulted in correct priorities of the columns:
After upgrading to version 2024.2 of the Thinkwise platform, I get an error in validations. This concerns "Processflows”. A processvariable is used (and stored in a log table) that represents the content-length of the http response. The process action involved is "HTTP connector”.The domain used to store the output variable "Content-Length” is an integer. If we get something in this variable in the past is looks damn much like an integer. It represents the lentgth of the actual response. Not that we really need or use this information, but changing it to whatever sort of datatype will involve a conversion and an upgrade of the application.So the question: What sort of variable do I need to use here? I mean, I have looked but haven't found my answer in the documentation as mentioned in the validation's Solotion above.
As the title states, I’m unable to show the column (grand) totals. I’ve checked the corresponding domains which are prices, I’ve also checked the boxes for row and column totals.Row totals do work which makes it more confusing.Details:There is no active lay ctx or def. Checkboxes are checked Totals not showing How would I be helped? By figuring out how I can achieve column totals.
So I have some references with a ref add. But after generating the translations, the translation objects of type don't show up. Even did full generation. What am I missing?
We linked the Thinkwise Guidelines Validations. Validations for Thinkwise Guidelines now available in the Thinkstore! | Thinkwise Community (thinkwisesoftware.com)Branch/Version 2023.1It sometimes get stuck: After some research the validations that uses a cursor to search through template code are the one that get stuck. For instance “tsf_guideline_subroutine_does_not_have_a_coded_transaction”Using a user local temporary table AND Introducing an index (after the data is added, for additional performance) seems to solves the problem, but since it only gets randomly stuck it's hard to proof. But at worst, the performance is significantly increased. For instance “tsf_guideline_subroutine_does_not_have_a_coded_transaction” on our model goes down from 4 seconds to 0 (<1) seconds. create table #control_proc_template (control_proc_id varchar(100) ,template_id varchar(100) ,template_code nva
After performing the upgrade from 2024.1 to 2024.2, the Universal interface gives an unexpected and undesirable result when performing a task.Suddenly certain fields have a gray background, where they did not have that in the old version.The old (Universal) version was 2024.1.11.1.0, the new one is 2024.2.12.3.0.All fields (except the 'Barcode pallet' field) of the task in question are read-only, no field is mandatory. The fields have different types and domains.Does anyone have any idea what causes this new appearance and especially how we can possibly adjust this?Thank you in advance New version Old version New version dark modeTo make the situation even stranger, in Dark mode only 2 of the above 4 fields have a different background color...
Hello,We have created a custom upload screen for the universal GUI. We have done this by firing the indicium API when we want to upload a file. (‘/indicium_ont/sf/appId/tableName’).We want to use this screen in multiple different places. The place where this document will be uploaded is important, because it will be linked to the currently actived record, of which we are viewing the details.I was wondering if there is a similar API call where we can GET the details of the record that is currently being displayed in the details tab. Thanks in advance!
I am researching if I can get the HTTP connector to be replaced by the new Web connection action in a process flow. I am struggling to get it to work and mainly because “Headers” Where do I put this in a Web connection and probably more likely in what format as copy/paste this in any place which seems to have a name similar to Header(s) does not work.
When a user resizes the width of a column in the grid, the universal GUI remembers the custom width which is a nice feature. However, as a developer you want to determine what the best (default) width for columns is by trial and error with the GUI linked directly to the SF. But when you have set a custom width in the Universal GUI and then set a width in the SF model, the Universal GUI still remembers the custom width, even after refreshing the model or re-login. Is there a trick to reset to the model in that situation? Note: when you didnt set a custom width for the column in the GUI, and you edit the width in the SF multiple times the GUI will show the correct width after refreshing the model. So this seems only a problem when you first have set a custom width in the Universal GUI.
Hello, We are trying to create email drafts using web connectors. We managed to easily create the e-mails drafts but the problem is that we cannot add attachments to them.We are trying to pass a parameter that contains the file data as varbinary using both HTTP connector and the Web Connector 1.For the HTTP connector we have defined the following inputs:The {file_storage} is a varbinary variable that contains the file in base64.We have a task at the beggining and one af the end for checking the file storage values and they both show up as base64:base64The task input parameter shown above also has the type varbinary.When we run with the variable, we recieve this error:If we hardcode the {file_storage} with the result from the [incoming_storage] value, the attachment is working fine and the file is not corrupted. Yet, if we use it as a variable defined in the process {file_storage}, then we receive the above error message followed by the code 400.The conclusion we have is that
Hi,It seems that our database and model are out of sync. I have added a new column to a table and used this column in new functionality. When deploying this new version to our test environment, the new column was not part of the upgrade (even while the upgrade box was checked) and subsequentially the execution of related procedures failed.Although we have to look at the cause I would also like to know if there is a possibility to re-sync (if you can call it as such) the model with the database schema.Any thoughts?
Free tool supporting many styles of code, integrated in SSMS. Users can create and share formatting profiles. Anybody has experience with leveraging this for uniform SQL coding style and thus easy cooperation between different developers?
Hi,I looked up some other topics but i still don't quiet get it. I have this column With a reference (look-up) like this But what i want is a filter on this reference. In fact this is the query i wantselect etd.* from entity_type_document etd, document_type dt where etd.document_type_choice = 'letter' and etd.document_type_guid = dt.guid and dt.name = 'rental_indexing'So the dropdown / lookup only show the results of the entity_type_document table where the document_type_choice is letter instead of all the data. How do i achieve this?
We have a certain translation for a table variant that is being displayed correctly in the Windows GUI, but not in the Universal GUI. What are the steps we can follow to troubleshoot this?
HI, I'm trying to get some things up and running at my client. However, I keep running into an issue, Indicium refuses to give me data… When I open devtools, I get and 404 on the url/api/auth/session.(/api/ is the indicium running).I'm not sure what this means or how to fix it. What am I looking at?Thanks! Blommetje
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.