Ask a question or have a conversation about the Thinkwise Platform
Recently active
On Google a lot of different dual listboxes are show. The basic idea is to have unselected items on the left and selected items on the right, with the possibility to move items from one list to the other.My questions:How do you modela dual listbox in TSF? What alternatives are there (and how do you model them)?
One of our users has found an interesting problem. Suppose we have a parent table, in our case it is an Order table.This table has a child table called Order Tree.This Order Tree child table itself has a child table called Materials.In our application it is possible to plan an order using a task, which is available using a shortcut CTRL+1. Users can acces this task from both the Order table and the Materials table, but the functionality is slightly different for both tables, because of table task parameters that are or aren't filled.If the user is not actively selecting the Materials table, using CTRL+1 will execute the task in the Order table, even if it is not visible as list or form.Even stranger, I can execute the tasks in our Order table from the Material table, even if they are not present in the Material table. For instance, I can confirm the whole order from the Material table using the shortcut.Is this behaviour on purpose or did we find a bug?We are on the Windows GUI version
Is it possible to link a action to a specific option in a list? If Peeters is selected it needs to export to PDFIf Van Mook is selected it needs to export to Excel When Peeters selectedWhen Van mook selected
Hi,I’m evaluating the use of the OpenId option for user authentication in a non-thinkwise app, so that the users can use the same credentials in both the thinkwise app and the non- thinkwise app. I’ve configured the application in the OpenId section of IAM, setup the correct redirects in the client application.When the user connects to the website, the user is redirected to the login of the indicium application.After login the user should be redirected to the original application. However, we are not redirected. We stay on the /connect/authorize/callback?client_id= page of indicium.I suspect that this is related due to the CSP settings on this page. Possible related to the mismatch in the content-security-policy and x-content-security-policy headers.This happens in Firefox/Chrome and Edge.However, when I disable the CSP check in the browser, the redirect works, and the user is redirected successfully to the original webapp.This is tested against the 2021.1.17 version of indicium.I’ve g
I do have a control procedure with a call to tsf_send_message. How can I check what button is clicked in the message?
Is it possible to edit this section?
In a recent meeting a client told us about her morning routine. A quite cumbersome exercise logging into their thinkwise application to verify if there are any records with certain error states. Only to log out when none are found.We suggested it would be a lot better to send her and some other staff a daily report containing records with error states (and some other goodies to show the success of the system). We would like to send them this report each workday morning at 6:45 using the report mailer.We know how to schedule process flows within the app. But how do we get the application to send out a report (task with gui code) while triggering this from a schedules flow?
We consider downgrading the webgui to version 2021.1.12 because of a lot of bugs are introduced since then. I want to know what all changes are in between the current .16 version.For .16, .14 and .13 I can find them, but the .15 not. Where can I easily list all changes since .13 to find out it's acceptable for us to downgrade?
We are missing a drag-drop interaction on our latest project version. On the production version the interaction is still there. How can we add it back in the latest version? The production version: Our latest version where it is missing:
Does anyone know who can find this: Release notes Sprint 37 - Februari 23
Is it possible to import data directly from a handheld scanner into Thinkwise?And if it is possible, what is the best way to do that?
Can someone confirm or it's a general issue that the debugger will not handle it well when you debug a layout with a file upload (VARBINARY_MAX) column. Most of the times it crashes. Probably because loading the uploaded file is too heavy for the debugger? Debugger crashes - Program Not respondingTurning off the parameters for that specific column seems like a solution to me.Subjects > Default > Columns > Form > Performance >I'm curious if others recognize this problem.
Hi there,I want to reorder (“Access control” and “Deploy” on top) and hide (Machine learning) some menu items in TSF. Reorder is possible with drag and drop but not saved in user preferences. Every restart of the software factory this menu restored to it’s Thinkwise default. Is it possible to use menu’s and user preferences in TSF like GUI Projects or is it a feature request?Thanks in advaced,Jaap
Between two tables I have a link table for creating an nxm relation.This link table is a detail of the two original tabels, but has a different translation for both.For instance let's say we have a table owner and a table property. An owner can own multiple properties and a property can have multiple owners, so two references are added.The detail of owner must be translated to Properties, while the same detail of property should be translated to Owners.How do I achieve this in TSF?
How can I use a expression field with a query to a column with binary data for the preview component? I've add an expression field with the following select query:select CONVERT(VARBINARY(5000),file_upload)from project_order_documentwhere project_document_id = 213 The column contains the binary data of a .pdf file but the previewer shows the text "No filepath is given”.The domain has datatype VARBINARY_MAX without user interface control. If I try to change it into "File link” it changed automatically to "File upload".
Goal The goal of this solution is to automatically add trace fields for setting a record to inactive for all tables that has a active field so the user can see who set the record to inactive. Since the records can have have additional changes to the records after setting them to inactive there are separate trace fields for this action. This looks like this in the GUI: Solution The solution consists of code for Dynamic Model (for adding the fields, for adding a prefilter to show only active records and add a task to deactivate active records and a task to activate inactive records. Dynamic model add_active_inactive_fields This code adds inactive trace columns to every table. The trace fields are: inactive_by inactive_on inactive_reason These fields are added to every table that has a active column and doesn't have these inactive trace columns. The columns will be postioned just before the trace colums in a seperate form group. Dynamic model prefilter_active T
Is it possible to set the padding of columns when using Universal GUI? Although the Universal GUI provides a nice readable screen, it is sometimes desirable to display more data on one screen. Certainly with mobile devices it may therefore be desirable to have less "white space" and to be able to display the data a bit closer together.
Is there a way to have an editable column on a form that will not be stored in the database, but is available as parameter within (at least) default procedures?I want to use these for checkboxes and other fields to enable the possibility for user to override (or overwrite) default values, but also to get back to them.
A customer wants to see a detail-tab with all possible records. Only those that are actually selected must be highlighted in some way. Of course it must be possible to add or remove selections.How do you create something like this in Thinkwise?If this is not possible what alternatives are there? Could be two lists, one with selected and one with unselected.
I've noticed that some messages are not translated in the Universal GUI (2021.1.13.1). When I look this translation up in the SF I can find it, and translated.Can I somehow fix these translations?
See video below;I have a task which has a look-up field (vehicle_id, pointing to a table) with variable values and a ‘look-up’ combobox (color) with fixed values (domain).When I select a Vehicle, I need to press the “X” to show all records again. Is it possible to immediately show all possible options, just like the “color” drop down? Because for example when I've selected “Car”, then I don't need to see that again, I just want to select another record. *I’ve hidden the ‘look-up’ pop up, but the alignment of the toggle is not equal to the toggle of the combobox below:
We have the following situation. We have 3 tables, activity, activity_item and item. We first make an activity with some extra needed info, after that we want to multiselect some items (filtered on some conditions) to the activity.So after selecting the items there is a task to assign those items to the activity_item table. At that moment the activity_id from activity table is not available in the task, which I want to fill. I tried a process flow, but I do not think there is an option after opening the document and filter to wait for selection of the items. See screenshot belowThe first task will be opened form the Activity table after you have selected an activityIn that task you select the option how you want to filter the items.The Item table will be opened and filtered according the first task.In this situation the flow continues to the next task where activity_id is filled. But that step should be done after selecting items form the item tableIs there a way to wait until items ar
This morning when I tried to reach out an application using the OpenID provider, Indicium 2021.1.16 - hosted on Azure - suddenly crashed. The first message I received was:The specified CGI application encountered an error and the server terminated the process.I refreshed the browser and then I got the following error:HTTP Error 502.5 - ANCM Out-Of-Process Startup FailureCommon solutions to this issue:The application process failed to startThe application process started but then stoppedThe application process started but failed to listen on the configured portTroubleshooting steps:Check the system event log for error messagesEnable logging the application process' stdout messagesAttach a debugger to the application process and inspectFor more information visit: https://go.microsoft.com/fwlink/?LinkID=808681Then I refreshed again and it worked again.In the logs I can only find the following lines which probably have to do something with it:2021-03-09T08:25:54.2547150+00:00 [FTL] Unable
I try to execute a task from another task and have it ask me for values for the task parameters. Unforunately I never get the parameter form. Is this possible?
As title says, How can we monitor the Token Requests send out to users via Indicium for the Forgot Password, the 2 Factor Authentication or any other place we send tokens out?We have users that complain they have not received the token when on either of the 2 pages in question. Indeed we do have an email send out in SendGrid but since I cannot see the content I can only speculate.Is there a table that tracks the Token requests, Timeouts, Requested User, Request Date Time, Send date time, Expiration of request, Expiration of Token?Any information would be very helpful to track if there are missing tokens not send, or it is due to user not using the token quick enough, timeout issue, so that we can increase it.
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.