Ask a question or have a conversation about the Thinkwise Platform
Recently active
Is it possible to create a new language in TSF based on the language “NL”?We notice that some terms are slightly different in Belgium than in the Netherlands. So I would like to copy the language “NL” to “NL-BE”. How can I do that?If I can not do that myself in TSF, can you please provide me a script that copies al data in the required tables?
we have some unexpected behaviour on our Windows GUI. reproduction steps: in a form, move with the “TAB” key onto a selection icon ( the magnifying glass)next, click any checkbox in the same formnext, click any other checkbox in the same form, this click undoes the previous checkbox value change to its previous value. we have this on all forms we tested so far, so we think its not related to defaults or context.any ideas?
I use the Reportingservice V5 to print a DevExpress report. This gives me the following error:Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.I use the same report to create a pdf and that works fine. I also use the same report within the (Windows) gui and that also works fine. So why would the report try to show a dialog form when I try to print it using the Reportingservice? Any help would be appreciated. Using TW 2022.1 and Reportingservice 5
Hello, I’m trying to model an process flow API which adds emails to a queue. I’ve got this all working, but i want to inform the sender that the email was correctly added, by returning the emails’ ID and status. I would like to use the response headers for this, but i’m experiencing some problems as into how i would format this correctly in SQL. According to the documentation (https://docs.thinkwisesoftware.com/docs/sf/process_flows#enable-the-message-protocol-independent-web-service) the response headers should be formatted like this: { "Header1": [ "value1", "value2" ], "Header2": [ "value"] } My question is how i should archieve a format like that in SQL? I thought i could just format my variables like a json body by selecting them in a subquery with ‘for json path’, but that results in errors. I think this feature was developed by you with supportive sql functions in mind to achieve this more easily. What is the correct way to achieve the format which Indicium accepts?
I have a table with a PDF binary and want to display it using the preview component. How to do this?
In a system flow I am trying to save a report however the only option is generate report . The output of this process action is report data in binary. But I would like to export the file to a location and save the path in the row. What is the best practice in doing this? Is write file the only alternative?
hi,For a calculation module we use a 3rd party API, which gets us a json with +/- 10 records, the user has to pick 1 of these options. Each record has a unique code, this is the only field we actually have to store in our model.So I thought of a processflow, starting from a task, get the json, show the data in a pop-up grid to the user, choose 1 record, save the code in our model, and we’re ready. Is this the proper way to do this? Do we have to save all data from the json to the database to show it in a grid? We only need the selected code, the other data is on-the-fly but needed for the user to make the decision, is there a more temporarily way? How to popup the grid on top, so the user has to select a record to close the popup?
Hi all,I’m using a process flow that writes certain files to an S3 bucket. This has worked fine for a couple of months however it recently stopped working. After i did some debugging I see that the Write File process action now is returning a status code of ‘-4’ however I cannot find any documentation on what this status code means. So my question is, what does this status code entail?
Hello I did a new task that it's updating some values into a table. The task has 2 parameters that are fk to some tables, when I m executing the task I want to see the look-up for the tables, and for now it just let me to type the value. What I need to do to se the fields with a combo? For this 2 fields I want to see them like a look up
Hi everyone, I was looking for a way for web GUI resource scheduler to zoom out the times scale showing 8 months instead of 7 by default. I checked the documentation and the full model module in SF and I found the zoom factor under the web and windows setting in the extender, but they work differently from each other. In web its designed to be Boolean implying we are only enabling the feature and, in the windows GUI we are giving instruction what level of zoom are we requiring. Is there any other way of zooming out the time scale for the web GUI?My current Time Scale I don’t find any difference after i enabled this option
Hi TW forum,I noticed something interesting and would like to confirm my conclusion. I was following the guide for multirow task executionNow this requires a domain with xml datatype.When I create the domain with xml as name it all works swimmingly. But when I start using custom names for the xml domain its seems impossible to create that domain?Am I correct in understanding that a domain with xml datatype only works if it has the name ‘xml’? I tried making an anne_xml domain and could not find it in user-defined data types nor in the creation scripts.Some testing taught me that running the following code create type anne_xml from xmlgrant references on type::anne_xml to publicgoresults in the error:Cannot create alias types from an XML datatype.My conclusion its that its technically impossible and the adding of a domain for xml is just so its available in the model?Which will then translate into to the code as ‘xml’ using the build in data type xml.I think that’s a pretty cool solutio
I have a situation with a many to many relationship between two tables. Based on the users navigation the breadcrum value of the higher screen should be used in combination with a task. I there an option to refer to the UI breadcrum in lower level detail screen?
Since the SF/IAM upgrade to the new version 2022.2, users in the end application have been experiencing problems with date control. For example, the calendar in the Windows GUI no longer starts with the local user settings.Time zone information setting for users Even with changing the domain time zone which is behind the relevant column the calendar continues to start with Sunday as the first day of the week. Time zone "Local”In the SF, I am using the CustomDateMask runtime. SF | Runtime configurations✔ Local pc settings are correct (Monday as the first day of the week);✔ IAM user has Time zone "Europe/Amsterdam” ; How can we fix this 😮?
I’m receiving this error message while opening the product through IAM which has rights on this column. However he gets this error. When I log in with an admin account I won't get the error.This is probably a right problem but does anyone know how to solve this?Stored procedure 'lay_artikel' genereerde een fout bij het afleiden van de parameters. Informatie: Parameter 30 - extra_id (kolom): An SqlParameter with ParameterName '@extra_id' is not contained by this SqlParameterCollection.
After the upgrade from version 2021.2 to version 2022.2, I found out that the tile icon field no longer exists in the Software Factory. We are not happy about that. What is the idea behind it?
Hello, I'm trying to pass a process flow variable to a report API through HTTP connector process action but it doesn't work. I've even tried with a fixed parameter. I think the problem is with the report url. See the prints below:
Hi everyone,I've made a DevExpress report and in SF Reports configured the settings as seen in print screen 1.The "Print preview" action for DevExpress works fine in the Windows GUI.But in Web GUI when I select the action "Print preview" (print screen 2) I get an error (print screen 3).If I choose action "Export to PDF" it generated the report successfully and I can see the exported pdf with the correct data.So the problem only occurs with the "Print preview" for DevExpress. Note: In a process flow I've a Report type SSRS(Local) and a Report action Print preview. In Web GUI the Print preview doesn't throw an error and successfully shows the preview. Do you guys have some ideas what could be the problem and how to fix it ? print screen 1print screen 2print screen 3
When creating multi-language applications, or applications for companies with customers in different countries, you probably want to translate the report labels too. To translate labels in a report you can retrieve the label transition from a data source, for instance a view. With the Software Factory, you can automatically generate these views with a dynamic concept. In this post we will show you how, by creating a view that returns the column-translations for every language in your project.To create a view for your report labels, you first need to model a view with an appl_lang_id column as the primary key and the required labels as columns. The name of the view will have a specific prefix (rpt_lbl_), to be able to recognize the report label views in our dynamic concept. Set the creation method of the view to Template. Now we can add the dynamic control procedure to generate the template for all report label views. Add a control procedure, set the assignment type to SQL and the code
When I add the developer mode in IAM (user), I get the 'Developer’ tab in the GUI. Unfortunatelly the debug tab does not show any information. Is this the normal behaviour?
Hi all,I'm setting up a simple e-mail functionality within an application I'm working on. We're doing it via an SMTP-connector within a process flow as advised in the documentation.It currently looks like this: Simple process flowAll works well via the Windows GUI opened against Indicium. While testing it in Universal with Indicium I'm getting the following error:2022-08-19T09:22:00.8630009+00:00 80016378-0003-b600-b63f-84710c7967bb [ERR] TSFMessagesMiddleware: An unhandled exception occurred while processing the request. (fffadd8a)Microsoft.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'TSFReportMailer'.It doesn't seem to be a Role-issue, but I can't seem to find what it could be. Any ideas what it could be? If more information is needed I'll happily provide it.Thanks,Rony
Anyone adept here in SVG and the Star Rating solution in the ThinkStore. It doesn't seem to work in the Universal. Whatever I do I always get back one black star. This gets generated:<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 120 24" width="120px" height="24px"> <defs> <linearGradient id="star_1"><stop offset="0%" stop-color="orange"></stop><stop offset="100%" stop-color="orange"></stop> </linearGradient> <linearGradient id="star_2" x1="0" x2="100%" y1="0" y2="0"><stop offset="0%" stop-color="orange"></stop><stop offset="100%" stop-color="orange"></stop> </linearGradient> <linearGradient id="star_3" x1="0" x2="100%" y1="0" y2="0"><stop offset="0%" stop-color="orange"></stop><stop offset="100%" stop-color="orange"></stop> </linearGradient> <linearGradient id=
I have upgraded to TW 2022.2, Indicium universal 2022.2.11, Windows GUI 2022.2.11. I made a simple procesflow to test the new fileconnectors but the debug tells me it is not supported for Windows or Web gui.Am I doing something wrong or are the new fileconnectors indeed Universal gui only? Same happens with the read file connector by the way.
We want to make use of the password reset functionality so that after a new user has been created (via the API), they can enter their new password themselves.To be able to do this, an e-mail needs to be sent and an e-mail server needs to be able to facilitate this.We make use of an online MS-Exchange. However this uses an Oauth2 authentication method and not basic authentication as described in the Thinkwise documentation. Does indicium support Oauth2 authentication for the e-mail server and if so, how do we configure this?
Hi everyone,We are wondering if it would be possible to have a developers license, so that developers can keep up with new functionalities by trying them out, and expand their knowledge on the platform altogether by playing and discovering.Currently, if developers use a local playground sort of thing, with platforms against a local SQL server, the cost will increase considerably because of the number of tables that are calculated towards the partner license. We've set up a hosting account where we installed a platform at, so that we can try out things and create a solution-library for ourselves. It's not optimal though.The Thinkwise course itself uses virtual machines that get recycled. It would be a step forward if partners could use a VM at their own infrastructure where their developers can learn new things, and keep them up-to-speed with new things. This is just thinking out loud though.Would anything similar be possible? Are there more developers that would like such a thing as we
Hi,Is it possible to gather data then generate, export and download an .xml file by executing a task in Web GUI?Thanks!
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.