Ask a question or have a conversation about the Thinkwise Platform
Recently active
We've enabled the platform 'Mobile' in the SF, because we're planning on using the Universal GUI as the client for mobile devices. This gives us some validations messages, on which I assume only apply on the 'old' Mobile GUI because the Universal GUI is lazy loaded.The following validations are shown:- Table is reachable in mobile- Task is reachable in mobile- Report is reachable in mobile, this is not yet supportedAs we're not going to use the 'old' Mobile GUI, I could approve them, but I assume it better to solve the root cause. But I can't find where it's defined that a table / task / report is 'reachable'. In the Validations I did find it's stored in the table reachable_tab, reachable_task and reachable_report, but how can I access those tables in the SF?We could use "Universal" instead of Mobile as platform, but I think it's better to keep that slot free for when moving from the Web GUI to Universal.
Hi,for the entire app we use a lot of fields with values with a comma. However, TW by defaults uses a point. Now this is not too bad for our friends in the us of a. But here in Europe, I would very much like to offer a comma in values. Is this possible? It is needed for money, size, weight, etc.
Does anybody know how to create a task which works on 2 independent lists. Let’s say I have a list with demands and I have a list with supply’s. These 2 lists are shown on 1 screen and horizontally devided. (I’ve created a reference with no reference columns) So the top list is the demand list and the below list is the supply list.I want to be able to select a demand line in the demand list and to select a specific supply line in the supply list as well.Then I want to start a task which can connect this specific demand line and this specific supply line. For example to create a new orderline based on this selected demand line and selected supply line.An example is the task “create list bar item” in the SF. In that case the system knows which subject I want to add to the listbar and the system knows as well which menu item (at the left side) is selected so the chosen subject will be placed in the correct submenu. Can we do this with two independent lists as well?
How do I edit a crystal report in the 2020.2.20.0 version?
Hi,I have a question about a message that is shown in the Universal GUI. Message: "No matching row was found. Would you like to change the search parameters?”.This occurs when i use a detail page with the preview component. The message is visible in the preview component. After pushing the refresh button from the actions pane, the preview is working again. But when i reload the page in the browser and go to the same detail page, the message is shown again.Any idea why this happens? Is it a bug?
Does anyone know how I can set the color of the tiles in the universal GUI? They are white right now. I checked the documentation and it speaks about the universal theme.https://docs.thinkwisesoftware.com/docs/sf/themes.html#tab Where can I find this page in the SF? I checked all Theme pages and tabs but this screenshot is nowhere to find. I hope someone can help me out
Does anyone know why the report builder is looking to my local user path when executing a report? Below a piece of debug:/****************Translation: [tracking_sheet]Report path: C:\Users\edwin.saan\AppData\Local\Thinkwise Software\GUI\GUI\Cache\Images\ERP_1.01\Report\tracking_sheet_Tracking_sheet.rdlParameters: @fkcarrier = 1Action: PrintPreviewHost: VC-ERP01\ERP01Database: ERP*****************/In the report I upload the file from the application path: C:\Thinkwise\Applications\ERP\1.01\reports
When you press Ctrl + F (Find, not Filter) in the Web GUI, a dialog like below appears:Note here the checkbox for Case sensitive. What is the value? It seems to me it is case sensitive, or not. Not undecided. Once you've performed a search, the box is unchecked, which is assume it's default behavior.In comparison, the Windows GUI doesn't have the box checked by default: Is this a setting, intended or wrong?
I would like to monitor the usage of my application. Is there an option to log what actions the users do in the application. For example i would like to know what menu items and tiles are used the most. Also i am interested to find out what subjects and tasks are executed the most.With this information i can optimize my application to have a better user experience for my end users.
I want to filter records based on the user that is currently logged into the application.This should be possible as there are a lot of prefilters for My Projects and such, but can't seem to find out how to do this.So how do I know what the current user is? And how do I use this in prefilters and views?
I noticed in the release notes of Indicium Universal 2020.2.7 this:Implemented a setting to hide the /$metadata and /openapi endpointsIs it something to consider when using the Universal GUI, and if it's possible, how is this setting enabled I'd like to expose as less as possible.
We have installed the upgrade to 2020.2 at customer premisses, but now they are unable to retrieve the licence for the IAM on VDI's. Regular desktops are working properly. Even VM's are working properly.
When developing you would be able to see the results of your changes right away in a development environment. So also for the universal GUI wich will be replacing the mobile GUI. With the OLD mobile GUI we could start the GUI against the SF, without IAM, so view the results of the changes made.It seems for the universal GUI IAM is required and so it is also required to synchronize each time you’ve made a change. And as well before synchronizing all validations should be solved!Is there another way to view the application in the universal (mobile layout) GUI without IAM and without synchronizing all the time
I have a task on a subject which cannot always be executing, depending on the input parameters. I want to inform the user as early as possible that the task cannot be executed, and cancel the task. What is the easiest way to achieve this?The only thing I can imagine is having two tasks defined and connected via a process flow. In the process code for the first (dummy) task the cancel-check is done without showing the task dialog (all parameters hidden). If the task cannot be executed, the user will see a tsf_send_message and the proces flow ends. If the task can be executed, it can continue to the next task in the process flow which shows the task with input parameters. The users then confirms with "Execute".But is there an easier way without using process flows? I was thinking of the default concept, but I don't know how to cancel the task (close the task window, or not even show it).
How can I insert a hyperlink into the body parameter of the TSFReportMailer? A simple example is the reference to our terms and conditions. Actual situationYou can download the terms and conditions by clicking the following link: https://niverplast.com/terms-and-conditions-metaalunie2019Desired situationAll our quotations, all orders placed with us and all contracts concluded with us are subject to the METAALUNIE-CONDITIONS.
I having trouble with loading the google maps library to use as a map layer.This the settings how i did it. Do you have some examples for the library url and the creation script?
I’m trying to use Azure Managed Identity, because I don’t want to have usernames and password in the appsettings.json on the webapplication server in Azure.Therefor I made a test configuration, but it doesn’t work. Can you help me? The configuration i have is:An IAM database in a SQL Managed Instance (version 2020.1) A WebApp (Indicium) (version 2020.1.6)The instruction from Microsoft which i was following is: https://docs.microsoft.com/nl-nl/azure/active-directory/managed-identities-azure-resources/tutorial-windows-vm-access-sqlI made a System assigned identity on my App Service (azzapp-acto-d-nieuw-evo-Indicium-001)I created a contained user on my SQL database (acto_d_nieuw_evo_iam) and gave it all rightsCREATE USER [azzapp-acto-d-nieuw-evo-Indicium-001] FROM EXTERNAL PROVIDER ALTER ROLE [db_owner] ADD MEMBER [azzapp-acto-d-nieuw-evo-Indicium-001] The content of the appsetttings.json is:{ "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Information", "S
How can I authorize a role column based? In the Software Factory you assign rights on a table.Read rights on the table "employee” In the column rights you can set or the fields are visible in the GUI. This doesn't change the user right to consult the data from the column directly on the database. Column employee_status acces type "Hidden” The user still can run the query in the SQL database and select for example the colum employee_status. The permission should be denied for executing this action. Select statement in SSMS
There is a http request in my workflow. But before sending the http request, I want to compose a process variable with a json format.I tried this with tasks and functionality, but it's not working. (I checked this in the process flow monitor).Is there a way to modify a process variable in the process flow, so I can use it further in the process flow?
We have a task which re-calculates an invoice based on new dates the user can input.this sometimes results in a record that no longer should be shown under the filters active on the screen.we would like to immediately hide these records when the task concludes. is this possible, and if so how would I go about making it happen?
We currently only use the Web GUI on which we apply a maximum of 1 concurrent users per account, to prevent account sharing. This works great, except that we actually planning on developing an application on top of the rest API of Indicium.What can happen is the following:The user is logged in in the Web GUI. We have developed a plug-in for another piece of software to generate an export file. This export file can be exported in the plug-in and uploaded again in the Web GUI. But instead of all those manual actions of exporting, uploading (several clicks), we want to allow the user to directly upload that export file.This is already possible using the Indicium OData API, so that's achieved. Problem is that when you are logged in in the Web GUI client, you will get a http 403 error in the Indicium plug-in on each call when you’re also logged in in the Web GUI, due to the concurrent access restriction. Off course this is by design I guess, but prevents us from add some really valuable ext
We require a change of the translations of the “Forgot Password” link in the Universal Login page as well as the subsequent screen objects in Indicium Universal as they do not really correspond to our liking.Question:How do we go about changing these translations of the screen objects to what we want ?
We have setup the SMTP on our Azure Acceptance env with all the required information, however we fail to send an email from our Azure AD user using the O365 smtp. O365 configuration:SMTP Host: smtp.office365.comSMTP Port: 587SSL Protocol: OFFTLS Protocol: ONIndicium configuration with SSL ON: "Email": { "TwoFactorEmailMessageService": "TSFSmtpMessageService", "SmtpServer": "smtp.office365.com", "SmtpPort": 587, "UseSSL": true, "SmtpEnableSsl": "Yes", "SmtpUsername": "notificationsuat@hartmannship.onmicrosoft.com", "SmtpPassword": "*******", "SmtpFrom": "notificationsuat@hartmannship.onmicrosoft.com", "SmtpFromDisplayName": "UAT Notifications", "DefaultPasswordResetTemplate": { "FromEmail": "notificationsuat@hartmannship.onmicrosoft.com", "FromDisplay": "UAT Reset Password", "Title": "Password reset token", "B
How can i connect to an API from Thinkwise? I build an CLR assembly in Visual Studio to send requests to an API.In SQL Management Studio is it possible to create an stored procedure that's linked to an CLR assembly. Then is it possible to execute the assembly.In Thinkwise I created a subroutine to add the CLR assembly. (This works fine). But how can I execute this CLR assembly by using functionality or subroutines? Or is this not the way to send requests to an external API?
I have created a pair of new tables in our model. they have have appeared in the gui but not quite in the desired place.the tab [administratie_meetinstrument] should be heremeaning under monitoring & meting which itself is under the tab 'inrichting’how could I move the tabs there?[administratie_meetinstrument_schaal] should remain as a subtab to [administratie_meetinstrument] but i am assuming that wil happen automatically. is this a correct assumption?
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.