Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
Hi there,I’m using the notification functionality (https://docs.thinkwisesoftware.com/docs/iam_dev/analysis) to send a notification to all active users on IAM, before I execute an update so they can save whatever they were doing. Now the active users will get the snack bar notification, but that the problem is that it can be overlooked ergo you miss the warning. That is why I would like to have a pop up message instead of a snack bar and the possibility to press ok, before you continue with working. Is it possible to change the type of message that’s being used in this notification logic? Kind regards,Balazs Szeder
How do I enable User Preferences for my application?It depends on .INI file? or some flags on IAM? or depends on Thinkwise Windows GUI version?
📖 It would be nice if the documentation were expanded to explain how to set up the signature component. Signature control I have 2 columns signature and signature_file with data type NVARCHAR(MAX). Column "signature" with a domain with user interface control "Signature". The other column "signature_file” is used as storage column. ❗When placing a signature in the Universal GUI I get a bad request error message. Request Method: PATCH | Status Code: 400
Indicium is running, but for some reason I cannot sign to do API calls.Is it because it is http instead of https? We are testing in a local environment.
Is it possible to align the grid headers and column data to the left in Universal GUI (2022.1.12 b1.0)? Currently the User Interface Alignment of the Domains are all set on Left. However the grid header en column data are not aligned.
Hi!I trying to get our trainee server on a Linux instance. I have installed everything and can access the Universal GUI and Indicium (locally) but when I try to access it through the URL <server>/indicium/ I get a 403 error. I am guess it has something to do with the reverse proxy but any tips where to start looking for a solution? If i go directly to server/indicium If I login on the Universal login page: indicium/account/ui/logout?returnurl=https://server.lef.tec.br
This is the first time that we sync our model to IAM after upgrading our environment to version 2022.2We are running into following error: “Connecting to sync target and checking IAM version”What is the reason and how can it be solved? It seems like TSF does not have (SQL) access to the IAM database, but there is no possibility to save or enter credentials.
What can we do to get rid of this warning in Indicium?The customer's environment is on-premise.We cannot find a simple solution for this in the documentation.
The universal UI has two options for density: compact and comfortable. Is there a way to force this per user/user group to set it to comfortable? The option is set to compact by default and even if you change it for a user, manually, it resets if you clear cache.
In Indicium Universal, executing seems to contain 2 steps;A staging step, in which a task's default and layout procedures are called, and the context of the parent subject is checked to see whether the user is authorized to execute the task.The URL for this task looks as such:http://<server>/indicium/(iam|sf)/<app_alias>/subject(id=1,idtwo=2,idthree=3)/task_execute_task/stageThe response of this request contains a Location header, in which a URL to the staged task is supplied with a GUID.Step 2, which is the actual execution of the task, is much simpler; we simply make a POST request to http:///indicium/(iam/sf)//staged_execute_task()/commit, which will execute the task on the resource specified when staging the task (subject with id 1, idtwo 2 and idthree 3) and returns a response. We implemented this in our external API based on what happens in the Universal GUI, where we had previously implemented Indicium Basic. However, we noticed a pretty severe downgrade in performan
Hello all,The preview component works well, but it grabs the first file that it encounters in a table row. However, we have two files in a table row. Let's say, we have a proof of purchase, and a discount voucher. Both are obtained through an API call, stored as Base64 and converted back to their binary form after insert. The binary file is stored in the proper storage column linked to the file/filename field. This works flawlessly.We only get to see the first file, though. The second file is simply ignored. How do we display both files?Best regards,- Alex
I am querying a public API that returns an SVG. The flow looks fine and doesn't give any error. It cycles through all the records and invokes the API. In a process procedure I update the table with the result. There is no error, how do I find out what is wrong? If I invoke the API manually I get a result. https://servicodados.ibge.gov.br/api/v3/malhas/estados/{uf} the {uf} is a variable. You can try RJ for example. The result is of content-type: image/svg+xml and is catched with a VARBINARY(MAX) I tend to think to result is not properly saved or handled.. any ideas?
Hello,I created a layout on a screen and I want it to not be assigned on the table variant. It is that possible?
When reading the page about the Dynamic model:https://docs.thinkwisesoftware.com/docs/sf/dynamic_modelAnd clicking on the examples:An message that I am unauthorized is shown. Are the links invalid or is that correct?
When a target table as detail has the same primary key as its source table the Windows GUI automatically hides the grid even when a grid is part of the screen design. The Universal GUI doesn't display the same behavior and always shows the grid even when the data model directly implies there will only ever be maximum one detail record.Is it possible to add a setting to the Universal GUI to copy this behavior from its Windows sibling? This would take away the need to redesign lots of screens.
Hi,I’m wondering if the machine learning part of the SF can be used - and if so, how - for the following scenario.I’m thinking of creating something of a Planning tool. I have a table with people with (several) skills (truck driver, crane operator,..) , a table with tools (e.g truck, broom, crane, etc) and a table with jobs that need to be done on a certain day/time. Say, a truck needs to be loaded by 3 people and driven by 1. A ship needs to be unloaded by 3; a crane operator, coordinator, lorry driver. The dock needs to be cleaned by 5 people. We have the tools needed available listed. I suspect that the machine learning part can - in time - do some math and suggest how the right people can do all these jobs in the most efficient way. Is this correct? And what do I need to keep in mind for creating something like this? Curious if this might be something to look into! Thanks!
Hi all,We have automated the creation of a deployable version of an end product with the help azure devops and the start_deployment_package task in indicium. Using this system we can create a new version, and deployment of this version in one go. This process works as intended.However ,we just upgrade the TW software version 2022.2, and now the deployment package writes the output script to a local disk on the server where indicium runs. Before the update, these files were written to the fileshare which was configured in the project and the global configuration of SF. Does anyone know which option I need to set in SF to alter the output folder for this process, that it will use the fileshare again as the output location?
I have made an xml file with a normal name like: JP_80_DATE_09_09_2022_14_55_10.xmland i get the following message in indicium. '2022-09-09T14:54:25.2285042+02:00 800001d4-0001-e900-b63f-84710c7967bb [ERR] Process action 'write_file_connector_exact_journaalpost_verkoop' in processflow 'verkoop_factuur_generatie' returned the following message: Process action 'write_file_connector_exact_journaalpost_verkoop' in processflow 'verkoop_factuur_generatie' was not provided a (valid) value for its 'Target file name' parameter. (54e3959c)’ Can anyone help me?
Hello, does anyone know if there is a possible way to influence the storage location subfolder field through code?
I want to change the translation of the calendar views (day, week, full_week, month etc).See example.Where can I find them?
What can be the reason that I have a view, and I created an IoT for it but when I want to assign it, the program object of this view is nowhere to be found. Is there a setting that perhaps blocks this? Because normally every view will gets a TRIGGER_INSTEAD_OF_STATMENT correct?
Hi, We are having a central (non-thinkwise) HR system for maintaining our employees. Ideally we would like to call an API on IAM to create a new user as well as to de-activate an existing user (settting USR.END_ON date) from this HR system. Do these API's exist and if so, where can we find the documentation to use them? thanks
Hello,I have created a process flow which does the following steps:Execute task. This task will execute a stored proc to insert a request with the details. Read files + write files: The task will validate if a file is already there, if not, it will create a file and will wait for an anwer file. When that file is placed, it will read the content of that file Execute task process result. The task will execute a stored proc with the contents of the answer file to update the record which has been created in the first task Delete answer files.This works properly when running it in the Windows GUI.I have an external program, which needs the same functionality. My idea was to make this process available through Indicium, however when I try to test it, it gives a status 201 Created as return, but nothing has happened (not even the first task). What am I doing wrong and how can I achieve my target?Process flow Variables(the given locations exist on the place where Indicium is being run)The firs
Form in edit mode Universel it is not possible to go to next field with <enter> only <TAB> .how can I change this.
Dear all, We are planning to get a new dedicated server for our thinkwise software. Now the hoster asks if we would like to have the latest SQL 2022 installed or a previous version.Is SQL 2022 already supported by the software factory or should i get 2019 SQL? Regards Chris van der Knaap
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.