Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
Hello everyone, In today's fast-paced world, effective time management is crucial for staying organized and maximizing productivity. One of the key tools we rely on for managing our schedules is the calendar. With the advent of cloud-based services like Microsoft Graph, synchronizing calendar events across different platforms has become more accessible than ever. In this blog post we introduce new Thinkstore solutions that enables seamless synchronization between your Thinkwise application and Microsoft Graph, allowing you to add, update, delete, and receive resources effortlessly. Microsoft Graph is a powerful API that provides access to a wide range of Microsoft 365 services and data. It allows developers to integrate their applications with Microsoft's suite of products, including Outlook, OneDrive, SharePoint, etc. Old situationOf course we already have the Thinkwise Exchange Connector which can synchronize the four resources maintained by Microsoft Outlook: emails, events, contact
Hey all, is it possible to switch the yes and no in the default edit and delete messages
Hello! It is possible to have in the preview of the document a set number of rows shown? For example: if I have an excel with 100 rows can I only display the first 10 in the preview document screen component?
Hello ! We have the information message 'Column with undecided data sensitivity’ at validation for the columns generated by the trace functionality (created,creator,modifier and modified) .The functionality for those columns is implemented in the dynamic model.We set a type of sesitivity and type of anonymazation ,but after doing a new creation the validation message is back and it looks like the changing were not saved . How can I solve this problem ?
Can we have an expanded description on how we can implement this on the newer version of Thinkwise universal update?
Since the 2023.2 version, email providers can be predefined in SF. This seems like a useful addition to make it easier to connect to Office 365.I am particularly interested in the possibility of allowing end users to connect to a mailbox themselves in this way.Can a step-by-step example be added to the documentation to understand how this works and can be implemented in an application?And what about Gmail? Can we expect this in a next release?
Hi All,Recently we are running into more erratic behavior in the SF with Merging. This morning I got this; and yesterday; We cannot solve this with reason - just with trial and error , merging some back and forth.. and sometimes it works, sometimes it takes longer. What is the advice on solving this, and how can we prevent this? Very much appreciated! Kind regards, Alexander
Hi, We have quite a few validations approved in our apps and over time things have cluttered a bit. I do not want to reset all Validations, but want to see what has been approved - but not fixed, so we can maybe revisit these validations. Things might not have been an issue back then, but now.. maybe it is.So, in general - what would be the best approach in this? And - it's a Two Parter! - is it possible to generate a report from the Validations when creating a release? We do this fully automated, so what happens is that this step is sometimes missed. Ideally I would like to get an email from my devops with the results. I don't want to crawl through SF for the apps and Models to see what happened. I see task 'task_add_job_to_validate_all’ - but not sure what the output will be. And how to set the @job_idCurious on what is possible. Blommetje
After the SF upgrade 2023.2, I enabled OR filtering on a prefilter group.I expected that with the config below, I could now click multiple filters from the "admininistration" group to apply them as OR to the dataset.Multiple active prefilters - Match any (OR)However they are now all prefilters greyed out (read-only).This seems to be caused by the prefilter being "On locked" by default. In my opinion it is a bug because it is quite possible to combine an "On locked" filter with 1 or more filters.
Good afternoon, As I was playing with the task bar and taks tiles in screen types, I stumbled across something. I noticed that task tiles are prioritized over a task bar in the scenario that both of them are picked in a screen type (see images 1 and 2).Image 1: the setup of the screen type Image 2: How it looks like in the Universal GUI In short my question: How do you prioritzie which task option (bar/tiles) will come first?Furthermore, is there an option to seperate the tasks so that a group of tasks will go in the task bar and the other group will go in the task tiles? Thank you in advance for your reply.
Good morning,In IAM, you can see when your users logged in etc. in the session log information. Is there a way to extract information from the session log and show this in the end application? We would like to be able to show the datetime of the last login of a user in our application.
Good afternoon,I was wondering what the upcoming ideas are for shortcuts in the Universal GUI. For myself and our users, I really like to see the following shortcuts, specifically when in a pop-up of a task:ESC for cancelling a task ENTER for executing the task Thank for your time, reply, and hopefully you will consider my request.
Hi all,Recently, we’ve released Thinkwise Platform version 2023.2. This release includes the ability to apply timeseries forecasting to your data.In our recent release session, we showed a demo application that uses forecasting. This application is now available in the Thinkstore.Simply download the solution, generate, execute and start the application via the Universal GUI.The solution is available under the name ‘Forecasting’The example applicationSince the model in the Thinkstore is shipped with some example data, so you can try it out right away.You will be prompted with a single menu item that shows a small list of articles with article sales for the last year.The application is shipped with some example dataClicking Predict sales for the next 30 days will generate a prediction of upcoming sales, as well as set the date on which stock may become critical.Sales prediction for this articleImpact of the sales on the current stock. We run out within 27 days!Information about the confi
What could be causing the Captcha entry to keep repeating when using the "Forgot Password" link?As a result, users are unable to create a new password.
Dear community,At Vezet we want to build some user logging functionality. However, we ran into an issue with the order_no's of the templates which handle the atomic transaction. Below is an example:We want to weave functionality between tasks_start and transaction_start. This is impossible because there is no INT value between 1 and 2. We also want to weave functionality(a finally block of some sorts) between 99999 and 100000, this is also impossible. We can edit the control_procedure of sql_tasks to change these order_no's but because it's copied from a base project it resets after a generate. We can change the base project but this causes problems everytime we upgrade to a new version of the Software Factory. What is the best solution for this issue?
hi,I've created a editable cube based on a view and by configuring the extender to make it an editable cube.Now I'd like to mark a certain selection of data-fields as read-only.Usually this is possible by creating a layout procedure, so this is what I did for the view where the cube is based on.But for some reason the view is working is expected, but for the cube all fields stay editable.Does someone maybe know if the layout-logic will also be executed when running a cube ?SF version is 2021.3.Thanks.best regards,Cyril
When I look at the Work status of my current sprint I see a couple of very thin bars at the very right of the graphic.It uses a timescale that start somewhere in the distant past.How do I make it use the start date and end date of my Iteration for the timescale?(SF version 2023.1)
Is it possible to disable the main subject in the combined filter when changing to details?Since you already have the main subject in the combined filter we don’t want to search on it again when changing to the details. Is it possible to disable this? Reason we want to disable it is to keep the search queries as small as possible to improve wait times.
I am working on the following: a user should be able to choose a date when an employee is inactive. I want the user to be notified in case a date is chosen which is more than 3 months ago. I want this notification to appear the moment the user leaves the date field. Displaying the message happens, just not at the right time. Instead of the message appearing the moment after you choose the date, the message already appears when you scroll through the calendar and go back further than 3 months. Can someone explain what could possibly be going wrong here? When scrolling back, the message appears. It’s hidden behind the calender. The code in my default
Currently Universal seems to preview only the first preview-able column in the table (the PDF in the screenshot below) and just shows this column twice. There is a second column (right under this pdf column) that holds an URL that should be previewed as well. Current behaviour of the preview component in UniversalWhy does Universal show the same column twice and not look for a second preview-able column in a table? Is there a way to preview both an URL and a PDF?
This might be a bit of a bug. If i adjust the lookup from combo to suggestion contains instead of the drop down box we get the magnifying glass as lookup button. But it is only visible when the field is a certain number of pixels wide. If we change the field lookup to suggestion contains, should the field be auto set wider? or should the lookup button always be visible, with a bit of space to click for typing as well?Example: https://imgur.com/DqXLDyZ
I've noticed that if you use the group-labels on the grid, the No. of fields locked stops working. Is there a reason for this or a bug to be squashed?
In the Windows GUI, a user can switch between menus by right-clicking in the left-hand sidebar and selecting a different menu.In Indicium, according to the Thinkwise docs, there is a single endpoint to get the metadata (or OpenAPI spec) for an entire application.In our case however, the metadata is massive (the response body was 700+ MB).We have defined a separate menu in the SF, containing views, tables and functions we want to expose to a public-facing API.Would there be a way to only get the metadata or specs for that specific menu? Currently, we are managing model updates and exposed endpoints by hand and are actively looking for a maintainable alternative.Should anything be unclear, please do let me know!Thanks in advance!
Hey all,this is a part of my processflow and it fails when i try to preview the report after i press execute, i am greeted with this: Any idea what could be causing the issue?
Recently we’ve upgraded our Test- and Staging environments in Azure to Indicium 2023.1.15 and Universal GUI 2023.1.15.1 and enabled the Extended Property RefreshOnDocumentSwitch = Yes as described in the release notes of Universal GUI 2023.1.15Release Notes Universal GUI 2023.1.15 | Refresh on revisiting a page or tabHowever, we don't see any refreshed data when a user revisits the opened document in the menu.Are we missing something? Any help would be appreciated. PS: We have disabled ‘Show Open Documents’ in the software factory, so we don't show the open documents in the menu.
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.