Ask a question or have a conversation about the Thinkwise Platform
Recently active
I am looking for a way to display a percentage in the UI, while the column contains decimal values in the database. E.g. 0.51 in database displays 51 in UI.I expected that the domain control field 'Percentage’ would do the trick, but it doesn't. The documentation is not very specific about what the Percentage control does when it is selected in a domain:I cannot be the first to deal with this issue, hence I hope that somebody here can point me in the right direction.Thanks in advance!
HelloI have an issue with the performance of one of my screens which is opened with a process flow.The main problem is that I want a filter to apply to the open document action before it retrieves all rows.This images might clarify my problem I was wondering if somebody had a solution/workaround which allows me to apply filters to open document actions like this?I think a possible solution in my case is to make a reference to the document I'm trying to open and just present it to the user as a detail screen then the reference columns become my filter in the WHERE condition. But I would rather just open it as a new document.
Is it possible to set focus on task button
Hello, I created a task a week ago and today I added a new task parameter, but when I edited the functionality the new parameter didn't show up. How can I make it appear?
Dear all,As per subject I’m trying to setup the SSO on the Universal GUI for part of my users and facing an issue. The documentation mentions the setup of the SSO from Thinkwise perspective which is sufficient, but there is no documentation at least for the setup for Azure/AWS/Google perspective what is actually needed.My Setup:I have a Resource group (RG) called TEST I have a VNET for the RG I have SQL server and App service in the VNET I have a Front Door having the default *.azurefd.net and my custom domain The Front Door points to my App service and redirects traffic correctly. The Indicium and Universal are installed on the App service. The whitelist of client redirect URLs in IAM is my custom domain only.For the SSO:I have done the App registration I have added the new configuration in App Service for the OpenID Microsoft authentication I have added my custom domain on App serviceProblem I face and would like some input is that,The App registration requires that the Redirect URIs
Hello everyone,Because the new Exchange connector that is scheduled for the month November of this year will not give adequate possibilities for our client, we're trying our luck with Microsoft Graph. We created a call and made it fit our needs using Postman.We configured and use all the right credentials (client ID, tenant ID and client secret) for token generation. Actually, we created a call for getting data, and one for patching data. The call types are, of course, get and patch respectively. All calls are successful, and perform as expected, using Postman.Next, we went to our Software Factory, to make Thinkwise perform the same calls. Using a process flow, we make the proper call, the same as we did using Postman.We get a correct token in Thinkwise. When we copy this token from the debugger, and check it with jwt.ms, we get a valid token. In fact, when we use this token in Postman to make calls, it works perfectly. So, token generation works properly.However, the calls that work i
I want to create a user in IAM which is only for service purposes. Nobody has ever to login on this user.Because we have many environments, I want to automate this.Creating the user is not a problem, but i do not know how to set the password with encryption.I see i need the password, a salt and the password-hash and then i understand that i can use the sql script:insert into usr_authentication ( [tenant_id] ,[usr_id] ,[password_hash] ,[password_salt] ,[password_algorithm]) Values ( … )but in what way can i determine the values of the hash?
When producing cube view graphs in Windos GUI we see an expected row where we have a Date type field: However, the Universal GUI shows this Date field as follows: Question: how can we have a cube view where the row Date only shows a date without 'T00:00:00’? Please advise, thank you, Paul
I'm having some trouble getting things to work. For a webservice we need to base64 encode our message before transmitting it. This worked fine untill we encountered a diacritical mark (ë, î, ú, etc) in the message we want to encode. Then the webservice we're contacting start throwing errors.I've created a test script to show the exact problem and to provide a starting point to hopefully find a solution to this issue. I contains a sample for a correctly encoded message and an invalid one. declare @source varbinary(max) ,@encoded varchar(max)--SAMPLE MESSAGES ONE WITH AND ONE WITHOUT DIACRITICAL MARKS DECLARE @message varchar(max) = 'Dit zijn diekrieten ë, î en ú.'; DECLARE @message2 varchar(max) = 'Dit zijn geen diekrieten e, i en u.';--KNOW CORRECT BASE64 RESULTS AS CALCULATED WITH THE OPENSSL LIBRARY DECLARE @message_base64 nvarchar(max) = 'RGl0IHppam4gZGlla3JpZXRlbiDDqywgw64gZW4gw7ou'; DECLARE @message2_base64 nvarchar(max) = 'RGl0IHppam4gZ2VlbiBkaWVrcmlldGVuIGUsIGkgZW4gdS4=';--BAS
Hi all, Is it possible to limit the access to OData API apart from the rights (insert/copy/delete/update) on a table given in the SF? Since we do not want every user / user group to have access to the OData API, we would like to limit certain users / user groups. Thanks in advance.
Hi all, I have a question concerning a failed synchronization to IAM. As can be seen on the image below, the synchronization to IAM has failed on the step ‘Synchornizing: project’. However, it doesn't seem possible to abort the failed synchronization. So, how do I abort a failed synchronization to IAM.I have tried to cancel it via maintenance → jobs, but this doesn't seem to work. Additionally, in maintenance → Jobs, the ‘active job’ isn't listed as an active job (second image) Thanks in advance. Failed synchronizationNo active jobError
We have an internal API which consumes data from our Thinkwise application through Indicium. Up until recently we had been using Indicium Basic, however recently we have started our upgrade to Universal. For authenticating users with Indicium through the API, in Basic we used the URL indicium/(sf|iam)/<app_id>/$logout, to which we would send a basic authentication header supplied by the client calling the API. However, in Universal this endpoint does not seem to exist anymore. Is there a similar endpoint in Universal which allows us to authenticate users through a basic auth header? Other ways of authenticating users are of course also welcome, but some form of username/password authentication is preferred.Thanks in advance!
Is it possible to maintain multiple instances of the SF application in one IAM environment? I would like to do this in this way, because I want to store the model of various customer applications in separate databases. In this way, customer-specific knowledge stored in the model can be properly secured. It didn't seem to be a problem to do this, but when I opened the IAM environment I found out that only 1 SF application could open a project. The Project Tab is only visible for Environment B
I am trying to simply execute a task, without parameters with a process flow every hour. Indicium Universal (2020.2.2) is running, but I don't see any activity. The version of IAM is 2020.1 and al hotfixes are done. Could someone explain, step by step, what to do?
For a new customer I was setting up the environments and after everything was set up I found something missing. Since the application looks exactly the same on all environments (dev, acc and prod) I was missing a feature to easily spot the difference between them. Therefore I've implemented a simple css in the custom.css file. Between environments I've modified two parameters.content (‘DEVELOPMENT’ for dev and 'ACCEPTATION’ for acc) background (red for dev and blue for acc)For the production environment we did not implement this code. So if you see a badge in the left bottom corner it is not production. body > div:first-of-type::after { content: 'ACCEPTATION'; display: block; position: absolute; bottom: 1px; left: 1px; background: blue; z-index: 999999999999999999999999999999; color: white; padding: 10px 20px;}Since it is implemented in Universal it works for any application, including IAM.This is what it looks like:
We need this because in the application we have workflow module and we have assign work items to active user only. Active user: user is logged in and his last activity is less then 45 minutes ago.
Hi Team,In GUI, translations are not getting reflected after refreshing object model. In SF all the objects are in translated state still it is showing as untranslated in GUI. Other user interface changes are getting reflected correctly.How to resolve this?Note: we recently migrated our projects to new environment and we are not sure, this could be the reason.
The Universal GUI don't show any lookup values in grid and shows POST 403 (Forbidden) error. Can someone explain what's the problem here and how to fix it? No error log in Microsoft Azure Application Insights
Hi,We have a problem with one of our screens. The screen shows 3 separate grids and the main grid has a task that uses all 3 of them: the problem we are facing is that when I edit a value in the formgrid on the right and forget to save the record it won't get saved. It saves when moving to another record but we cannot force the user to do so and in this case there is only one record.The result is that the task uses the old values instead of the new ones :(We have the same issue in all parts of the screen that do not own the task: When I do the same thing in the upper left part of the screen it works fine because there seems to be some sort of mechanism that saves the data during the initialization of the task execution.Is there a way to utilize that also for the other parts?In short: how can I force TW to save the changes in all parts of the screen on executing the task?
I have a table task which triggers a process flow.This table task is linked to 3 tables.I want the process flow to conclude with refreshing the correct table.So, is there a way to assertain which of the 3 tables to refresh?
Why is there no column type anymore in the reports in the SF, can we get it back?
Hello. I added a new column to a table and I made a reference to another table. And when I tried to add a value in the column I received this error.
How can use the roles created ?How can I access them in IAM? How can I logged in IAM with the roles created in the SF?
I’m looking for RSS links in this community site. Yes yes I’m a old (thinking wise) man who loves his good-old RSS reader which keep me informed about all kind of tech news, like a digital paper :-DDo you have a RSS links page or more info?
Hi,We wanted to have a progress bar in grid for each employee record, which will show the percentage based on the fields entered and saved by an employee. How to use the progress bar control? Any previously made examples would be helpful.Thanks,Usha
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.