Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
Hello, Is it possible to connect the 'GO' button of an android keyboard to the Confirm button of a task? In the attached screen shot I want to connect the blue button with the white arrow on the bottom right of the screen, to the confirm button of the task. (In the screen shot it is the button "Uitvoeren") So when I press the blue button, the task will be executed.
In the releasenotes of SF 2019.1 is mentioned that Table Valued CLR functions are now supported. So I tried to convert a script of a CLR function to the 'Subroutine' option in TSF. The original code sets the 'internal' subroutine id as 'call_web' and the external name as 'CallWeb' If the subroutine is created via the TSF the subroutine_id is used as the internal and external name. When I generate the source code and open the source code file of 'clr_functions' I see the following query: Is is possible to use a different between internal and external names? It feels wrong to use the external C# function name as internal name. The syntax deviates from all other procedure/subroutine names in our project.
Some time ago we have created a branch from our original application. The original application is live. We have merged the trunk project to the branch and we will soon go live with this new/extended application. When we want to create a branch from this branch we receive a message that this is not supported. Since the original application will be obsolete anyway, we would like to 'upgrade' our current branch to trunk. Is this possible and if so, how? We are currently using 2018.3.
Hello Team, I have created a for in which I am taking latitude and longitude as an input. I my grid view I have to show google map according to latitude and longitude . Could you please assist me with google maps ? Regards, Ashwini Anbhore
The processing order in the Reporting Service is a little different than I expected. We insert a bulk of records in the table rapport_queue to have them printed. The documents are printed in a random order. When looking into the table rapport_queue we can see the following: the insert_date_time is in the same order as the ID. But the update_date_time is in a different order. Is it possible to influence the order of processing and or what causes this behaviour? ID insert_date_time update_date_time 133 2019-08-07 12:32:35.843 2019-08-07 12:32:46.263 134 2019-08-07 12:32:35.850 2019-08-07 12:32:44.320 135 2019-08-07 12:32:35.853 2019-08-07 12:32:44.310 136 2019-08-07 12:32:35.860 2019-08-07 12:32:44.277 137 2019-08-07 12:32:35.863 2019-08-07 12:32:46.233 138 2019-08-07 12:32:35.870 2019-08-07 12:32:45.750 139 2019-08-07 12:32:35.877 2019-08-07 12:32:45.757 140 2019-08-07 12:32:35.883 2019-08-07 12:32:45.703 141 2019-08-07 12:32:35.887 2019-08-07 12:32:46.823 FYI: we use the Reporti
We have a form with 'Auto-save form' set to ON. This means when we change a specific column and click on a different document the form will be saved. However, a trigger behind our table executes a tsf_send_message with 'abort' = 0. This message only serves as an info message. We expected that the trigger would continue and the record would be saved. But somehow the tsf_send_message results in a GUI message saying 'The transaction is cancelled'. Followed by: When we set the tsf_send_message to 'abort' = 1 we get a 'Transaction ended in the trigger' error. This is how I expected it to be. In both cases the record that triggers the messages is not saved. If I remove the 'tsf_send_message' from the trigger the record is saved and the trigger is executed correctly. What's going on? 🤔
Recently we noticed that tree labels are always shown in blue. To us this seems to mean like the labels are mandatory, even if in the subject the field is not set to mandatory. The situation where we noticed this, is a tree where all nodes have an icon, but not all nodes have a label, in this situation the empty labels are shown as blue squares which just doesn't feel right.
Today I created a new role in the IAM 2018.2 database of our active application. I also created the groups and users. After applying this new role to the databases I received complaints from other users: many had permission-related errors. After applying their role (again) on the database the errors were solved. My question is: does applying a new role affect other existing roles on the database?
I think it should be called Subscriptions.
I have a list that I would like to sort on a Checkbox column (Datatype = Bit). If I Sort on this Checkbox column by selecting Sort in the Software Factory and give it the Sort order: Ascending, I would expect it to work like that the value 0 comes before the value 1. But what I noticed is that it works the other way round; Ascending works like the checked rows come before the unchecked rows and Descending works like the unchecked rows come before the checked rows. Has this been a conscious decision or does this indeed work the wrong way?
I made a form in which I want to display/hide some fields. After a tab task is executed, some fields has to be made hidden and others have to be displayed by the Layout procedure. This works really well in a Windows form, but in a mobile app this doesn't work. How can I force the Layout procedure to be executed after a tab task in a mobile app?
Last week we upgrade the SF from 2018.02 to 2018.03 and since then we have trouble with the performance. Our application starts normal but when we choose for the first time a (simple) menu-option the waitingtime is more then 6 minutes before it shows a result. The same after every 'refresh model'. Similar problem occurs when we start the SF itself, if freezes about 15 seconds before we can chosse an option. See the screendumps below
Hi, In debug-mode we see every 30 seconds a select executed which we can not seem to influence. The settings in the subject(variant) are not used (please noitice the screendumps) How can we (de)actived this or where can we find this (default??) setting ?
TL;DR: is there an extended property for user application authorization? My development environment and my user application database are seperated by a VPN and distinct active domains, with no username overlap. While developing, I am not running the user application via IAM but directly against the model in the SF. I have restricted access to the user application database, I have no say in the domain user names, or which to use. This precludes windows domain authentication when starting the user application. My work-around is to add an RDBMS-login to my SF database for a corresponding RDBMS-login on the other end. Is that the only way? I can not find an extended property that tells to give a second login pop-up or that allows to define a static user/password combination for the user application.
We want to use 2 factor authentication Our configuration consists of IAM database / Indicium / Windows GUI client The Indicum is in our DMZ en the Windows Gui client makes a connection through the internet (https) with indicium. I've read in https://community.thinkwisesoftware.com/blogs-21/two-factor-authentication-33 that in G9.8 there was no support for 2-factor authentication in combination with the Windows GUI. But time has gone by and I want to ask whether it is now possible for us to use 2-factor authentication in our configuration.
Why are earlier sessions still open? And could this have an impact on the application? We start the application via a Windows GUI with Indicium.
Can anyone explain why table task parameters behave different in cubes? It seems like that task parameters are only passed thru for primary key columns. Or are additional settings required for this?
I am confused on the workings of code history tab on control procedures - templates. The workings seems to differ from one version to another. The way I would expect it to work is like this: The template is created in the trunk, amended in the trunk a day later. The next day a branch is created and the template is amended in the branch. And the next day it is merged back to the trunk. trunk - create the template on 2019-1-1 in version 1.00 trunk - amended the template on 2019-1-2 in version 1.00 branch - amended the template on 2019-1-3 in version 1.00 (branch) trunk - merged the branch back to the trunk on 2019-1-4 in version 1.10 now in the trunk I would expect the following in the code history: insert - trunk - 1.00 - 2019-1-1 update - trunk - 1.00 - 2019-1-2 update - branch - 1.10 - 2019-1-4 and in the branch the following: insert - trunk - 1.00 - 2019-1-1 update - trunk - 1.00 - 2019-1-2 update - branch - 1.00 - 2019-1-3 what i actually get after merging is this in t
We have two badges. We see both of them in the debug when starting the application. One badge starts repeating conform the settings when activating the subject and stops when i close the subject, The other starts repeating immediately without starting the subject How can I prevent the repeating of the second badge ?
In one process step I want to check if a certain row meets some criteria. The next process step should depend on the outcome of the criteria check. As far as I understand this has to be done through the status code result (see attached picture). My first question is how to control this 'status code' from process action 'execute task'. In other words: How can I link a (output) parameter from a task to the 'status code'. Second question is wat the type and value of the 'status code' must be. As I understand it has to be an integer and 1 should follow the successful path and -1 the unsuccessful. Is that right?
The situation is the following: I have two reports. When I run both reports seperately on a collection of records, it will give me a report for each record. First a report for the first record, then a report for the second and so on. What I would like to achive is: I would like to make a process flow to execute both reports on a collection of records and then I would like to be presented with the first report for the first record, then the second report for the first record, then the first report for the second record followed by the second report for the second record, and so on. I haven't been able to achieve this. It appears like I am not able to cary forward the collection of records to the second process action. I hope my question is clear. Any help or hints would be appreciated. Thanks.
We want to implement single sign on (SSO) on our application. We are using the Windows GUI which makes connection with Indicium. We connect over the internet. The Indicium installation is on an IIS server in our own network. The ini file looks like: metasource = iam rdbms = indicium server = https://application-indicium.xxxx.nl/api The usernames we have are e-mail adresses and in IAM are configured as ‘Authentification type’ = IAM. We would like to use the Office365 authentification (online sign-in services). Is this possible and if so, how do you do it?
During development you often have a SF and the application running against the SF. However, both have the same icon. Is there an option to change the icon for the application when it's running against the SF?
This is going to be a lengthy post about the Resource Scheduler extender. Instead of making a couple of threads, I’ve bundled all questions we have regarding the resource scheduler into one. Extender properties Let’s start with the extender properties of the resource scheduler. In addition to the extensive amount of properties you’re presented with, the description of said properties leaves a lot to be desired. Most of the time there’s little to nothing added to make clear what a certain property really does or how to properly set up one. For example: As you can see the value type of the ‘Days’ property is Int. But if I, let’s say, enter 5 as a value and refresh my model I get the following warning. That leaves me with a lot of questions as to what format is acceptable in the value field. Another example of a description that raises more questions than answers is in the same custom scale subject. The Timespan format, it’s description and expected value type. Again, I’m no
In the Software Factory it is possible to select items in a tree view (see below). As far as I know, you can define a display column and an image, but not a column for selection. If I use a column 'selected' as in the example below, it will not be shown. Is this a custom screen? How can we achieve this? It should work the same. If I select the 'parent', all 'childs' should be selected.
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.