Ask a question or have a conversation about the Thinkwise Platform
Recently active
I've been playing around with some custom HTML as described here. This is working alright but I'm trying to apply my styling using custom.css as described here. Although I can apply my custom CSS to the entire site, it does not target the elements inside the HTML field. I've tried using targeting the HTML elements with CSS classes and this does not work (CSS is also not showing in dev tools). When I was looking if the elements could be targeted at all with * { border: solid 3px green; }it targeted all my elements except the elements inside my custom HTML.So my question is: is it possible to combine custom HTML with the custom.css file?
I was wondering if there is an easy way to change cube field rights. In version 2021.2 there seems no option to add ‘child rights’ of a cube or cube view. Is there another option to add cube field rights?
I’m trying to write some custom CSS and followed the documentation stating that I have to change the custom.sample.css into custom.css in the public folder, but somehow the custom.css is not being loaded. I tried to find the link to the file in the rendered HTML and in the source tab of the browser and could not find it so the whole file is not linked. When I try to access the file directly by typing in its URL “localhost/universal/custom.css” the file is found.What can I try to fix this issue?(GUI version: 2021.3.10 b1.0)
I have a requirement that end users must be able to download a result set from the Web GUI. Normally i implement this with the export functionality that is included in the Software Factory.The issue with this result set is that it can easily contain 100.000s records. There is no need to see this result set, or a parts of this result set in the Web GUI. I only need to download an excel file with the full result set.I can imaging that i have an asynchronous task that creates the excel file on the server and can be downloaded by the end user.What is my best option to implement this in the Software Factory (2021.2) with the Web GUI (latest version)?
Where can we set the address of the Indicium to be used by the Software Factory?We've just upgraded to 2021.3 and now if we try to perform the ‘Generate definition’ step of the 'Creation’ process, the SF is stating that it 'stopped hearing from Indicium’.Indicium is however running.
The manual mentions a message location of “none (suppress)” to suppress database messages. What is not clear is how exactly this can be done.I have a ‘suppress’ message at the end of a task template. The task is there to restore a backup of our test application to its database. Despite the ‘suppress’ message there are still several popups in the application with messages from the restore steps. How do I approach this?
After upgrading the SF to 2021.3 we've got the following validation: "Domain default value is not between minimum and maximum” which means that a synchronization to our end application is not possible. SolutionCheck the min., max. and default values of the domain and modify one or more of them Related object "No data available”Job log informationError converting data type varchar to numeric How can I find the datatype related tot the validation message to fix the problem?
I'd like to define a default filter value for a field. This value depends on a selected row in a table.Is therefor aa possibility in the software factory? I'm working with the installation 2021.3Thanks in advance
Hi,I'm facing issue with the new Maps option in ThinkWise 2021.3 release.The map is shown now as a gray layer.Has someone experience how the setup should be done?Maps Linked column configuration for a view: Base layers configuration:I've copied the URI as used in the old extenders, using MapQuestI don't have overlay configurationData mappings configuration: Thanks in advance!
I found two extended properties that probably could disable the message “The selected row is not longer present". RowNotFoundAction ShowMessageNoCurrentRowInParent The documentation doesn’t describe the possible values. It would even be better if we just could select the possible values in the SF. What are the possible values?
We have a pretty specific scenario in which we want to refresh a record and give immidiate feedback when a user changes a value in a look up screen. I will describe the scenario below:We have column with a lookup. The value of this column is the total amount of cost records we have within our cost table. Whenever the user wants to look into all the costs, then the lookup can be opened. Whenever we add a new record within this lookup. In this case we add another 300 euro’s. The total costs becomes 2.000,00.When we return to the main screen and thus we cancel here. We have the following result:The value of our column did not change with it at first. Yes, after we press the refresh button ourselves the value will update to the new value. However, we would like the application to this for us. We tested a few possibilities to try and achieve this:Subjects - Settings - Performance - Refresh after insert / update etc. This does not work. Process flow using a close document on costs (so when
Hello,For some users I get an error whilst loading a Crystal Report in the application.Since the reports are uploaded in the Software Factory, I am not sure which location I need to grand access to.Is there a way to locate this?Stack trace:Stack trace:bij CrystalDecisions.CrystalReports.Engine.EngineExceptionUtils.DoThrowException(String message, EngineExceptionErrorID id)bij CrystalDecisions.CrystalReports.Engine.ExceptionThrower.ThrowEngineException(String messageID, EngineExceptionErrorID id)bij CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)bij CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)bij Thinkwise.CrystalReports.Shared.CrystalReportUtils.CreateReportDocument(String reportPath, TSFProvider provider, DBConnectionInfo connectionInfo, ReportContentLocale reportContentLocale)bij Thinkwise.CrystalReports.Shared.CrystalReportUtils.CreateReportDocument(TSFReport report, String repor
How can I open the resource scheduler with focus at the current timeline by default?
After upgrading from 2021.2 to 2021.3 our IAM_SF is flooded by log records that are added in process_flow_schedule_log. Any idea how to fix this?CPU usage is up to 99% and these queries are running for 3+ hours. (Normally i would ask this on TCP, but i cannot select a product there and therefor not create issues).
How can I delete these old versions?
Is there a way I can set a keyboard shortcut to execute a (specific) task so that I don't have to use the touchscreen in the Universal GUI? Thank you very much.
How can the sort order of of items for a table function be set?I am using Indicium 2021.2 (Universal)
When I start 2 instances of the application: 1 production and 1 test which run on the same GUI version 2021.2.17.0 build gecdca1c I always get the message:What could be the cause of this behavior?
Hi,In the windows GUI I can use the following method to show parameters in a message as long as these parameters also exists as process variables in the same process flow as the messageTranslation for message Process variables Censored filled parameterBut when the same message shows up in the universal GUI I get nothing: No filled parameterIs this feature not available in the universal GUI or om am I missing some crucial step. Is there a workaround?
Dear Community,We only use Universal GUI as GUI in our Production environment, and of course always look for ways to push functionality to our end users as fast and with as little downtime as possible. In that regard I would like to verify whether or not it is safe to do Sync to IAM without taking the Application down?A couple of remarks:I understand that for older GUIs the User session is actively terminated, this is not the case in Universal GUI. I am talking about doing a Sync to IAM of the current Active project version in a Production environment. Example use cases: After PROD deploy of new functionality we need to straighten up some UI or Roles issues Simple User Interface-related changes requested by End users The untranslated error message in the Universal GUI is not understandable for an end user, this should be fixed so end users actually understand that some functionality might have changed due to an update: I just performed the following test (see below GIF): Login with
We would like to automatically log-out a user at the end of a process flow that is initiated by the same user. If it is not possible to do so automatically, is there an option to switch accounts within the application, without closing and opening the application. We have thought about alternative options as well such as a windows batch (.bat) file that closes and opens the application automatically. Is it possible to trigger such a script within the TW application? Triggering such a script with a specific key binding outside of the TW application does not work well in widows.
What options do I have to control a combo-box (or what are my other options?) I have a Purchasing system, and every step the invoice gets a new status. However, in certain situations, the superuser can change the status back/forth. However, still with limitations. So, I have these statuses; But -e.g.- when the invoice is already Interfaced, I want to disable certain options.Can I ‘grey out’ certain options (Elements in my domain)? Or can I in some other way build a Combo-box with values build with code? If status = x → show options 1,2,3. Etc. Any tips regarding this matter?
We have passed a new user through the ticket system for use of the Thinkwise Community.This should now be settled, but what does the user now need to do to log in.Could you please pass this on.
Cautiously we started our exploration of the Universal GUI Something I immediately wonder about is how to debug in the Universal as a developer? Is the debug screen as we know it in the Windows GUI something that is on the ROADMAP or is some other way of debugging required? I've found a topic about Logging and monitoring "We're also working on an integrated debug page for Indicium, where authorized users can get an overview of all requests and generated queries by Indicium.” What is the status of this development?
We are trying to make a message work with some parameters but after we trigger the message the only thing we see is the translation message and not the values in the querythe only thing we see is this when we trigger the message:This text is from the translation tabWhat we have in our query is/* Drop stored procedure def_purchase_order first. */if exists (select 1 from sysobjects where name = 'def_purchase_order' and type = 'P') drop procedure def_purchase_ordergocreate procedure def_purchase_order( @default_mode tinyint, -- 0 = add, 1 = update @import_mode tinyint, -- 0 = regular, 1 = import row, 3 = import @cursor_from_col_id varchar(255), -- column that triggered the default @cursor_to_col_id varchar(255) output, -- cursor in column after leaving the default @purchase_order_id purchase_order_id output, @id id output)asbegin -- Do not count affected rows for performance SET NOCOUNT ON; --control_proc_
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.