Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
Hi all,We have created a procces flow with a trigger on Edit Row. This to verify if some fields are modified, we check some things in the background. Anyway, in Windows this is all good. However, on WEB we have an unexpected issue (but it could be caused by something else...) Our table is spread on 3 tabs, but when you edit, and switch to another tab, Edit is closed (and all is saved). But I want to be able to edit all tabs, and this Auto saves/closing the Edit mode is annoying for our users. The process flow that might cause this:Is this the expected behaviour for a process flow on Edit Row in Web? Or is something else going on? Anyone shine a light on this? Much appreciated! Alex
I'm trying to include a formatted tooltip on a translation. I've seen that HTML-formatting is (or at least was) possible. Unfortunately in my current environment (2021.1 and Windows GUI) this doesn't seem to work.Tooltip in actionJust tried to include </br>, which result is better, but still not an unordered list:Am open to receive suggestions to formatting (un)ordered lists.And if not all formatting is supported to know which ones are.
Hi,The requirement is simple.We have a view where we need to display a note on the screen for the usage of our buttons Tasks.The buttons tasks themselves are only an icon, taken from googles material.io .The note itself is a field of HTML domain and we placed the below:<p>Please contact us <i class="material-icons">contact_mail</i> if having second thoughts on approved <i class="material-icons">thumb_up</i> or disapproved <i class="material-icons">thumb_down</i> planning </p>The result should be something like this:In order to load the images in the note field, we added in the index.html header of the Universal GUI the line as instructed of:<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> In order for the images be incorporated within the text as shown in the image above. Unfortunately it is blocked. Any idea why ?
Hi,I am struggling with my first resource scheduler. For a new project I have created the necessary tables for the Resources and the Tasks/Appointments, as described in the Documentation (Resource Scheduler · Thinkwise Docs (thinkwisesoftware.com).So far so good, I have the tasks visible:But I can’t resize, move or double click the appointment, nothing happens. It look likes the scheduler is in Read only or something.These are my Extender settings, and I have also created a Task in the Model for the Resize-action.Resource settingsTask settingsResize actionResize taskScreentypeWhat have I forgotten or did I do wrong? The SF version is 2019.2.
Good afternoon, I am trying to integrate Hotjar with the web application we have built using the Software Factory.Hotjar records user sessions which in its turn can be used to analyze these sessions.In order to make this work, we had to put a Javascipt code snippet into the <head> tag.All well, until I started to take a look at the recordings: the CSS in these recordings is all messed up after users have logged into our application. In other words, the recording seems to be fine up until the moment users have logged in.I have contacted their support department and they claim that I have to whitelist their IP and/or a particular domain (namely insights.hotjar.com). However, to me this seems to be a strange solution as the log-in screen appears fine in the recordings. P.S. I am not talking about the heatmaps that Hotjar offer (of which I already know that it isn't compatible with SPA's; https://community.thinkwisesoftware.com/development-13/heatmaps-851), but I am referring to the
Hi everyone, I have an app with Shipments. However, the client will work on multiple shipments at once. With Ctrl-Click I can open several Tabs. Each tab contains a Shipment. Is it possible to set a default that when Shipment is clicked, it opens in a new Tab? Would be a simple but user friendly function. So I feel it should be possible, but I cannot find it. Any thoughts on this? Thnx!
Hi,Any change this will be supported on web in the near future? Alex
As far as i can see, there is no option in the SF to define default values for subroutine parameters. When a default value could be defined they become an optional parameter in SQL server. Could this be an idea to add to the SF? The advantage is that you don’t have to define all parameters when calling a subroutine.Or what should be the reason that this option is not available?Or did I miss something and can it be done?
Hi,How is the auto-save property working in a detail form?I have enabled it for a subject, but the update is not triggered after changing values for some field(s). I've scenario, that I have to fill certain field, to save it and then a next field having a dropdown gives proper filtered list (based on a view). Thanks in advance!
Wanted to ask if there is currently in the plans, or if it is working already to have the Database of the SF in Azure SQL ? A Goal we want to achieve, is to move everything to Azure, and as a first step just wanted to know from DB POV.From GUI POV I suppose an on-premise machine or Azure VM is still needed and required.
Is it possible to use a scheduled process flow in Universal to refresh a table variant? I want to auto refresh a table variant using an interval, but i can't get this working. The "Auto refresh” functionality on the subject is also not working. That should be the normal way to do this, but i think this isn't implemented in Universal yet?I'm using Universal 2021.1.10.0.
I want to order the columns in the "Searching in” section when using the search bar in Universal. How can i achieve this? It is possible to order columns in the data model, but primary key columns must stay at the top of the table. So i can't order the columns as i want.Search bar with "Searching in” section
This is an Archived topic. The solution is available in the Thinkstore inside the Software Factory.GoalSending emails from within your application is a common feature and can be implemented in many ways. However the traceability of sending emails from your application is often difficult. Therefor it is very usefully to gain some insights into which emails have been sent to whom and whether the email has exactly been sent. This topic demonstrates a basic setup for gaining insight into your email traffic. SolutionFirst of you will have to set up some tables. This example will also contain tables used by the Thinkwise Reporting Service. This topic will allow you to email attachments created by the Thinkwise Reporting Service. This topic will not explain how the configure sending emails with a template. If you would to know how to do that, look at this topic: Example email module. Create the following tables (if you do not use the Thinkwise Reporting Service, ignore the reporting_service_r
Hi all,Is it possible to set a tab page title based on context? Example; Open Table Account - Select Account. The tab shows the account name. So what I currrently display on the red line - I want to display this on the green line. I thought i saw this somewhere, but now.. I cannot find it.
The documentation is not very clear about conditional layouts in a cube view. I added a special column ‘conditional_layout_ind’ in a view for conditional formatting. The values of this column can be 1, 2 or 3. For the cube field of this column, I specified summary type ‘Minimum’. Now I want to have a conditional layout on the cube field ‘quantity’ based on the (minimum) value of cube field ‘conditional_layout_ind’ (e.g. Equal to 1).This does not always work well and I don't know why. But if I drag the cube field ‘conditonal_layout_ind’ into the values area, I get more cells colored.The problem is, I don't want to have the ‘conditional_layout_ind’ in the cube view.How can I achieve conditonal formatting for this cube view?
Dear Thinkwise,I succesfully did the upgrade to the newest universal gui 2021.1.10 on my azure web app. I checked if there where some hotfixes for the IAM or the SF fortunaly there where none. I am just trying to add a new record so i am doing a post request and I get an internal server error (500). This is the error that i get: Internal server errorThe get methods works fine.I synced my SF to the IAM this was also succesful and on the windows enviroment connected to the sf or IAM database it works how its supposed to be .I hope u can help me for a solution.Kind regards,Romario
I’ve got some fields indicating an integer “Quantity”, and they have a min/max value to prevent excessive user input. For example a purchase order line quantity or a stock / inventory quantity.The problem is the following (animated gif):There is not really a restriction on the integer field, in contradiction to the numeric field. If you press and hold “9” for a while it will fill up and when tabbing to the next field it's cleared (unless it's lower than int.maxvalue).If you do the same in a numeric(4,0) field it stops after 4 times 9. In a user point of view this is more friendly: The user knows exactly what the limit is, therefore developing a default / layout concept is not necessary.If you do develop a default for the integer field, it won't be executed when the value is passed int.maxvalue. That is unclear for our users if you want to warn them about the excessive number.Thing is we don't want to bother our end users with a ‘random’ clear of a field value. We could solve this by r
Hi all,I have set up the report generator, which is great. I also have an upload to Azure (developed outside of SF) which updates my Db with an online path to the file in the cloud. All is good. When a client creates a pdf (e.g. an invoice) with a task.The following happens; click task → insert in Table Rpt_queue → file is made. → File is pickup by magic → uploaded to Azure → File path is inserted in an extra column in the rpt_queue. An update trigger fires and send the file back to the source table (e.g. invoices) AND to a table 'Document Pool’. The document pool is where we collect ALL files on this account. Invoices, reports, bills, contract, etc. Anything generated? → boom, in the document pool. So, after the task has fired, we use a process flow to open this document pool in a new tab. All good. HOWEVER, due to the time it takes to generate and handle the file, the doc.pool is not updated yet. This takes on avarage 20secs. Is it possible to either delay to process flow with 20se
I can’t figure out what’s going on here, but the tile menu items are indicated as not translated, while they are translated for sure. For the subjects the translations are given correctly..The first screenshot is the menu. The second screenshot is when opening [werk_rapport]. There you see in the top of the figure the translated words ‘werkrapport’ ‘werkrapporten’ ‘alles van datum’ etc. No [ … ] term to see. But on the menu they are all in [...]. We use this menu for about 2 years now so all terms are translated. But after upgrading to the 2020.2 SF I see this behaviour. I tried several things in the application but was not able to fix this. Anyone an idea?
Has anyone seen this when setting an svg file as Tile image OR as icon. I want to show a SVG icon ina task in a (mobile) Tile menu but then this happens.I have changed all the other icons to SVG and that works fine. (However I did not figure out how to change the color)But when stting an icon on a task the file content is shown in the APP. Not the icon??
In the blog “New in Universal (dec 2020): More process flows actions, install as PWA, form column settings and more improvements” Erik mentioned “The form in task and report popups listens to the SF setting for Number of cols in form”. Looks like we’re experiencing some sort of bug, because using Universal 1.8 we only get all the fields in 1 column….Changing the setting to 2 gives an expected result in the Windows GUI, but Universal keeps using only 1 column…When the number is set to 2 it looks like the form starts with 2 columns and then switches back to 1 column (in a split second).I've tested this situation (and experienced the problem) using Edge and Chrome.
I am wondering whether there is a limit to the number of applications per IAM?
I've noticed the following ‘error’ in the Indicium logs (2021.1.10, but also older versions);2020-12-29T09:11:01.7549972+01:00 [ERR] Unable to execute the AutoML get training options connector. The AutoML service URL is missing.We don't use AutoML and can't remember we've configured or touched something in the SF. Why is it filling the log files with such lines? What can we do to solve this error? I want the log files to be clean.
I created a process flow and have tested this with an initial task. This initial task doesn't have any code attached to it. Starting this process through this task works.Now I want to start this process flow by pressing a key-combination.After updating the model (from within the windows desktop application), this key-combination does not seem to work. Also tried Ctrs-Shift-Alt-H combination with the same result.Is there something else that I should be doing in order to start this process flow?
First time I have need for a deployment after upgrading to 2021.1.During smart generation of the source code, there is a problem with writing Groups to disk. I get the following error-message:The Program objects are written to their usual place (D:\thinkwise\projects\<project-name>\<version>\Source_code\Program_objects.Have already created an issue at tcp.Any ideas that help me continue this deployment are welcome. Want to add at least a new domain and column.
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.