Ask a question or have a conversation about the Thinkwise Platform
Recently active
Hi, I have a subroutine ‘delete_project’. When I call this, it deletes the project. When a record has Referential Integrity and ‘No Action’, Indicium nicely respond with a base64 encoded message that it ‘ can’t delete due to Related <tablename>’ . So far, all good. However, when I don’t want to delete the project because it has for example a [status] = ‘active’ - so deleting is not allowed. In the gui we can display a message. Or with importing some data from an API, at the end we show a success/failure message; perhaps with a Process flow. Is it possible - and if so, how - to pass these messages through Indicium? If a user connects with the end-point, it will make a lot more sense then a 422 - unprocessable entity when something is not allowed, or processed correctly.Thanks! Blommetje
We made a track and trace Webservice (= Message Independent Protocol system flow) for external usehttps://xxx.xxxxxxxxx.com/indicium/open/sf/api/public_track_traceIt works fine as POST request within Postman and I asume that it must be possible to use the API when running it in website in a browser.Now the developer of our public website wants to implement the Webservice but runs into CORS related errors and it looks like we have to make some adjustment at our side.Any ideas on what must be done in the setup of indicium to let it work? Or do we have to add something special in the response headers?
Hi,I would like to know if it is possible to cancel editing an auto-edit/auto-save form using a task.The situation is next: we have several actions a user can perform within a form, based on table tasks like, submit, print and cancel. We have choosen to place these buttons at the right bottom corner of the form. The default behaviour of the tasks is that Thinkwise will perform a save and with that validate if all mandatory fields have a value. If not, a message will be shown and the task will not be executed. For the submit and print tasks this is the way to go. For cancel however, the save and mandatory field validation should not occur. Any empty mandatory field will show the exception message and prevent the task from executing.I know it is possible to first use the generic cancel button and then the task button, but this needs two actions by the end-user instead of one.Is there a way for a task to bypass the mandatory field validation and be executed regardless of the subjects stat
hi,As an ISV we want our customers to set a folder to import files, this folder can be changed to specific sub-folders, but is always on a server, and Indicium has access to it.With the current (2022.2) List folder, we have to set a storage location but we cannot change this location from the client application. After getting the filenames, we can use the Read File (non-file storage) to read the files and process them further.How can we set a dynamic folder to read these files?
I have an issue where i have a procesflow that opens a document which then filters on a specific activity id. The activity has more that 100 items connected to it. Currently i have this as my configuration: This gives me 1 page but limits me to 100 records. if i set the maximum to 300 for example i would be able to get all the records(items) but not if another activity has 600 items.Is there a solution for this?
Hi, I'm fresh, sorry for any mistakes.Usecase: Users want to column sort respective tables on date, this doesnt work as we intended. (Screenshot below post)What doesnt work? Datenotation(timezone) in the date domain (widely used) is set to local (Netherlands) but the grid still shows a MM/DD/YYYY Notation. Sorting doesnt seem to work as intended. It drops a random 2022 row between a 2023 rows. What have I tried?Tried to set the datenotation(timezone) to ‘Show as stored’ and back to ‘Local’. Tried looking for hidden sorts on the grid, there isnt any. Checked if the date is stored as something different than a date (like string, int, etc)When is my problem solved?The moment sorting works again as intended, even better would be a small explanation why it does(n't) work. Thanks in advance.
Hi, I've written a SQL statement that checks if value A > value B. If thats false Value A gets a reset and the system throws a tfs_msg. The code is ‘copied’ from an already working functioning pop up message, however it work significantly different. Does anyone know the source of this issue and how I can solve/ troubleshoot it?Thanks in advance. Error (code supplied in screenshot): Expected result (same code construction, different properties, code supplied in screenshot): Code: Upper code is screenshot 2, error code is screenshot 1.
I can’t seem to find a solution to my problem so I hope anyone of you knows an answer to this. So the situation is this: I have a view/cube were I have certain parameters( Hal, year, quarter and some results) (see image)In this I use the first row to display the totals of those 4 quarters, which I calculate in my sql environment. (Because I was unable to do so in Thinkwise, seeing as he kept adding all those percentages instead of calculating the percentage of said total, even with a calculated field where I specifically told him to use the results in those totals to calculate it)So this question might be a multiple one. The first being, isn’t there a way to do this in thinkwise so that my results are what they should be? So in this case 0.06% instead of 0.25 which I get now. (Because I need to have this resolved before I can use whatever answer you give me on the next question)And the second question is if I replace my total row with a running total row calculated in thinkwise how can
Hello, I have created a basic database image upload functionality and I want to know if there is a possibility to switch from the database blob to azure blob storage depending on the image size. I saw that on the file storage locations you can pre-define a max size in MB.What I want is to have that set up to a limit and if my picture exceed the limit, I want it to be automatically saved in azure blob and not in the database. For example if I set up the file storage location to my database and I set up the limit on 5 MB and I try to upload a picture bigger than that I want the picture to be sent in azure blob storage and not in database.For azure I have also set up a file storage location and I don't know if I can make them work together.
If you use multiple monitors, one has to be the primary (in windows). It can be quite annoying to have popups open on the primary monitor, while the application is open on a secondary monitor. Also it doesn’t seem to be consistent. A task will open on the same monitor regardless if its primary or another, but a popup screen or things like location will open on the primary monitor.Is there any way to steer/influence this behaviour? Without messing with the primary display setting in windows.We are using the windows gui.
Hi,Is it possible to show a badge on the menu group? In Universal the groups are by default collapsed, so people miss that there are important notifications waiting for them, unless they actively open the menu group. Is it possible to show the badge on the group as well?
Extended filter is empty, where in a simular view, it is available. Why does it not show any options?
Hi all,I deployed an upgrade to an end application. Ever since, some of the reports (Crystal Reports) do not work anymore on users’ systems. The platform version has remained stable.During development and while testing no problems occurred. It turns out that having SQLServer Management Studio installed is required for a working report.Without the management studio, Crystal Reports refuses to connect to the database.I imagine that installing the management studio provides additional database drivers, without which the CR runtime is not able to connect to the database.I have not been able to figure out which installable drivers the reports depend on, where to find such a driver, and why this is a problem all of a sudden.One thing could be that development is done against a more recent SQLServer version, as we do not have access to post end-of-life databases for development. (The situation is not being helped by running a zombie platform version, because of difficulties procuring an upgra
I have table task where you select the organisation and after executing the task a screen opens with the selected organisation. Is it possible to get the id of that organisation in the url. So like below and than with organisation_id = 6?
Is it possible in a Cube, that you get a popup field with information when you click a field?
It is the first time I am using the DevExpress report designer and it is not clear to me how report parameters can be passed to a query.I am unable to report the desired data from the Windows GUI.Can someone explain?
hi, is there a possibility to view xml or json in a formatted way? so a user can read the data more easily? I saw a code_editor option in the domain control, but this doesn’t do the trick. Editing is not the case here (although if possible it would be appreciated 😊), and it doesn’t have to be complicated with grouping levels etc. just plain a structured layout.
I have a issue with change detection on a list with conditional layout, when I check it in de Windows GUI it works but not in de Universal GUI (version 2023.3.10.1.0)I saw this topic and was curious what the status is?
I’ve been getting a Insufficient Memory error when opening a DevExpress report. But I only get this error when my application is hosted on Azure Web App Services. When looking at the error log, it looks like Indicium is having trouble with rendering Rich Text. I’ve tested this by removing all the Rich Text out of my report and it works normally.How can I fix this and still use Rich text boxes?
In our project we have added trace fields, the ‘problem’ we are having with auto generated update handlers is that [added_by] and [added_on] are part of the update handler. This means they are either overwritten of you have to do a select of the current added_by/added_on when exec an auto generated update handler. Is there a better way around this problem? Other than manually making each update handler or doing a select before executing, this feels like wasted performance. I understand that trace_fields is a seperate project that we’ve added, but i’ve seen it in many thinkwise projects, also the SF itself uses trace fields.
Hi all,This is essentially a follow up question to this topic SSRS Server Report | Thinkwise Community (thinkwisesoftware.com). Currently my main goal is to deploy variants of a report. In SF when adding a ‘SSRS (server)’ report you must enter a path. But I have a reporting server that has multiple directories for different clients and these dirs contain variants of the same report. I.e.: different logos in the variants for each client. Now I want to find a way to update the path to these reports when deploying. I did see a report table in the IAM database where I can possibly update the path, but is this recommended?Can anyone suggest other solutions? Thanks!
I have a view with different columns, including a date column (date of birth). In the view, this column has a value, but when I do an export, this column is empty.Domain is date, like in the table. If I do an export of the source table with the date of birth, the data is available in that export.Why is a date not exported from a view?
Dear Community, The 21st of November I’ll have the honor to share in a Thinkwise Knowledge Session how we at Wagenborg have been taking advantage from the Universal GUI from the get go:The Event description states a couple of topics around the central theme of Usability of which I will share our implementation:OpenID & User Provisioning with Microsoft Entra (Azure AD) Screen Type & Breakpoints design CSS tweaks in custom.css Multi-file upload implementation Usability features like custom User Preferences and Teams integrationHowever, I am wondering: are there any other topics related to Usability that you would like me to cover?Also, I am fully aware that we only use so much of the Thinkwise Platform and we're always curious to learn about the proud achievements of others! So I would like to invite you to share thoughts, ideas and implementations that you have been working on. Either in this topic or other topics at the Community or during the Knowledge session, as it would be
How can i get rid of the extra column in the grid when i use only 1 collumn Now it generates a fake scroll bar and doenst look nice
Hello!It is possible to make the task 'Translate’ from SF to translate labels in a specific language from the application?For example I would like that the 'Translate’ task would automatically translate me in NL language too. Thank you anticipated!
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.