Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
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
In our previous blog, we discussed why we came to the conclusion that translating natural language into a formal language is the best approach for us to create linguistic interfaces for Thinkwise applications. It was mentioned that an existing project called Genie follows this approach and we decided to build a prototype to test whether or not Genie is the best framework for us. The purpose of this blog is to share our story about how we built our first prototype using the Insights demo application. The prototype is available at (https://nlpdemo.thinkwise.app/)To make it more formal, for our prototype we need to construct a neural semantic parser from the Insights data model using Genie.A semantic parser is basically a tool that can translate from natural language into a machine-understandable form. In our case, this will be a translation to the ThingTalk Virtual Assistant Programming Language (VAPL). The term neural refers to the fact that the generated semantic parser is a large neur
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?
Delivering value for the business is what drives software development. Stakeholders are mostly interested in the functional aspects of our applications when it comes to delivering this value.However, non-functional aspects are just as important. Quality aspects described in ISO/IEC 25010 provide a great starting point for identifying which non-functional aspects are important to your business. The application may fail to meet the demands or could harm the business if these aspects are not considered.The Thinkwise Platform allows developers to quickly build enterprise applications. In doing so, the Thinkwise Platform not only allows the developer to rapidly deliver functionality but also offloads many of the non-functional concerns to the platform. As an illustration of this, the way in which the entire platform is designed to allow applications to survive technological changes comes with an intrinsic boost to portability. The model-driven development approach of the Software Factory I
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?
Hi all,I have an IAM Db, with my app. We have created all the users and such, all ok. However, the company we deliver to, also wants to have third party users, that can login and see the status of the situation. So super small read only roles. I do not want to get a call from my client, everytime he has a new client that wants access to this view. Can I create an IAM-account for him, with only the option to create a new user, with specified user group etc? I he has access to the full iam; that's just waiting for things to go wrong...
Since a last IAM Sync today our scheduled system flow won't be executed anymore. Last run was at 2.21: PM (UTC) today but the next run every 3 minutes will be updates, but the task won't be executed.We have both Indicium and Indicium Basic running against this IAM to support both Universal and Windows UI via Indicium.An IIS restart didn't fix the issue, nor a sync of the IAM did fix it.Running IAM 2021.1
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.