Ask a question or have a conversation about the Thinkwise Platform
Recently active
In current browsers you can use multiple tabblad. This meand you can login into the thinkwise platform with several usersSituationTabblad 1 login of thinkwise in universal GUITabblad 2 login of thinkwise in universal GUIActionTabblad 1: login as user1 and press loginResult user1 is logged in Next ActionTabblad 2 : login as user2 and press loginResult user1 is logged in and not user2Logout on tabblad 2 and login as user2 => result is that user2 is now logged in
Hello!When adding/uploading documents via form the application go back to the previous directory. When we do the same with ‘Add in grid’ option, then we must select the correct directory every time. Now it is very inefficient and time-consuming when adding multiple documents.Is this a (known)bug?Is there a workaround different than using the form upload option? Windows GUI 2023.1.11.0Domain: nvarchar(500), control: File upload
Hello,It is possible to filter a drop-down based on another column value from the same table ,value that the user will enter during the edit mode in the form ?
Our mechanics would like to make photos on site when machines are malfunctioning. Is there a possibility in the UGUI to activate the camera and choose a (server)location where to store the photo. Or use storage location where to find the photo ?
Is there already a method to show a hourglass or progress bar while executing a process flow that is started with a task or table task?
In the new Universal release I’ve read that tabs now have Icons, however I’m wondering to what extend we can influence this behavior?Can we determine which screentypes shows the icons? Can we determine if a table should show its icon as tab icon? Can we only show an icon and not the tab title?I did some digging in the SF/documentation but I could not found any settings to configure this, could anyone tell me what’s possible and how to implement this in the SF?
We are converting a current Crystal Reports report into DevExpress Report Designer. However, in CR I was using a standard formula if PageNumber <> 1 then formula = true to show our company logo only on the main page and a smaller logo on the remaining pages.Supress company logo on pages unequal to 1For the PageHeader in DevExpress, the Print on can be applied where "Not with Report Header" can be selected. However, this does not apply to the large company logo because it is in the ReportHeader. Here I would like to use a similar formula to suppress it for page numbering unequal to 1.On the Internet I came across that a formula PageCount() = [SpecificPageNumber] should exist, however, it does not seem to be available in the downloaded DevExpress variant of TCP.PageCount() = [SpecifiekPaginaNummer]What is the best solution for in DevExpress?
Good afternoon,We would like to show a message with a link to a user agreement on a user's first log-in and if they do not accept this agreement, we would like to automatically log them out.Is there a way to make this happen through a process flow?
Hi, Last week I had some issues with a deployment (outside of SF). Because of that I had to delete the latest version, and my merge session with it. My work was still in my branch. Now when I want to merge my branch into main, there is no Origin Model version. When I select other branches (that work fine - merging both ways) - it is set. I assume this is the problem for my error “The INSERT statement conflicted with the FOREIGN KEY constraint "ref_model_vrs_merge_session". The conflict occurred in database "ITP_SF", table "dbo.model_vrs".” It would be very, very nice to not loose the branch since there is quite some work in it. Any advice is welcome! Blommetje
So I got myself a few screens that are attached to a subject. Some extra screentypes are available through the user preferences and some are not (sometimes(don’t know why, but that may be for later)).I start my application, fresh model load served by Indicium Basic, and load a screen in my fresh 2023.2.12.0 WinGui version - the default screentype as saved on the subject is presented, that’s nice.I drop the dropdown for other screentypes and I got 3 extra listed. I changed my mind and I’m not going to switch screentypes and jump to another screen.I drop the dropdown for other screentypes and i got 3 extra listed. I changed my mind and I’m not going to switch screentypes and jump to the previous screen. I drop the dropdown for other screentypes and I got nothing extra listed. Wait, what?Probably the extra 3 listed were illegal in the first place, but let’s be bold, what will happen if I choose one of them: Well as long as I stay in the screen, I can go back to the original screentype, bu
Hi. In the documentation it states that you can do a GET /iam/app/subject?$prefilter=pre_filter .. however these are not applied. Does this only work for specific pre-filters?Basically I want to get the results of a variant of a subject. is it possible to get the results of a variant directly via an oData API call?
Hello! I'm trying to implement a chart in Universal. Unfortunately I get the message: 'This chart type is not supported'. In the Windows gui it does show the charts. Is there an overview somewhere of which chart types are supported?
Hello, I have implemented a drag and drop task with a template code .We have followed the instructions to be on the last version : Universal GUI 2023.2.12 BETA and configurate the config.json file. At this moment we are having a forbidden sign when we are trying to select a row from the source table ,also when we try to drop it to the receiving table .How can we fix that ? What is the cause of this issues ? Forbidden action Thank you in advanced!
Hello!Is it possible to add a hashed, salt and algorithm for a password directly from an http connector?I have a hashed password process action. and a connector with a PATCH to update the following things. It doesn't seem to work and i get a 500 error. In postman it says that it is created, but it is not. Could you please help me handle this?
Hello! I am trying to insert an authentication type IAM user in the iam with a POST method in an http connector and it gives me a 403 error. If I try to insert an RDBMS user with the same http connector it is working. If I am adding the user by hand or from the ssms it is also working. Is it something from how the iam is built? Because i am using an admin account with all the permissions granted.
Do you need to use t1 with the calculated column type? I have the following calculated field code : btw_percentage / 100 + 1.00However when I tried to add t1. to it. The database gave an error. But the code as it is written above doesn't work.Does anyone know how to handle this?
Hello,How can you make drag and drop functionality work in Universal GUI? Thank you !
How to solve this this error message? Invalid signature
In the release notes for 2023.12 b1.0 is stated that the import wizard is being built. Can you give any information in how this wizard will work exactly? We're very eager to try this.Can we for example configure that the imported data contains column/data translations/ids or specify the used tab page in the excel? Just as is already built in the Windows gui?Thanks.
My treeview menu currently looks like this: https://i.imgur.com/AG7hmRh.pngYou can see that icons with a subicon do not change color. I’ve double-checked that they are indeed SVG files: https://i.imgur.com/kzGTxQb.pngEven when I target them very specifically using CSS, they won’t change color: https://i.imgur.com/6bpL4YC.png Is there anybody who knows why this is happening and/or how to fix this? Thanks!(For some reason I was unable to upload images/files, that’s why there are imgur links)
Hi I have a task in my application that takes a long time to complete and times out in the universal GUI. Since it was part of a process flow I assumed it had to wait for the task to finish to send the user to the result of the task. Now we have decided to turn it into a background task that does not send the user anywhere and is not contained in a process flow. We switched the setting await result to “no” but it seems the universal GUI does not pick up this setting since it still opens the loading window and times out after some time. Setting in SFTask is pendingNow the only thing I can still think of is that it is a task as a menu item could that be blocking the await result option? Or does await result not work in Universal GUI if so are there any workaround i can use?
We are using OpenID connect with User provisioning enabled. When a new (previously unknown) user logs on with OpenID Connect, a user record is created and based on the template, automatically assigned to a guest group. This guest group has a startup object with a task that initiates a registration process. The user has to add some additional information and submit this information to be validated by a backoffice system. The backoffice system validates and if valid, removes the user from the quest group and assigns the user to a member group. The user can now logon and gets the menu and functionality of a member.What happens however is that the provisioning functionality not only assigns the defined user group on creation of a new user, but also on any subsequent log on. So the guest group, while deleted through the API, is assigned again and with that the registration flow is started as well.My question: is there a way to have a process started only once based on provisioning? An addit
Hi, We generate some XML files for a financial interface. These XML files are generated by a Scheduled Process flow. On a daily basis this averages on about 40 files. These files are saved in a Azure File storage. However, our client has a shared disk in the company network, where a File Handler is scanning a set folder. When a XML is in this folder, it is uploaded to the Financial Interface, Currently, the end user has to download these XML files manually, and place them in the shared drive.We want to automate this process, so that the end-user has no longer to this. These files cannot be zipped, but must be 40 separate files written to this shared drive. What would be the best way to achieve this? Any advice in the right direction is very welcome. Regards, Blommetje
IntroductionThe Software Factory provides a menu item where it is possible to access screens related to a large part of your model, named “Model content” (formerly “Full model”).Because these screens are not shown in the context of a particular process, all available data in the screen is shown. This results in a lot of tab pages that display a lot of information.These screens are also present on another place in the SF, where the are optimized for the process they are part of. Think of:Data model > Tables: when you want to create a new table. At this stage you don't need to worry about the UI aspects of the table. User interface > Screen types: when you want to change a screen type. This screen contains a handy designer which can be used to visualize what your screen will look like. Processes > Tasks: when you want to introduce a variant for a task. The screen type here is set up hierarchically, which means there will be enough space to work with when a variant is introduced.
As developer we are given some data model table types, namely making a Table, a View or a Snapshot. In the documentation it only says "In a snapshot, just as in a view, data from one or more tables can be combined, though in a snapshot this data is actually saved." I am unsure how to use it and do not really have the time to experiment with it. Is there someone that can show me what a Snapshot is, what it does, how to set it up (in depth preferably) and what advantages (and maybe disadvantages) it has? Thanks in advance!
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.