Questions, discussions, news and updates regarding the Thinkwise Platform.
Recently active
We currently use SF/IAM version 2020.2… Due to a lack of time, there hasn't been time to upgrade to a more recent version. I've downloaded version 2020.2 to see if it somewhere tells me I can't skip a version (just for checking).My question: is there a check in twdeployerGUI.exe on the version that is currently running and does twdeployerGUI.exe take care of what needs to be done to skip (in this case) one release?I can of course do an upgrade and see if it fails, but I'd rather know that it is possible…..
When accessing the Universal GUI from the web browser, Windows authentication is first requested. Only after ignoring (canceling) this pop-up will you arrive at the login screen.How can we get rid of the first pop-up?
One of our strategic goals is to completing the DEVOPS spirit of working @Acto in an Agile way of thinking. This means that most of the complete development cycle has to be automated DevOps software lifecycle management @ActoCurrently one of our projects is working on automating and speeding up the biggest part of the generation of the deploy package, one could say that these are the steps between Build and Test, which currently takes about 3 to 6 hours for each cycle (without testing, just generating). Our goal is to have several cycles a day if not many more, which of course can only be achieved when (almost) fully automated We want everything that can be automated to be automated. We want it to run mainly in the background. It would be helpful if the whole thing could be automated by Thinkwise – but until then, there are things we can do ourselves, but for certain parts we are unable to automate them in the process of creating a deploy package. The process consists out
We're looking for methods to improve our build automation with the SF. We think we do a lot of manual and repeating tasks / labour which could be automated. I'm not sure if what is already possible, or is a feature request. I'd like to hear some thoughts and experiences of other users. As ISV we have experience with build automation, using tooling like Atlassian Bamboo, Jenkins, Azure DevOps etc to automate processes. But with the SF platform this is kind of new.For each release / merge we do exactly the same steps, which are all prone to fail because of manual labour. Once we have the deployment package, we're good: We can push this package to a GIT repository and pick it up for testing installation- and upgrade script, synchronization with IAM, running automated UI tests etc.But before you have the deployment package you need to do some steps;Merge the branch into the trunk Run the validations Execute unit tests Create the deployment packageWhat we want to achieve is that those ste
Hi,as far as I can see now, it’s not possible to have any control over the Badge value. Is this correct? For instance, i show total number of items. But when I turn on my prefilter ‘sold items’, I want the badge_value to show the total value that matches with the corresponding prefilter. Am I missing a thing, or is there a way to get this done?
We are sending e-mail to users with 2FA. However, sometimes these emails are sent using correct html and sometimes they are sent as plain text. See both images for the difference. Both have been sent on the same day, different users, from the same email provider using the same application and therefore also the same configuration.Where does this behaviour come from? Do I have to look at the email provider, our system administrators or is it something within the TW application? We are using Office365, TW platform 2021.2, webgui 2021.2.17 all hotfixes applied until 20211001 - Exclude deeplink process flows.
Where can I find the maximum size of the logo on the login page of the web GUI? I can’t seem to find it anywhere in the documentation or in the software factory.
Apparently when select another record in a list with details on the right forces a DELETE ERROR according to/in the developer tool We never triggered a delete, we never clicked on delete, we never commanded a delete but it clutters the error list as if we’ve done something wrong as a developer.How can we overcome this invalid error in the developertools and extra network traffic?rgds Ricky
When I use the combined filter (search) functionality to filter a list of items, I would like to have the option to use an accent insensitive search. For example, when I want to find all items that contain the word “Citroën”, I want to be able to find those items by searching with the term “citroen”. Is there any way to enable this using the SF currently, and, if so, where do I find it? I would expect to find it in the subjects → data → search detail tab.
When I select my row, it gets due to the theme a brown color. However, some rows have color coding with the Conditional Layout. For instance, when an invoice is final, I make it green. But when I select this row, the them goes on top of the row, not showing the green anymore. Is it possible to changes this; so that the green is always shown?Edit; it works with only 1 column made green, but not the whole row. Is this correct?
In order to make targeted improvements to the performance of the application, I investigate which actions take the most time.I've found that there is a field 'duration_ms' in the table 'use_log_usr_action' in the IAM database for that. However, the field contains no data.Is this field created for future features or should an specific option/property be set for it?
Hi in my Subject I have set that some field must be displayed next to each other. However, when I make the Previewer Wider, this causes fields to be pushed on top of each other. How can I make sure this does not happen?
Since the developertools of Chrome is the dedicated debugger for universal development we are encountering this Unsupported filterCondition 8 error:How can we get rid of this error? Thanks, Ricky
Hi,I'm trying to understand the multi task execution via Indicium (Universal):https://docs.thinkwisesoftware.com/docs/indicium/multi-row_tasks.htmlI’ve managed to get it working:POST /sf/appl/subject(key)/task_dummy/stageReturns a new location where you can add rows. For each row you call:POST /sf/appl/subject(key)/staged_task_dummy(id)/add_contextand finally POST /sf/appl/subject(key)/task_dummy(id)/commitHowever, the add_context step can be depending on the size quite an amount of http calls. This is exact what I would like to prevent with multirow task execution.Is it somehow to run a multirow task in a single http call, or at a maximum of three? I've tried to run the task without staging, but that gives an error in Indicium: Cannot change the value of the property 'multi_row' of 'task_dummy'.The application model prohibits editing this property.I think this is caused by the fact that the input parameter multi_row is hidden.I can think of an alternative with an API exposed subroutin
Is it possible to control the min/max date for a date picker? If the EDD (departure) is 12/11/2021, the EDA (arrival) cannot be the same day or even before. Can this be limited / controlled? And - I need this to be controlled not just on the date field, but also on other factors, like Modality and Direction.
Hi,I run into a situation where I would like to disable a set of prefilters based on another prefilter.I have several prefilters to filter for areas in a warehouse. But now we need to add a second warehouse to TW.So I have another prefiltergroup that filters on warehouse. When I filter for warehouse A I want the area prefilters (together in a single prefilter group) for warehouse A to be visible and for warehouse B to be disabled and hidden. And vice versa.
Just to check, I can’t modify what is displayed on the message when I click the Red X / Delete button?It now takes the bread crumb, combined what is set in Subject/Settings as ‘Display Column’.I like my Bread Crumbs, I just want to show the Display Column of current table. Would be very nice. I can create a Task, and that the user will delete with that, but still… feels like a workaround..
For a client we're currently scoping the development of a new integration to their system.This platform offers data exchange services between multiple parties. Their service is API based with the actual message traffic being send in XML. Because of the type of data being processed security is extremely important to all parties involved.It is therefor mandatory to sign all outgoing messages. Their documentation contains the following example on how to do this within the context op postman.openssl dgst -sha256 -sign ‘[private_key_name].key’ -out ‘[signature_name].sha256’ ‘[message_name].xml’If then asks you to base64 encode the signature_name.sha256 and message_name.xml before transmission.How would we approach this from within a Thinkwise environment?
The standard keyboard shortcuts for the Universal GUI as explained here don't really work with the default browsers we use (Google Chrome / Microsoft Edge). Of the list of keyboard shortcuts only the Esc and Ctrl + Enter work as expected.Ctrl + + / Ctrl + - are used for browser zoom functionality Ctrl + e is used to trigger the search engine Ctrl + alt + + for Copy seems to do nothingIs there a way to change these shortcuts for Universal GUI (including the tooltip text)?
I have defined a control procedure with code group INSTEAD_OF_TRIGGERS.When i want to define the procedure on the database i get the errorMust declare the table variable "@notitie_i".That part is missing. In an other application i see a program object item “create_table_vars”, but in this application that is missing.Do i have to do something to define the program object item create_table_vars?
did an update of Universal from 2021.2.15 to .16 and when trying to clear cache or logout user we get the following error: Uncaught ReferenceError: caches is not definedError: Uncaught ReferenceError: caches is not defined at window.onerror (http://{masked-internal-url}/Universal/static/js/main.110cb9a5.js:1:105329) When we go back to .15 the error is gone again. Running on Indicium 2021.3.10, but also tested on Indicium 2021.2.18, and bot situations had this issue.Clearing cache from browser (Edge and Chrome) also didn't solve the issue.Anyone has a clue what might be the issue ?
Hi, I would like to merge a branch to another branch. The software factory doesn’t seem to allow this. Selecting the lookup of the trunk and disabling prefilters allows you to select a branch as trunk project but then it won’t allow you to select any target branches anymore.I need some of the developed functions from the other branch but both branches aren’t really ready for merging to the trunk yet. Is it possible to merge the changes of the other branch to my branch without merging those changes to the trunk first?
hi, I’m trying to add some calculated fields in a table, and found the calculation field and the specific possibilities for each type.The calculation is rather complex and can be used in multiple tables, so I want to make one function with parameters. But I can’t find examples using SQL functions in a calculation field? Like how to create a control procedure (templated) to create and maintain an SQL function in SF, and using it in a calculation field. I can't find any in the training course, documentation or the community info. Does anybody have a simple example?It is probably a n00b question, but hey, I am ;-)
According to the description in https://docs.thinkwisesoftware.com/docs/sf/screen_types.html#designing-a-screen-type the grid header can be suppressed with the property "Show grid header".This is highly desirable in order to maximize the number of records displayed on a mobile device. But we can't get this feature to work in the Universal GUI.Is this property supported in the Universal GUI and so should it work, or is it not supported yet?We use Universal GUI version 2021.2.16.0
While generate code group for the defaults in the functionality I get an arror"Failed to re-generate code group DEFAULTS due to an error caused by control procedure sql_defaults.The error was: Violation of PRIMARY KEY constraint 'prog_object_pk'. Cannot insert duplicate key in object 'dbo.prog_object'. The duplicate key value is (VRR, 9.50, default_shipping_order).” Also with generate definition we got an error while executing the sql_layouts
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.