Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
In the process flow definition (of SF 2021.1) two settings are available for an API configuration: API switch and API alias. Our assumption is that these fields need to be configured to start the process flow as an API (Indicium Universal). However when trying to POST to the API alias we receive a 404 (not found) error. Posting (via Insomnia) to the original process flow name as an API does work. What is the purpose of these API fields?
After importing changes in a program object from SSMS back into TSF I get the following message:What does this mean? Why do I get it? And should I be worried?PS I only seem to get it when there are multiple templates in a single control procedure and have multiple program objects in that control procedure.PPS Working in 2021.1 from 20210111
I'm trying to implement the Drop External Row task in a calendar view (scheduler). When I look at the documentation, I can find the fields for the drop_date and the resource_id (see below), but I can't find the field for the name of the task. What name should I use?
Dear community members, We want to make it as easy as possible for our community members to post their questions and stay informed of new features and updates. Therefore, we are moving to a simpler community structure.First of all, the general information about how our Community works in terms of functionalities is moved to Knowledge Base. This can be seen via the community menu. Also, our showcase application Insights has also been moved there.Community menuWhat will the structure look like?CategoryThinkwise Platform: SubforumsQuestions & Conversations News & Updates Roadmap Inspiration roomWhat can you find by subforum? Questions & Conversations All questions and conversations about the Thinkwise Platform.These can be questions about the Software Factory (SF), Intelligent Application Manager (IAM), Graphical User Interfaces, but also about e-learning, documentation and community. News & UpdatesNews and updates on new features or developments and our release notes reg
Is there any documentation available explaining how to upload files via Indicium (rel. 2021.1.10).In Fidler I see that a different mechanism is now used, which uses the content-Type: application / octet-stream.How can I get that done from an external application?
Hi, Is it possible to filter a dropdown (lookup) on a result from another dropdown in the same form? I have a form for a ticket. On this form I have a dropdown with departments. When I choose a department, I would like to filter the next dropdown with employees for the selected department. When I use a reference with department_id and employee_id, then the dropdown depends too much on the departments. I want to have a dropdown with all employees if I don’t select a department. Is this possible with a reference, filter, view?Can anyone help me?
In a form I have multiple columns. Behind the field I want to place a question-mark or information-button that leads to column specific help information.How do I do this?
In our application there is a task “Importeren calculatiebestand (CUF-XML)” that should create a master record and multiple detail records based on the given task parameters. The master record will be created based on the information underneath the header “Standaard optie” and the detail records should be created based on the content of the XML file. The XML data is imported with the following code: EXEC (' INSERT INTO import_xml ( guid, bron, xml_data, volledige_bestandsnaam, ingevoerd_op, ingevoerd_door, gewijzigd_op, gewijzigd_door ) SELECT ''' + @import_xml_guid + ''', ''CUF'', xmldata, ''' + @bestand + ''', ''' + @datum_tekst + ''', ''' + @gebruikersnaam + ''', ''' + @datum_tekst + ''', ''' + @gebruikersnaam + ''' FROM ( SELECT * FROM OPENROWSET (BULK ''' + @bestand + ''' , SINGLE_BLOB) AS
A client asked me if it is possible to change the width of the task popup in universal.Because I’ve not worked with universal yet, I’d like to ask the question here.
How do I build a wizard in TSF?
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?
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.