Ask a question or have a conversation about the Thinkwise Platform
Recently active
In the 2020.2 version subnames can only be approved. They cannot be disapproved or rejected. Or am I looking in a wrong page?I’m in the validation subject in the menu validation tab subnames.There’s only a task approve?
I have recorded two test cases:Add a specific record; Remove a specific record.The first one is no problem, but the second one wants to remove another record.While recording I've included a step for filtering for that specific record before removing it. It seems that this filtering step is not recorded and reproduced.Two questions:Why is filtering not recorded? How to remove a specific record if you're not able to filter on it?
If I open the Universal GUI (2021.1.12) and IAM is the top most application it automatically switches to dark mode. The dark mode then also applies for other applications. It also applies for the next login session. Why is this, and how can I disable it? This is very annoying. The login dialog is the next time also in dark mode, which is very confusing for some end users.
We've recently updated to SF2021.1 and I noticed the following validation continiously returned:Even when I approved the translations, merged to trunk, created a new branch from the trunk, the new branch also contains this message. I found out the translations are not approved in the base project “GUI_TRANSL”. Is it save to approve them there? I didn't expect to approve new translations according to the upgrade blog. https://docs.thinkwisesoftware.com/blog/2020/11/26/2021_1.html#upgrade-validations
Hi,I'm trying to set a domain (TINYINT) to a min value of 1 and a max value of 99: https://www.screencast.com/t/zJI2tiePHow does this work in the background? I cannot find any references in the deployment source code and when I do an Update Model in app I can still fill in a value of 0 without getting any error.Any ideas on what I'm missing here?
Can i change in the row with drag and drop?
Some columns in a layout procedure of a task are set to “Hide outside form” (<column>_type = 3). This works fine in the Windows GUI, but in the web GUI this is not working. Allthough the columns are not visible, the space in the form is still claimed. This results in very strange forms!Windows GUI 2019.2.17 (this is how it should be):Web GUI 2020.1.14 (strange form like this):Is this a bug?
I have a task with the multirow task execution feature. I noticed the xml variable in the default logic is empty. I really could use it when the user changes an input parameter that applies on all the selected records. Is it intended that this value in the default is empty?
Is it possible to refresh after drag and drop and not auto refresh after certain time?
Running tasks menu screenWhen you run a task in the background, the GUI comes with the running tasks pop-up window. This is very annoying for the users. This change seems to happen from 2020.2.10 and higher versions. How can this be turned off? I tried different GUI-versions, right now we are using the newest available GUI (2020.2.15).
Hi,Is there a way to show which visual object uses which process action? Currently I cannot see which one is which because they all have the same name (Convert JSON to XML) :Also - selecting a visual object does not hilite the process action in the left pane - can I turn that on somewhere?rgds Ricky
Hello everyone,For Main menu I have selectd type Listbar (see picture 1). When I start the application there is the listbar with menu items on the left side and a empty grey area beside the listbar (see picture 2). What I'm looking to accomplish is to put menu tiles(for example: see picture 3) on the grey area let's say most used menu items, but the listbar has to stay and the tiles show beside the listbar on the grey area.Is this possible ? Kind Regards,Timothy picture 1----------------picture 2picture 3
In the SF you can create a subroutine procedure to create a non-gui task. However, you can also create a task and not create a table task for it. I was wondering in what situation one would use a subroutine procedure over a task without a table task? When using subroutines there are some disadvantages. There are 2 places you need to maintain the logic (in tasks and in subroutines). Functionality can not be shared between tasks and subroutines. Subroutines can not be added to the gui or a process flow. This sometimes leads to new placeholder tasks to give the subroutine some GUI functionality. So therefore i'm wondering what is the added value of the subroutine procedure?
From outside the scheduler (e.g. grid with an appointment date) I want to be able to set the date for the date picker. The scheduler (calendar) should show the tasks for that date.I still want to be able to scroll through the calendar and see all tasks and not only the tasks for that date. How can I achieve this?
When you setup your Universal GUI to startup using the Software Factory by default no translations are being loaded.I would like to be able to display my translations when starting the Universal GUI while using the Software Factory as a source. I have seen other people being able to set this up but do not know how.How can you set this up?
We've noticed that loading a DevExpress Report for the first time on the Web GUI hosted on Azure takes a long time (~15 seconds up to some times ~60 seconds) compared with the second time (~4 seconds). We’ve enabled Always on, but it doesn't seem to remember.What does affect this first loading time? And how can we prevent it so it doesn't take 15 seconds for the first user?Is it somehow daily cached, or after a certain amount of time? We see that it only takes a long time to open the first report (i.e. purchase_order), if you open another report also for the first time (i.e. invoice), this is around 4 seconds.We’d like to hear more about the possibilities to improve the user experience, Best Regards,René
Indicium not starting to latest 2021.1.14 due to below error:2021-02-08T10:30:01.5357295+02:00 [err] Process action 'http_connector' was not provided a (valid) value for its 'URL' parameter. (0680995c)2021-02-08T10:33:56.5062574+02:00 [ftl] Application startup exception (6c57a5ba)System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information. at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence) at System.Reflection.Assembly.LoadFile(String path) at Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute.GetRelatedAssemblies(Assembly assembly,
How can i set an icon for a specific application in the Universal GUI? I've tried to set an icon through IAM → Applications → Form → Icon, but still the default icon is shown.With application icon i mean the icons shown below:Icon in applicationIcon in browser tab
Bij @usr_action_type_id = 'form_addrow', krijg ik wel de default, kunnen we ook de default instellen bij@usr_action_type_id = 'form_editrow' ? Edit by moderator:At @usr_action_type_id = 'form_addrow', I do get the default, can we also set the default at@usr_action_type_id = 'form_editrow' ?
Am I correct to assume that OpenID only works with Universal and not for the Web GUI?
I made a process flow with (only) a message with options so I can define the actions depending on the user’s response.How does this process flow start? I presumed I could just use the message in my code and trigger the process flow with that but it doesn’t work.I want to use it in a default procedure in which I want to send a warning before deleting a row in another table. In this warning I ask ‘ are you sure?’ . When the answer is no, the process stops.It seems I cannot define a starting point in the process flow. When I use the message now, I don’t get the options in it.It has to be simple isn’t it…...if you know what to do 🙂?
It is possible to add a tooltip or help text to a message translation. I want to use this to give an explanation or to show the possible reasons. How could I do this? Does the GUI support it?
I'm trying to configure an Azure App Service that uses the OpenID possibility of IAM to authenticate users. The app service is a website with static content and should be protected using an OpenID Connect provider:https://docs.microsoft.com/en-us/azure/app-service/configure-authentication-provider-openid-connectI’ve tried to set this up, but I struggle with both the configuration in Azure and in IAM.When I use the example document from Microsoft documentation (below) from Apple ID it does redirect me to the Apple ID login page, on which I assume should work when correctly set up;{ "platform": { "enabled": true }, "globalValidation": { "redirectToProvider": "apple", "unauthenticatedClientAction": "RedirectToLoginPage" }, "identityProviders": { "openIdConnectProviders": { "apple": { "registration": { "clientId": "com.contoso.example.client", "clientCredential": {
As in subject: since expression fields are not implemented on the database, why are they defined in the datamodel section of the SF, instead of in the subject section?
Hi,Currently you have to manually press F5 to see any changes made to a certain appointment/task. For example when a status change occurs the color of the appointment/task bar changes. Stuff like that. Is it possible to refresh the data (appointments/tasks) in the Resource Scheduler in a given interval? Just like the auto-refresh in subjects, but specifically for the scheduler. Using the auto-refresh in subjects in this situation isn't an option because it refreshes the whole document instead of the scheduler itself. I haven't found anything in the scheduler extender, but after a little search I've come across this in the devexpress documentation:https://docs.devexpress.com/WindowsForms/DevExpress.XtraScheduler.SchedulerControl.RefreshDataThat sounds promising, but it's currently not enabled I don't think.Thanks
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.