Propose your fantastic ideas regarding the Thinkwise Platform to our Product Team.
Users are able to upload images using a field with the control ‘Image upload’. When a user selects an image only the filename is show.The image is only visible after saving the record (in display mode). Adding a record Displaying the same record after saving We like to see the uploaded image during add/edit mode and not the filename.
We use Microsoft OpenID connect with and works fine, with one “but”….. it is not possible to create Indicium/IAM logins for Microsoft Accounts without adding them into our own Microsoft 365 tenant? Like you do with Google OpenID connect?Power users can create IAM users with for example a hotmail or outlook.com email addresses. When these users login with Microsoft Open ID connect on our Indicium login is possible and get this “error”When we create Azure AD guest users for these accounts to login is possible. But we do not want use our tenant for IAM app logins. Technically it’s possible when you use “COMMON” , see: Microsoft identity platform en OpenID Verbinding maken protocol - Microsoft identity platform | Microsoft Docs
As we manage our ICT authorization centrally via Active Directory, we are using Microsoft authentication (local AD) to login in our Thinkwise application.There are quite some users who don't have a Windows device but only a mobile to device with the Thinkwise application (Universal UI) to login with the AD-user.When the AD-user password expires, the user can't login anymore.It would be great if Thinkwise could:determine if a Windows password has expired (display expiration info instead of a unable to login) create a “Change password” functionality for Windows authenticated users
I would like to see an option to have data entry masks for formatted numbers and texts… In Brazil there are some very important ones that exists in all software created. Such as CPF (000.000.000-00) and CNPJ number (00.000.000/0000-00), but also telephones and numerous categorizations that usually are stored as numbers and just need a proper mask to be shown in the correct way. I know ways to achieve this with additional expression field, but a good masking system would help a lot with data entry and data visualization without having to store a numeric filed as a text field.
Based on a Question that was asked one year ago(see above), I was wondering if there was any possibility this feature can become reality? In my customer-case I want to make the resource_scheduler bigger in the row-height per resource and in addition I want to display images that reference to a profile-picture of the given resource, but can also reference to a parent resource which is (in my case) a catagory. The adjustable row_height for resources gives me the possibility to display more details of the task description(name). And the supported image possibility gives the customer a friendlier/nicer user experience .It also consists with our card list display that is currently available for the universal GUI.resource_scheduler(current)card-list (universal-gui)
Hi,Wouldn’t it be nice if there was a setting to set the timeout of a step of a process flow or the process flow itself as a whole?If I try to run a very time consuming Process flow I get my application hang and need to refresh the page to continue using it, despite the error the process flow will continue executing in the background in (Indicium). Any clicks are helpful...
Some clients use different webpages for different situations, for example situations where there's a separate page for a specific symposium in a specific year and another page for the same event but a year later. In these situations it would be very beneficial if they could set up the look and feel of that page in one Indicium i.e. determining the background of the page dynamically based on the source of the request.In the current situation it is possible to do this by setting up multiple Indiciums (Indicia?) next to eachother and editing the logo.jpg and background.jpg files with the specific images for the specific situation and editing the styles.css file to use that specific logo and/or background image.However, this results in the client having to manage multiple instances of Indicium, which is not the preferred situation.Perhaps this also relates to the idea posted by Jaap van Beusekom (linked below), but I'm not 100% sure if that is the case. If so, feel free to link the two ideas :)
The order and width etc is now defined in subject-components-grid or form in TSF. When you are adjusting this to your needs you are continuously switching between TSF and the end user test environment. It would save a lot of time if instead of typing in the width etc, there is a sort of screen painter where you see what you get and use your moude to move the order or width of a field etc.
In the Universal interface it is possible to execute a task for a selection of records. It is possible to enable or disable the bulk execution of tasks for the application, but it is not possible to enable or disable this feature per task. in some cases it is dangerous/undesirable to execute the task for multiple records at the same time.
As suggested by Anne in the blog Drag-drop of records, I would like to be able to drag-drop from a cube cell to another cube cell (for example to move a quantity to the next week or to move an item to the next status).
Thanks to the possibility to use embedded HTML pages, the possibilities in user applications become almost endless.This allows us to upload and process multiple files, for example. Think of real-time processing of PDF invoices, msg. files and edit photos.What is still missing, is a possibility to initiate a refresh from the embedded application.I hereby offer to share my solution for uploading files with you to use it for the elaboration of this case.
I’d like to propose an addition to the developer tab on the ribbon menu, helping developers to find some additional information about the record and field they have currently selected.This should be done based on cursor location (i.e. clicking into a certain field). For example in the screenshot below, I am in the Sales order line screen (table) and have selected the customer column.I’d like to see some basic information straight away, rather than going into the debug menu. It could be something like this:
When configuring roles you have the option to also give a role rights to a table, task or report from a higher level. For example from the table detail list you can set a detail available and in the task enable to also assign rights to this table. This feature is implemented on several locations when configuring rights. Assigning rights a table, task or reports this way has a huge issue. It will not allow you to also assign rights to the column/parameters. This will often create the situation that you have assigned rights to the table, task or report, but no rights are assigned to the linked columns/parameter.I would like to have to option when enabling rights to the table, task or report to also assign rights to the columns/reports.
Within applications developped with the Software Factory, there are several area's where data or a formula needs to be checked. Imagine a task that will confirm an order. Usually, you want to check the current status of the order, so that for example, current orders cannot be confirmed twice. Also, you want to help the user, have the right task buttons available, so you apply the same logic to hide the task button, based on current status. Unfortunately, these checks need to be put into two seperate control procedures, once for the task, once for the context procedure. In the worst case, the developer decides to write these checks twice. If he is a bit smarter he writes a specific function in order to test this case and handle the situation accordingly. This would be, for now, also the advice I'd give to people; write a function to test and use this function in both task and context procedure. Bad thing about this approach, is that a developer can forget to do one or the other. I think the Software Factory can enforce these rules, on both context and task procedure. (Could also work for reports) Setup would be quitte easy. 1. Define the rule (i.e. Order needs to be open when confirming) 2. Define input parameters (i.e. sales_order_id) 3. Link rule to tasks (The given rule applies to the linked task) 4. Link message to tasks (This message needs to be sent to the client when failing the check) When this has been set-up, it would lead to automatically generated SQL code in both Task and Context procedure. Task example: if dbo.test_order_open_when_confirming(@sales_order_id) = 0 begin exec tsf_send_message order_not_open, null, 1; end; Context procedure example if dbo.test_order_open_when_confirming(@sales_order_id) = 0 begin set @task_confirm_order_type = 1; end; Please feel free to critisise or elaborate on this idea. I'm curious to what we can come up with!
Hi, To reduce maintance costs and to keep certain people out of our systems we would like to get more control on account logon auditing.We like to have a certain set of features when IAM is used for access control.:To register failed logins (by logging this in IAM) In which it would be nice to get an IP-adress with that failed login. (reverse proxy headers) To set certain lockout threshold (i.e. #of failed logins) To lock accounts when failed logins are over said certain threshold (i.e. 3 failed logins and account is locked) To set the lockout duration (i.e. 15 minutes) where 0 = indefinite lockout rgds, Ricky
When analyzing a ticket or reviewing code it is very hard to find the requirement or work item for a created control procedure. As a work-around some developers place the id of a control procedure in a work item. However, control procedure id’s can change during development or be completely removed. So this creates a mismatch. It would be a nice feature if requirements/work items can be linked to control procedures and vice versa. Shown as a detail tabpage for the requirements, work items and control procedures.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.