Ask a question or have a conversation about the Thinkwise Platform
Recently active
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
Is it possible to hide the search box + prefilters in the Form in the Universal GUI action bar?We do want to have them available in the list. But in the form we only want the CRUD + task buttons. I tried setting up the action bar to only show tasks + Crud and in the list screen add a search + prefilter bar. While this has the desired result, the layout is different from the normal action bar which makes it feel messy. Also the search box doesn't show the box but just a magnifier icon with a popup box this way:ListForm
Hey everyone,I'm facing the following situation:I am using the import_api of Indicium to import an Excel file via our own universal application. For this, I have two HTTP connectors in my process flow. One for setting up the staging table and one for committing the staging table. I currently have this set up using basic authentication.Now I have the following question: What is the best/most secure way to connect to Indicium from your own universal application via a processflow? Basic authentication works but isnt our preferred method.With kind regards,Jeffrey
I have an issue in which Report actions are not working in Indicium, but they do if I use the developer shortcut. I have made a Report with a parameter that has the property Action, based on https://docs.thinkwisesoftware.com/docs/sf/reports. It allows me to Export to Excel for example.When I try to generate the report via the developer shortcut I get the following pop-up:Via developer shortcutIf I execute this Report then an Excel is generated, as expected. When I try to do the same via Indicium then I get:In IndiciumIf I try to execute this Report then nothing happens. According to the documentation, action 12 is 'Export to Excel’In Thinkwise documentation > Reports > Report actions Notably the list of actions I can select is also different.Left via developer shortcut, right in Indicium What do we need to do to be able to use Report actions in Indicium?
Hey everyone,Im running into the following problem:I am using the import_api of Indicium to import an Excel file via our own universal application. For this, I have two HTTP connectors in my process flow. One for setting up the staging table and one for committing the staging table.We want the HTTP connectors go to the following URL’s:https://host_name/indicium/iam/my_appl/my_parent_table(1)/detail_my_detail_table/stage_importhttps://host_name/indicium/iam/appl_staged_import_my_table(<guid>)/commitThrough insomnia this works fine and well. However when try to run this in our application through the following process flow: We get the following indicium logs message:2024-08-05T11:52:23.5801350+02:00 [ERR] Process action "http_connector_staging" in process flow "read_premium_prolongation" in application 13 threw an exception. (dedd009e)System.Net.WebException: The SSL connection could not be established, see inner exception. ---> System.Net.Http.HttpRequestException: The SSL con
We are currently using a process_flow on views/table forms with auto-save enabled. The docs clearly state and Add row cannot trigger a process_flow in a Form component with 'auto-save’ enabled. Even though we have auto-save on in the form an Add-row processflow is succesfully triggered. My question is, before we go futher in implementing this method in our application and spend a lot of time towards this goal: Is this something that is made to work with newer gui's (we use 2024.2.12.0) and is the docs outdated? Or might it be working because of some bug or something that might stop working in a new release, because it's not really supported/supposed to work?
I have a process flow that after adding a record has an action: goto row. This works fine when the row is present in the top 100, and it selects that row. Where it stops working as i expect is when the record is not found, goto row will automatically apply a filter to find that row, which it does, however this is not what i want. I want goto row to fail if it can't select the record and then to do some other stuff from an unsuccesfull path. The goto row action has: Filter record when not found (constant value): No, but it will still filter on the record if not found. I also have the extended property enabled for the application: RowNotFoundAction: None, i would expect that this would also stop the automatic filtering of the record. But both methods do not seem to work, i have tried every possible setting for these two and every combination, but nothing seems to change my results. I am using windows gui and 2024.2 (SF, gui, etc). For information this process_flow is started by: add_row
Good Morning!My name is Vivian and I work at LEF in Brazil as Starter Thinkwise Developer.I have a question:I'd like to create a screen that when the User clicks on the record in one Main or Detail page, the Thinkwise shows another screen or something like thats show all the status happened and still not happened in the process, like the attached Picture (yellow circle) with the icons according the user preference. Is this possible?Thank's and best regards,Vivian
I refer to the following, as documented in the IAM documentation:Default user groups | Thinkwise Documentation (thinkwisesoftware.com)We need this feature for testing purposes to prevent to have to make a new release, time after time, to use our newly made user groups and roles in our test environment.When I want to make use of the task button, to import new user groups and newly made roles in IAM,it used to work as documented. We have upgraded our Thinkwise application to a next version. After this, I can no longer add newly made user groups and their new roles.However, if I remove the new user groups in IAM, and use the task, the task will pick up the default user groups which had been made in the previous SF branch version. I presume this is some version conflict between the SF and the IAM. However, I don't know the root cause and I do not know how to solve this.I hope you can help me out.With kind regards,Erwin van Grimbergen
We use the Universal GUI on Android tablets in combination with a separate Bluetooth scanner that works as a physical keyboard.As soon as the barcode parameter gets the focus, the on-screen keyboard also comes into view.The on-screen keyboard takes up so much space that not all task parameters are visible during scanning. Is it possible to set a task parameter field of the barcode so that it is not seen as an input field for an on-screen keyboard (but other fields are)? Maybe other developers have found an alternative workaround to deal with a similar situation?
Hi,We’re seeking advice on extracting text from documents. Specifically, we’re interested in:1. What methods are best for extracting text from various document types? For example, should we use OCR for scanned documents, or are there other methods for Office documents and PDFs?2. How can we incorporate text extraction functionality into Thinkwise? Is there a system task or approach already available for this? Any insights or solutions for this one? Thanks.
I created an input constraint for gtin domain like specified in the documentationBut after creation i get an error. When looking into the code it looks like the code is expecting the name of the field instead of the domain. The query for the expression returned an error. Check the constraint gtin_size for errors.-->The following query failed with an exception: 'SELECT @p0 AS [input_validation]FROM (VALUES(@p1)) AS t1(collo_gtin)WHERE gtin is not null'-->Invalid column name 'gtin'.Statement(s) could not be prepared.
Hi, I have a simple prefilter that works in the windows gui but not in the universal gui, and I cannot find out why this is happening. The prefilter is built with prefilter columns. It is off hidden in the default table variant, and on with the table variant. We use the variant in a view.
I want to create an OAuth2.0 connection with another SaaS application. Unfortunately, I'm having trouble with the authentication URL. It is required to include the "Nonce" parameter.The documentation of the SaaS solution states:"The nonce is a string that could look like 1234567890abcdefghij. It's a random string that is uniquely generated for each request. It allows Twinfield to verify that your request has never been made before. Make sure you use a different and random nonce each time you ask an end user for permission. This is needed for OpenID connect protocol purposes."How can I provide a "Nonce" parameter in this context?
The period selector in the scheduler component is just not working as expected.In out view we see almost one year, divided in months and weeks, which for our purpose gives a good picture.But unfortunately it is not possible to move forward or backward per month, only by year. We tried different setting, but without succes.Anyone else having this experience? Or ideas on how to come to a better solution?
Hello everyone,In our software solution we have a screen with a card list and a preview (As follows in the screenshot):Screenshot of empty cardlist and previewerThis is the screen when it is fully empty. It has a root screen, and within the root are these children list and previewer screens (these are all views). Because there are no records in the table that the view gets its data from, the previewer is not yet displayed, and this is logical.My question is: is there a way to change the text “no preview available” to something like “add data to show previewer” for this screen? Because then we can instruct the customer to add the first record of data via the add task. And after that is done, the previewer is shown based on the data the user just filled in.
Hello,I am posting some data from an external source to Indicium. It works fine, so everything is set up correct.However I am also trying to upload a file. I am using a setup like this one:I have tried a lot of variations in the body of the POST (not just the one below), but until now to no avail: "Attachment1_name": { "FileName": "example.txt" }, "Attachment1_data": { "FileType": "text/plain", "FileData": "0x74657374" }Does anybody have experience with this?
Hi!I'm trying to create custom CSS for the homepage but i'm missing a specific homepage class.The highlighted code below is the css class where the background image of the homepage is at.But this is different somehow per enviremont. The code above is the homepage class for our TEST server. The code below is the homepage class for our DEV server Even if you change to dark mode / light mode / compact view / comfortable view the css classes changes. Can you add for example a class “home” as an extra class to this div so i can create a nice homepage with some CSS?I want to add custom css because the options in “Theme” are not advanced enough
Hi,Currently the universal gui shows a little * if a field is mandatory. Since this is not super visible, it would be nice if we could color these field, to have them stand out a bit more. In the web gui, this was quite easy. If this currently possible, or on the backlog? Thanks! Blommetje
How can I import the Insights demo into my Software Factory (version 2024.2.11)?Where can I download the zip file?Thank you in advance!
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.