Ask a question or have a conversation about the Thinkwise Platform
Recently active
Hi All,Is it possible to turn off (e.g. ctx proc) for when Multiple Records are selected?I have an invoice overview, and the user can reset the invoice. But I want this to be done per grid row. When I select multiple records, the task is still selectable. Can I turn off a task when more records are selected? Feels like a very simple thing, but somehow I don’t see it. Thnx!
Is there any functionality already available related to this I did not get any reply yet to this idea.
Is it possible to export a particular project or a project version? In order to be able to import it again when necessary.
With the latest version of the Universal GUI the checkbox “Remember me” is added. When tabbing through the fields from password to remember me, I expected it would go to remember me, but it didn't, it went to the “Eye” from “Show password”.If you hit spacebar immediately, your password is shown. We've discussed this internally and think this is not appropriate. Lets say I was lucky that there was no colleague standing next to me or I was sharing a screen .Maybe should the “Eye” be excluded from the tab stops?Other applications I've seen you can only use the ‘click’ to show te password (e.g. Windows login) or have an explicit link / button that is more clear that it is a button / part of the tab sequence. I didn't expect the eye to be part of the tab sequence, because it's inside the password box.
Hi all,I have two tables; purchase_header and purchase_line. This is all ok, but I keep running (also with other situations, this is just an example). When I select this Purchase_header line (displayed as 2), and i got to the Cost Lines tab (table Purchase_line). In this purchase_line screen I need to use the purchase_header_id (the 2 in this case). Can I access this data? Because it is super needed! I have a feeling this can be accessed; yet I can’t find it. I would be very happy is this can be used. Anyone out there that can shine a light in my dark world? Alex
Is it possible to set up conditional formatting for form only? I like to keep my grid clean, but would like to make some fields (e/g date) when certain things are (not) set. Any thoughts on this?
Hello there,I’ve been searching through the documentation to find how exactly is determined which process action step is taken in a process flow.A new feature requires me to accurately predict (in a process) which process action is next in the flow. This would be easy if there is only one route to follow but when there are multiple, I need to check the values of the process step parameters.Let’s say there are three routes in a process flow originating from a decision node. To determine which route will be taken we can check variables @thisStep_nextOne, @thisStep_nextTwo, @thisStep_stop.This is how I thought it worked:All routes set to 0 or lower are ignored The route with the lowest number above 0 is selected In case of a tie, the route with the lowest order_no is selectedThis is giving me wrong results so I must be getting these logic rules wrong. Can anyone tell me how exactly this works?
With every new to add item our field BookingNr is auto set by for example Last high BookingNr + 1.This works fine when using the Add button (Ctrl ++), however, this does not work for the Copy button (Ctrl + Alt ++).A very tedious workaround could be to create a ‘copy’ task which copies all fields from an existing row, except for the one we wish to set separately, but this is far from ideal. Furthermore, we can refer to ‘Add new’ by verifying with@import_modebut this only separates ‘Add new’ from ‘Update’ - of course Copy would be same as Add new. I would like to know if there is a quick and simple way to do what we need without above mentioned workaround?Please advise. Thank you,Paul
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?
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.