Ask a question or have a conversation about the Thinkwise Platform
Recently active
The details in the yellow and blue box are details of the one in the green box. Is it possible to get the blue details on the same level als the one in the green box?
Hi everyone,We've implemented an auto-lookup for address data using @cursor_from_col_id. When both a zip-code and a house number is filled, the street name and city is retrieved. This works great.The table that contains the address data has over 9 million rows. Searching takes a few seconds. From a usability point of view, we would like to show an hour glass once the searching is starting in the fields that will be automatically filled.We tried setting the field variables to the ASCII hour glass (⧗) manually, have two temporary variables filled with a SELECT statement that retrieves the data, and once the temp variables are filled, move their contents to the field variables. However, a field can't seem to set to a value more than once. So, we don't see the hour glass at all. Instead, the fields remain blank, until the data is retrieved from he database.How would we set up a spinner sort of thing correctly, so that the user has visual confirmation that activity is going on? The form its
I want to create a ticket but not able to select a product, which is a mandatory field. can you please help.
When we edit a template in SSMS, and import it to the SF, we get the following popup: What does it mean? The SQL script seems to be imported correctly, and it can be executed so that it gets "active”. The arrow expands the following stack trace:" at System.Data.DataRow.GetDefaultRecord() at Thinkwise.Shared.ObjectModel.Obj.BuildMultipleRowsQuery(DataRow[] dataRows) at Thinkwise.Data.TSFController.refreshMultipleRowsCore(DataRow[] dataRows) at Thinkwise.Data.TSFController.refreshMultipleRowsAndUpdate(DataRow[] dataRows)"Just curious about the implications of this.Thanks, -Alex.
Hi Community,Is there anyone who integrated tableau PDF export with the Thinkwise platform that could point me to the right direction? Regards, Remco Duijsens
Hi,Can you please give information about API call details for deleting/ modifying/updating users in IAM?The process to create users in IAM from GUI is working properly. Can you provide more details for the HTTP connectors for below:Delete Modify Update Update the profile picture from GUI to IAM profile.Thanks.
I have just exported and imported a project version from one Azure tenant to a new Azure tenant and when I now do the creation it fails on creating functions. The reason is that the function to create the tsf_user() has this layout: create function "tsf_user"()returns varchar(128)returns varchar(128)with schemabindingwith schemabindingasbeginWho can help me with this?
Hi,I am trying to export my data through overflow menu Export immediately, it shows the below error message "This site can't be reached". In order to access this site, i have full access credentials. But still not sure what this error could mean. Our environment runs on Linux server.Using Universal version 2023.1.Urgently looking forward for bulk Import/Export functionality. Could some one help on this issue?
Hi,This question concerns SF 2021.3 - GUI 2021.3.11.0; separated from our other up-to-date infrastructure and environments.For some specific reasons, one of our internal tools occasionally requires the data to be imported into other tools (such as Excel, R). Preferably, as a .csv.Since the standard export functionality in the Windows GUI doesn’t allow you to structure one-to-many and many-to-many relational data, I’ve written a simple process flow that’s designed as follows.“Start table task export_to_csv” has “Performance → Use process procedure” enabled such that, based on the task parameters, the associated control procedure selects all the table’s data and relational data and saves it to a VARBINARY_MAX process variable called ‘csv_contents’. select @csv_contents_interim = string_agg(qas.regels, char(13)+char(10)) from query_as_rows qasset @csv_contents = (select convert(varbinary(max), @csv_contents_interim)) The task also let’s the user specify the save path and the filename to
How do I connect an application using Client Credentials via OpenID Connect?The .well-known/openid-configuration states that it should be possible, however we can't seem to get it working. Can anyone help me with this?
Hi, Today with toying with the universal i ran into something I don't understand. I've uploaded somewhat 1000 records. First names. A to Z. When I search for 'Zoe’ , I can find it. However, without a filter/search, the grid stops scrolling somewhere in the D. When I prefilter something, I get the same amount of rows (did not count them), but more values, Say between A - G. Is there a max of grid rows in Universal? Can this be set? In Win is scrolls all the way, in Web I have pages with 25 rows…Any thoughts on this? Alex
Hi,I’m wondering if it is possible to create captcha settings for Universal on Azure. Is that something that can be done in the config file? or can it be done from the Configuration blade > Application settings?
After installing the .NET 6.0 hosting bundle and running the Deployer to install Indicium, it keeps complaining that the runtime is missing, even after rebooting.The Deployer also claims I should be able to perform the deployment but the button is greyed out so I would have to do it manually…What’s going on here? Do I need a different version?
Hi, I want an Indicium to have all allowed as a value for the AllowedOrigins, so that we can debug some stuff we are trying. For this, I need to set Indicium to dev-mode; but when I check the manual it says; in web.config, do this and that. (see here:https://docs.thinkwisesoftware.com/docs/deployment/indicium#running-indicium-in-development-modeBUT, when I open the web.config file <configuration> <!-- Configure your application settings in appsettings.json. Learn more at http://go.microsoft.com/fwlink/?LinkId=786380 →So, this is not making any sense to me. Should be create a appsettings.development.json with these allowedorigins? Or… is it a line of code in the current appsettings? And how can I set all as an allowed origin?Thnx for any thoughts on this,Alexander
Hello,I am reaching out regarding a validation error that I am experiencing. I have recently made some changes in an effort to resolve this issue, but the error message is still appearing.The specific error message that I am seeing is:Domain element translations have a different sort sequence than the database values.Despite these efforts, the error message is still appearing by validation. I would greatly appreciate any assistance in resolving this issue as soon as possible.Thank you in advance for your help.Sincerely,Balazs Szeder
I would like to use OpenID connect from a 3th party application to Indicium. Since IAM is able to be set up as OpenID client this should be possible. I've created a user that contains the credentials and setup the OpenID client and Resouce in IAM. However I am not able to create a connection in postman. I do get the login screen[base]/indicium/account/ui/loginBut once I login it just stays on the logout screen. I probably did not configure it correctly. Who is able to help me out with this?What do I need to fill out in these fields:
I tried to configure a different pool user identity. i made sure to follow the steps here: https://docs.thinkwisesoftware.com/docs/deployment/indicium_encryptionAnd then I logged in to Universal and Maintenance > IAM configurations to create the pool user. and i still get this error:This environment has not been configured to allow data encryption. when you restart the web app after committing the changes in the appsettings file or adding them to the config page, you get this message:This page isn’t working right nowserverurl.azurewebsites.net can't currently handle this request.HTTP ERROR 500It's like adding the settign for encryption key breaks Indicium
How can i configure a user in IAM for the use of Web GUI and Universal GUI at the same time?For now we are using Web mostly of the time, so the Authentication is set to IAM. We want to use the Universal GUI for an other application, but for that we have to set the Authentication field to External, with the Identity provider as Microsoft (AAD).But with the Authenticaton set to External we cannot login to the Web GUI anymore, it gives a ‘wrong password’-error. What is the way to go for using both GUIs at the same time?
The Copy existing user preferences does not work.I am on version 2022.2 and there are many users that i need to change the preferences for (config, time zone, language). according to Users | Thinkwise Documentation (thinkwisesoftware.com) it should be possible to do this. but after it executes and i refresh i see no changes to the user. anyone alse here have a solution for this?It’s tedious to change user preferences one by one if you have a hundred plus users.
Best Community,We use a custom keyboard (Enterprise Keyboard) on our Zebra ET40 tablets. When using the Enterprise Keyboard in our Thinkwise program (Universal GUI), it shows a thick white line above the keyboard (see App_Screenshot). When looking at the browser version of the program, it seems like the white line is created because of the saved passwords (see Website_Screenshot). However we also get this white line when we are not logging in. We tried using the keyboard on different apps like Google and the line did not show up there (see Google_screenshot). Does anyone have a solution to remove this white line or to make sure it does not show up?App_SctreenshotWebsite_screenshotGoogle
Hi,I created a process flow to create IAM user when an employee is added. The complete flow is working as intended through GUI, however getting error in Universal.The user is created via GUI but not via Universal. How to resolve it?Universal version : 2022.2.17.0.0 GUI process flow monitorUniversal Below is the entry in the error log , however it seems fine to me. at Indicium.Shared.ProcessFlows.SystemActions.SmtpConnector.StartInternal(ReadOnlyDictionary`2 inputParameters) in C:\azp\agent\_work\1\s\src\Indicium.Shared\ProcessFlows\SystemActions\SmtpConnector.cs:line 272 --- End of inner exception stack trace --- at Indicium.Shared.ProcessFlows.SystemActions.SmtpConnector.StartInternal(ReadOnlyDictionary`2 inputParameters) in C:\azp\agent\_work\1\s\src\Indicium.Shared\ProcessFlows\SystemActions\SmtpConnector.cs:line 279 at Indicium.Shared.ProcessFlows.ActiveProcessAction.Start(ReadOnlyDictionary`2 variableState) in C:\azp\agent\_work\1\s\src\Indicium.Shared\ProcessFlows\ActivePro
I created a tile that opens a view in Universal. The view is working as intended through GUI, however I've been getting an error every time I open it in Universal.How to resolve it?
Something seems to have gone wrong in a temporal table. There’s a gap between the current record and the previous record that’s now in the history table. This gap looks like this:Query:select *, tsf_valid_from, tsf_valid_tofrom adres for system_time allwhere adres_id = 51714It’s as if the history data is no longer complete but we never manually deleted this data. This is a problem because we use this data for historical records such as invoices.What could cause such a gap in temporal data?
Hi,We're setting up OpenID Provisioning for our application and we have a question about mapping the ‘Tenant’ claim to multiple tenants. It's a single Azure AD OpenID connection that has all the users from both tenants in it on their side. We have two tenants set up in IAM and we're wondering what the best way is to map the Tenant (which is to be filled with ‘iss’) claim to each of the tenants. Currently its like this: We're curious to hear a possible solution!Thanks.
Hi, I've added a task (a tile) in the Universal gui menu, to do a simple insert (select category, upload file). However, there is no popup - to enter the parameters. It simplye directly states that the insert has failed due to mandatory fields. I see some info on that Universal tasks is not fully developed yet.. soo.. is this my bad, or a gui problem? Alexander
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.