Ask a question or have a conversation about the Thinkwise Platform
Recently active
Hello everyone, In our software we have columns that are necessary, but hidden from the user and a display column that converts that value in the hidden column to the right value. When the user wants to export it shows two columns, the hidden column and the visible column that holds the converted value. That hidden column is a column we do not want to export, the user only needs to be able to export the converted value based on their settings.We tried multiple things, setting all columns that we do not want to show to hidden, setting it fully hidden in the subjects screen, even via the layout logic where we tried to set fields to hidden when it entered the export mode. Nothing seemed to work as we had hoped. So my question is: is there a way to fully exclude columns from the export list. Some columns are hidden in the grid and form for a reason, and we do not want to keep those in our export list.In this screenshot you can see what I mean. In the case of length, height and width there
We have a task with a barcode as the last parameter that is scanned using an externally connected barcode scanner:According to the documentation, the task should submitted directly, but that doesn't happen.How do I get this working?
When i'm clicking on my task icon, i expect to see a popup with my task but instead i get this error: “error_stored_procedure_derive_params” Is there anyway you can have some debug information about what is wrong exactly? I created a task, i recreated a control procedure, i created a template, i assigned it and i deployed it. So basically i did all the necessary steps.
I have recently created a new view in my Data model. After the creation i found out that my view wasn't needed after all. So i tried to delete it (right mouse delete).Now i am stuck at the following message. No matter how many times i try to delete the view.“The provided record in the table tab with key values SOLIDBRICKS, DEV, rental_contract_term_vw as model_id, branch_id, tab_id cannot be deleted. It is still in use by the table process_action.” So how do i get rid of my “rental_contract_term_vw”
Hello, We want to send an email with tracking codes. These tracking codes are grabbed from our database, and there is not limit on their amount. We are currently using a sql query to grab all the tracking codes are adding <a href> and <br> links in between each tracking code. The result of this query is then added to a variable of our process flow, and this variable is inserted in our email. The result of this however is that the literal HTML code is pasted in the email, instead of the formatted result.What can we do to add the result in this query in such a way that only the links are visible and not the literal html elements. Thank you.
Hello comunity, Does anyone have experince using the provided webhooks by Thinkwise and would like to share the experience with it? We want to have the data from our application sync based on an external system change and automate a process flow that is actually manual in SF.Do you know if this can be possible with webhooks? Thanks!
Hi,We have a csv file with semicolon seperated data.When importing this file into our Thinkwise application it interprets e.g. 20.88 as 20.880,00 aka 20880 which is a bit too much 🤐Thinkwise doesn't look at the Windows settings because I can replicate the issue on mu PC except that Excel shows it correctly while on the customer pc Excel also messes it up.On my PC: Any suggestions on how to deal with this? Is there an option that we have missed to force the decimal separator?
Hello, I was referencing this community post Upload multiple files using the Universal GUI to implement the bulk drag and drop file insertion and I have encountered an issue with the target table’s page not being found when I execute the API call.By using an HTTP request platform, I have made the simplest call possible to the table in question (both with and without authentication), for testing purposes, making sure to include the correct URL (the pattern being “{serverURL}/{appIDorAlias}/{table name}”), however, I always get a 404 status in return.Does this have anything to do with the API endpoint not being visible and/or is there any further configuration that has to be done (in IAM, for instance), or am I simply missing anything? Thank you.
Hi,I tried to use the use the data sensitivity function in the SF. However, it returned several errors. The initial error in the SF indicated that the database is not in single-user mode. Consequently, I tried to upgrade the database, yet encountered another error similar to the one below. It is an Azure SQL database. What steps can I take to enable single-user mode?
We are trying to import an excel file using the import functionality but we keep getting an error. We created a custom report which results into an export to excel. After editing the excel report, we want to import the excel file again and update the existing rows. However, we get the following error.We also tried to use the export functionality of the Universal GUI, but if we make an edit in the excel file, we get the same error using the import. Do you have any suggestions? We also do not see any errors in indicium error log. We use the current version: Version: 2024.1Build: 11.1 (beta)
Hello everyone,I have made an update to my dynamic model which edits the data model and the subjects. It sets certain columns to hidden in the subjects, while leaving the newly created display columns visible to the user. I had to make an edit to this dynamic model to prevent the following from happening: (link to a previous post)I made sure the dynamic model made these columns hidden in the data model. But the following error occurs when I run this dynamic model object more than once:It is an unclear error. I must add that we use the staged strategy, so that it does it's job every regeneration of the model. And this never posed a problem. But only after making this edit, so that the database columns are hidden on data model level, this error shows after a first successful run.This is the error it gives when I run it using the generate model in the creation tab:What must I do to resolve this error? I think the error is a little to unclear to actually know what is going on here. I know
Hello, I'm exploring ways to enhance document search capabilities within Thinkwise, specifically focusing on textual metadata such as the content of the document, document name, document type (name), document number, and author.Could you point me towards the documentation to documentation or resources for integrating AI-powered search, including leveraging external services like OpenAI, configuring custom search criteria, ensuring relevance and ranking of results, and implementing features such as natural language processing and document summarization?
Hello,We are building a report which works when it is started as a ‘Start Table Report’, but not when used with a ‘Generate Report’ task. We want to store the document we generate in our database, along with the record that it should be attached to. For that reason we need to be able to access the file_data, file_name, and file_path in the process/system flow. We are generating the report, and then using the ‘Write_file’ action to store the generated report in our file system. From here I want to use the ‘Add row’ action to add the document to our database.Generating the report works, but when I go to open the PDF I get the following error: It is saying that the colorspace is not valid in the PDF. We are using the windows gui to generate the report. We have used DevExpress to build the report.Any idea how to fix this?
Hello everyone,We recently implemented a solution for manual tests. This is that we can generate a description using generative AI. This works well for single objects, but when I want to generate descriptions for all of the remaining 200 tests, it becomes incredibly slow, and eventually even freezes. I thought this was my code at first, but when I tested it with the already present description generator for template code, it did the exact same.So now I have to generate my descriptions one by one, which will take an incredibly long time, otherwise I can wait about an hour for it to reach 25% only for it to freeze. We make use of GPT-4.0-turbo. Is this known to be slow or is there something wrong?
Hi all,I'm working on building a screen type with a lot of information on the screen in the form of tables (5) and a form (1). During the design phase, it was determined that the page is vertically oriented and that users should be able to scroll through it at the page level (not at the table level). We assumed that the vertical scrollbar would automatically be added when you put 'too many elements' on the page, but this is not the case, and that's where my problem lies. I would like to have the scrollbar, but I'm not sure how, and I've already tried several things. Can someone point me in the right direction? I’ve added a sketch for clarity.ps. Im on the most recent version of thinkwise and using the universal GUI.Thanks in advance!
Hello! I have noticed that, sometimes, when a screen has pages, the “Go to row” process action does not work if the record is saved with a custom task on a different page than the one that is opened.For example, now i have the first page opened. If the record is saved on the second one, the focus from “Go to row” is not going to be put on the record.Is there a different way to select a row even if it is on another page?
I've updated my SSMS to the newest version and uninstalled the previous version.Whenever I edit a template in the external editor by pressing on the little pencil in the SF (Functionality screen) it now tried to start an even older version of SSMS which I didn't even know was still installed :pI uninstalled that ancient SSMS as wel hopin that the SF would pick up mu new SSMS but now it wants to use mySQL workbench 😁Can I help SF to find the correct editor?
We currently use the Thinkwise 2023.3 product. It seems that in this version all indexes are being rebuilt when doing a smart upgrade.In the current version of our application only one new table is introduced, but it takes much longer than in the previous version of the SF (2023.1) we used. Hundreds if of indexes are created, so the upgrade takes longer than expected.Anybody else have experienced this? Is this new in this version and if so, why? Can't it be “smarter”?
We have a (detail) dataset with 65 rows with x-y coordinates, which we like to show on the map.For some reason only 50 items are visible on the map.Is there a maximum number of markers that can be shown on a (detail) map?
Is there a way to securely delete a file from Thinkwise which for example is stored in Azure (Files), on a local filesystem (share) or other type of storage device?The requirement comes from a GDPR related specification which states that it should be possible to securely delete a file by:Overwriting it’s contents with random data to make it non-reproducable Overwriting it’s contents by encrypting the file (and throw away the key)
Due to a problem we have with the OpenID Connect authentication provider in combination with PWA we would like to disable the “Install as PWA” from the menu so end-users cannot use this functionality and just use the browser based variant. Does anyone know if and how PWA installation can be disabled?
Pagination in Universal is a nice new feature in 2024.1.13. However, it appears that the number of pages for a table is maximized to the modeled number of "max no. of records" for a table.For performance reasons with the Windows Gui, we have provided some tables with a maximum number of records, but in Universal this is not necessary with pagination.It is even inconvenient because some of the records are no longer accessible.Or am I missing something?
Is it possible that the docs was not updated https://docs.thinkwisesoftware.com/docs/sf/process_flows_connectors#generate-report ? it says theres a status code as low as -4 but i am getting a contraint error on the output parameter because it is trying to output -5. Now i am not 100% sure there isn’t something weird going on in my process and the -5 is coming from somewhere else. But to rule it out would be nice to get some confirmation. Thanks.
What is the purpose of being able to enable/disable process actions in a role? The reason asking is that when one action is not enabled, the whole process flow is not granted and therefor not working.Here an example situation:Example of a simple process flowThere is a table task on several screens which all execute the same type of action and flow to opening a report. For management it is easy to have all entries in the same flow.In a role only one or limited screens need to be available to the user, so only those parts of the flow need to be accessible I would think. Lets say the first line in the example and not the Pink and Green marked ones.Another consequence is when you are developing and adding a new screen with the same task and you add it to the flow. Let say the Green marked one. Now in all role that have this flow, the functionality is broken, because there is a new action available even though that would not touch anything in the old roles. You need to enable this action in
With an HTTP connector within a custom protocol process flow we make a call to an external API and in certain scenarios it returns an expected 404 code as response. How can we ensure that such a 404 response is not written as an error in the Indicium log? We like to keep the log file as clean as possible.
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.