Ask a question or have a conversation about the Thinkwise Platform
Recently active
Hi all,First time poster here. I am a newly hired developer at my organisation (I do not have my own TW Community account at the time of writing, which is why I am writing from this account). Prior to my position at this organisation, I have no experience using either Indicium or Thinkwise as a platform so, my apologies if anything is at all unclear in this question.Now for my actual issue: I am attempting to POST an encoded image file (most probably JPEGs from client side) to Indicium Basic. The image is quite small, usually no more than 500KB, yet with each requests a 400 Bad Request error is returned by Indicium. The full response is as follows:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"><HTML><HEAD> <TITLE>Bad Request</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD><BODY> <h2>Bad Request - Invalid Verb</h2> <hr> <p>HTTP Error
I’ve imported my project/application from SF to IAM.I’ve grant Role Rights to sf_developers (same group for SF) but when i try to log on my application from Universal i have this error. Maybe I miss something?
I am trying to setup a connection with Oauth 2.0 to rabobank. The Oauth connector displays a blank authorization screen and error.Manually with de authorization url in the browser it worksManually
I have a card list with a file to download. However, it is displayed as a field in the card list (not clickable) and as a download under the top right menu item. I don't want to have displayed both, but only one (clickable). Is it somehow possible to hide the card list item, but maintain the menu item? When I set the field type to “hidden”, the top right menu also disappears.
On TSF, The syncronize to IAM is “blank”. I cannot add or sync my project to IAM. My goal is to add my application to IAM and run it on Universal interface
I am testing our application with the universal gui (GUI version 2021.2.14.0; Platform version 2021.2). I am using the universal directly against the Software Factory. I noticed that when I use the combined filter it does not always give me the expected results. For example, I am trying to filter the company name: This works fine, so it seems. However when I type one more character (the 13th character :-)) it does not find any results: Also, when I type characters from the middle part of the name it does not work: But when I type Classic, it gives me the desired result: Is this normal behavior, am I missing something or is something wrong here?
I'm trying to preview a PDF document in the Universal GUI, turns out the behaviour of tablets / mobiles is different, as they cannot preview PDF documents.Is this something to add as a feature request, or should we remove the preview component and only provide a download link? Or is there maybe another way to preview pdf documents on mobile devices?
Is there a way to configure the grayed out icon of checkbox to make it more visible? Currently some of our users are having difficulty viewing the checkboxes.
Hi,I want to start a process flow from another process flow. When I have reached the end of proces flow 1, I want to start process flow 2 .Process flow 2 is also used without process flow 1, by a table task. My idea was to use the ‘Execute table task’ action at the of process flow 1 which is the starting point of process flow 2. However, this does not work. How can I make this work? Do I need to make process flow 2 available via the API and then call it from process flow 1. Is that an idea? Thanks,Peter
Does thinkwise have a sql function that I can use to copy a record? In the GUI there is a copy button. Can I use the functionality behind that button to use it in my sql code?Thanks.
In line with the question and answer in the below topic on Azure, are there recommendations and experiences with similar settings on AWS? We run Indicium on AWS Elastic Beanstalk.How do we secure the username and password of the DB connection details in the appsettings.json not to be in plain text in AWS?
Is it possible to remove the area in the red rectangle?In this case it's only a preview of a PDF, where no filters should be applied (no navigation) and a refresh seems a bit unneccesary (and should be pull to refresh).
Hi,After the upgrade and after a few days we have a deployment.I ran the generation then I go to validation but I noticed a new validation error in its data model sectionas attached herewe didnt do any changes in the data model that are in regards to this and I was gonna ask if there is a way to clear the validation to prevent a negative impact in the future if there is any.regards,Jeff
Hi, I would like to send a message through the tsf_send_message stored procedure with a parameter that contains non-latin characters, such as Cyrillic and Thai. However, currently, these characters are all converted to question marks.i.e. <TEXT>"ภาษาไทย Phasa thai"</TEXT> becomes <TEXT>"??????? Phasa thai"</TEXT>. Is there any way to allow using non-latin characters in parameters?Thanks in advance!Dries Fransen
Hi all, We have a web gui app. In this we have a Document.Pool. Here the user can upload/download files, and view all generated documents. Since we cannot use this as a ‘folder’ from copy/paste and such, we have created an app that logs in, and shows all files. I want a button in my web gui, that opens this app. I have found the task; windows command thingy, and this opens in windows gui my Paint. But not from web. So, can I use this windows command from web? And open my homemade file browser..
How do you hide/show a task parameter based on the value of another task parameter? With conditional layouts you can change the color and the font, but I need to hide or show a parameter.
By previewing a (Crystal) report in the Indicium (Basic) GUI the following error appears: [err] System.Exception: Failed to execute report 'rpt_quotation_bags' using action 'PrintPreview'. ---> CrystalDecisions.CrystalReports.Engine.LogOnException:De aanmelding bij de database is mislukt. ---> System.Runtime.InteropServices.COMException:De aanmelding bij de database is mislukt.Perform this action from the Windows GUI there is a Host and Database displayed in the debugger. In the debug screen of Indicium there is just a report-URL request without any Host and Database information, is this correct or also the crux of the problem? What am I missing? Above → Indicium Basic GUI and below → Windows GUI
Hi all, I need assistance as I’m not sure what I am missing. I’m trying to migrate our Development server to Azure and I’m facing some issues. So what I have done:I have created a VM on Azure. I have an environment topology setup on Azure with its own (resource group, vnet, sqlserver, connection end points, App service etc etc..), VM is part of same topology. I have migrated the IAM and Software Factory DB from On Prem to my Azure SQL server. I have installed on my App service my required GUIs, Universal/WEB. I have installed on the App service and configured Indicium (Universal) and Indicium Basic. I have placed under the Azure VM the Windows GUI and made the correct connection to use indicium to authenticate for the users instead of windows as it was in the On-Premise. I created an IAM user and gave the privileges' of being an IAM admin and SF developer. However my new IAM user can see the IAM app being an admin when opening the Windows GUI and Software factory, but the SF is not acc
Hi,I am getting the following error message when I try to update a record in a view:“View or function 'vw_bestel_leverancier_artikel' is not updatable because the modification affects multiple base tables.”The view is created with a template with a from clause on the table inkoop_advies, with 2 joins to the artikel and leverancier table. Within this view, i want to update a record in a column that refers to inkoop_advies.aantal, which throws the error above. The table inkoop_advies has only a self reference, which might cause this issue.I want to be able to edit in grid and change records in the view that refer to inkoop_advies.aantal. I can create a default that updates the correct row, but that will still trigger this error, but change the value nevertheless.Could an instead of update trigger be the solution? I am not sure how to implement that.Or can this be solved differently? Thanks in advance.
I have created a branch of a branch. For example I've branched the trunk project “Sandbox” to “Branch 1”. And then I've branched “Branch 1” to “Branch 2”, like the image below:Then I start a merge session: merge branch 1 into the trunk. Then I want to merge branch 2 back into the trunk. However, it's not showing up by default in the merge session:I can only select the recently merged “Branch 1” in “Branch project”, not the “Branch 2”. However, I can select the “Branch 1” as “Trunk project” when I remove some prefilters. Then I can merge Branch 2 into branch 1, and then merge branch 1 into the trunk.Is this intended and safe to do?I would expect I could merge branch 2 directly into the trunk as branch 1 is already merged.Edit: What I actually want to do is update the branch 2 first with the latest trunk, continue developing and then merge it back.Edit 2:I also see in “Project versions” some fields, are they safe to change?
Is developing an integrated maps component for the Universal GUI one of the things on the Sprint Backlog? I'm curious how to configurate the Maps component for the Universal GUI, will this work in a similar way to the extender in SF? Before we take out a paid membership for our Geocoder component I'm also curious if there will be a specific third-party for the Universal GUI integration.
Is the functionality mentioned bellow available in the WebGUI? I could not found how to set this in SF.
I'm trying to add a kind of information to a task using a label as control. It has to help the user a bit more about the type of file he's allowed to upload.The example above is written in html and there you can use a colspan for the hyperlink part.Is it possible to create a task layout that is close to the example above? The closest I can get is increasing the task parameter label width, but unfortunately cuts off the text (...) and makes the task to wide.Is there maybe another trick to add a piece of text with a hyperlink in it?
Hi,The button Resize columns on the toolbar does not reset a manual width - why is that?rgds Ricky
To my knowledge, the SF supports the following geocoders: Google Maps, Open Street Map, MapQuest and HERE WeGo. At the moment we are using the SF Maps extender with Geocoder MapQuest to translate address to coordinates. Geocoder MapQuestThe address is verified and correct, when we search this in Google Maps the correct location is shown. User interface control: Google maps The address "Savelveld 25, 6039 SB, Stramproy" is displayed in America while this is an address in The Netherlands. Probably the coordinates are being generated incorrectly but how can I get the JSON generated by the extender for the MapQuest API? { "CoordSets": [ [ { "Lon": "-100.445882", "Lat": "39.78373" } ] ] }We have had the same problem in the past with the free version of HERE WeGo. Is this problem also recognized in the other Geocoders?
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.