Ask a question or have a conversation about the Thinkwise Platform
Recently active
If you are using a Windows GUI, which is connected to the database using the Indicium Basic, to use any form of single sign on?Currently I have set this up for a client of mine. They will have to insert their username or email address and password. But their Windows Credentials match their account in IAM. So you would kind of expect that the Authentication option MSWINDOWS would be available when using the Indicium Basic as your server. Is there any way to set this up?
Hi all,in the web gui, is it possible to double click a grid row, and then show a form with details from a lookup?I have a feel this can be done, but so far I do not get any results. Would be great to get a hint!Thnx! Alex
Hi,I have a filter form with a date field. Is this date available for me to do some calculations with? So in this case I want to have 5/1/2021, so that I can use this to calculate the amount of days before the date of the search. Is this possible? Thanks! Alex
Is it possible to create a sequence from the sf?
I am still looking for a method to schedule stored procedures in a process flow and expected this in the 2021.2 release.There doesn't seem to be any process action for this yet. But, could it be realized by using a 'dummy' HTTP connector (eg GET: www.nos.nl) or by using a Decision? … and then calling the desired stored procedure within the process procedure, like below:create procedure prc_pf_send_notifications_pf_execute_stored_procedure( @dummy text_100 output)asbegin -- Do not count affected rows for performance SET NOCOUNT ON; --control_proc_id: process_pf_send_notifications --template_id: process_pf_send_notifications --prog_object_item_id: process_pf_send_notifications --template_description: EXEC dbo.any_stored_procedureendgo Or is there a more elegant way? Related post:
We have our databases in Simple recovery model. Is it a problem for using an application in Thinkwise or the SF to have it in Full recovery model?
Is the the current version of the Window GUI (+2021.2.10) able to connect and fully compatible with Indicium for Universal?
Hi,After which time does this message pop ups in the Universal GUI and how can we change this time out / remove the time out?Is there some setting in the Universal GUI, or the Indicium (hosted on Azure) side we can increase or turn off (preferred) this message?To put it in some context: The user has installed it as an app, but he gets this message. That sounds a bit unlogic, because it's an app and why do I need to login each time I open the app.
Hello,Currently, when i create a badge control procedure, the checkbox ‘Badge’ under Performance on the subject is automatically checked, but the checkbox ‘Show badge’ on the main subject is not automatically checked. Is there a reason why this is the default action? Wouldn’t it make much more sence to just automatically check the ‘Show badge’ box as well?
In the Universal GUI the following message is possible:This happens when there is a concurrent user limit set and reached. The user is in this case logged in in the web gui and the universal gui.However, I cannot find the string unable_to_claim_application in the SF. Is it missing, or am I missing it?
I have very straight forward process flow: Based on a value of a task parameter, I would like to skip sending the email (via the SMTP connector). I know it is possible to do this with code, but I can't find where to do so. Can someone please explain me in a few steps how I can acomplish this?
Does anyone know how why these errors are occuring. This is happening when we try to reach the universal GUI from outside the internal network, so from internet. The application is running completely normal when we run it from the internal network or directly on the server.There are no errors in the Indicium log. The Universal GUI is the 2021.1.15.
When browsing/scrolling through the list of records in the grid with the up and down arrows on the keyboard in the web GUI, the display column (breadcrumb) is not always being refreshed. I noticed this in different subjects. Is this a bug?
Is there a way to highlight or change color of the 3 dots? So user will know that there are filters available but because of the screen size they are hidden.
I tried everything to get Indicium running, only to activate the automatic Licence update serviceAny more suggestion on how to solve this?Installation details:Indicium 2021.1.16SF 2021,1ASP.NET Core 5.0 Runtime (v5.0.5)appsetting.json:{ "Logging": { "ApplicationInsights": { "LogLevel": { "Default": "Information", "System": "Information", "Microsoft": "Warning", "Indicium": "Debug" } }, "IncludeScopes": false, "LogLevel": { "Default": "Information", "System": "Information", "Microsoft": "Warning", "Indicium": "Debug" } }, "MetaSourceConnection": { "Server": "XXXXXXXXXX\\SQL2019_TEST", "Database": "TW_IAM_XXXXX_2021_1", "PoolUserName": "tsf_admin", "PoolPassword": "XXXXXX" }}Error log, when running Indicium .exeUnhandled Exception: System.Exception: Invalid configuration. Server and Database are mandatory at Indicium.Startup..ctor(IHostingEnvironment env, IConfiguration configuration, ILoggerFactor
Is the following issue (check link) still valid? Because we don't see it in the Roadmap on Q3 2021. Please re-verify if this will be included and when it will be included.https://community.thinkwisesoftware.com/questions-conversations-78/does-the-session-log-in-iam-tracks-also-user-action-log-for-universal-1775
Our customer wants to indicate which details are depending on the (to be) deleted record.For instance you have a person with multiple addresses and an address can belong to multiple persons. When deleting an address, they want to have an error message that indicates which persons are still using this address. The user then, first has to remove these connections before it may delete the address.What's the easiest way to implement this?
Combined filtering is possible on the main table and on detail tables.For the main table it gives the translation of the main table in the attached combobox.How do I change Details to the description of the related detail table(s)? In a related issue I saw:A tooltip on the combo box. I noticed that this is automatically generated. How do I change the content? In IAM it is possible to DisableFilterOnDetails (Application>Extended properties). Is it also possible to set this in the SF? And can I set these for specific tables, so creating the possibility for certain tables to have this and for others not to have this. Preferably without having to create table variants with different filtering-options.
Our accountant need a report or view of application users and their access groups and roles. Is it possible to generate a "Roles and rights" reports or cube like this (IAM 2021.1)? I don’t have time and IAM/TSF table experience to build it from scratch in a timely fashion. If somebody willing to share a SQL query to start with would be awesome.
We use 4 prefilters for a number of screens:show everything show only location A show only location B show only location CThe prefilters are grouped in an exclusive group. Is it possible to overrule the default setting ("show everything") based on a value stored in the database per user? So that user 1, for example, gets the prefilter "show only location A" as the active prefilter, while for user 2 "show only location C" is set to active by default?
In tab header the number of rows are displayed.Can we get the display of the number of rows which we call through a prefilter.In the prefilter I make a filter on product.In the example we should get 0 instead of 3
I checked the feature matrix but I can't find anything related to the feature to disable the confirm button in the universal GUI. It does not seems to work. My script works fine in the Windows GUI but the button is not disabled in the universal GUI. DOes anyone know about this behaviour.
In the Universal GUI you can show a message as a “Snackbar” in the bottom of the screen.Is it possible to change the duration before it disappears? It currently disappears after around 7 seconds. I think it could be shorter (in some cases). We want to use it as kind of a confirmation / acknowledge a user has executed a task.
I like to do data mutations from inside a cube by using a taskFor some reason field values are not passed accrossCan anyone explain what are the requirements for using tasks in combination with cubes?
We use the Dev Express report component for previewing reports in the Web GUI.With Web GUI version 2021.2.10 there is a configuration option to set the default zoom level “DevReportZoom“.The values that are documented are 1 for 100%2 for 200% etc.I noticed while testing this that when i set the value to 0 the default zoom is set to “Whole Page”.Is there a value i can use to set this default to “Page Width”?
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.