Ask a question or have a conversation about the Thinkwise Platform
Recently active
Within the SF we have setup a process flow as an API webservice which is open to receive EDI files from an EDI broker. The process flow itself is rather simple, it has a start, decision and an end. The decision contains code to parse an XML file, perform some checks (for instance call a stored procedure which sends an email if invalid data is sent) and insert a purchase order (+ some logging info).The question is:Are the EDI messages sent to our endpoint always handled sequentially by this process flow? We have seen EDI messages being send in rapid succession, with a few thousands of a second in between messages (see image below).The reason for this question is that we have an insert trigger that can handle both sets and individual purchase orders. However, we believe that orders sent in such rapid succession as is the case in the first 3 rows, is not handled well by the insert trigger. Thanks in advance.
In our application I want to use third party ValidSign for digital signing documents (PDF). I am using a task and the HTTP connector (via Process Flows). I was able to test the POST in Postman using this body: payload contains json-commands with signer information, file contains the PDF I want to be signed.The response I get contains an ID for further communication with the REST API.Where do I leave this parameters in the HTTP-connector ?
Menu of my application in the universal GUI overlaps the main frame like in the screenshot. I´ve cleared cache and browser history of Edge (Versie 97.0.1072.62), installed a clean chrome ( 97.0.4692.99), but the problem still persists. I run windows 11. Any ideas on the cause and the possible solution?
When I try to preview a report (DevExpress, 1.40) using the webgui (2021.2.17) the following error is displayed:Invalid viewstate. Invalid viewstate. Client IP: xxxxxxxxxx Port: 63529 Referer: https://pro.binatic.nl/binatic_test/Login.aspx Path: /binatic_test/Login.aspx User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 ViewState: npvjK4hx07p4HHbSmFs3+kRjjtnnaNoqNhgUNZflgy5W87G3O79y7FdsOH96YH/X/fuLnDuqrr48REVmuUl9LrXsWvkUDQ9+YPu6GvwLZ+fnUhcVIBb2Cx4wN69HmHPjiZZi7PJHIw+NtPb2UHlEGbr4UuMJnQep/yInH9TxU4YensjY85b+6zFhZvZ50bjIeC7gKk0MVQWLo2UHMzfIpZEoJrApAnuFg/7c5trmxy8kOH+AZvf5+QxW0y7Ilhw6gJzRZGS4+urKhRd8M73pIAX4WtYFSDzUHRCeKiUhHqcqEq8y+RvGMNvZmWdBqTswPKQz6ARxyI0z0q1N8pKspZhxX5x7ck9aYN89JZyV+NICzxqGYAZrLGHECavOd+SeB/NqjxDjh+SFuQIdedF9Yu9vHKlClvg/8uk2ANfOCLFImI0uJL70foZ7zjOGhTRRexhpcZgyl1NEdFMtGkHFjzSe5AFYvKRj0IjwjJVOkcN29inWh3gHkyP+sTzJTH65SYoClLk/v0r51WHmsKyaWZoPT+TNV3KoMXTstEmlVzlTIZdDKHC5Rx99ro
Hi, When in webview (only webview!) , in a grid with a lot of columns, it left aligns the grid on the selected columns. How do I turn this off? I want my grid to be aligned outer left, always. My co-worker did this a while ago, so I it must be possible. However, I can’t find. I guess it must be set up in Subjects.
I have a grouped grid, (only 1 group level) the first group of the grid is expanded to the belonging lines, for the next group however the underlaying lines are not shown (the group is collapsed. Is there a setting to auto expand all the groups by default?
Using dbo.tsf_user() in a default value expression gives errors during execution of the source code. Cannot DROP FUNCTION 'tsf_user' because it is being referenced by object 'DF_prd_insert_user'./* Drop function tsf_user first. */if exists (select 1 from sysobjects where name = 'tsf_user' and (type = 'FN' or type = 'TF' or type = 'IF')) drop function tsf_user Any workaround ideas?
We are busy developing a Thinkwise application in Universal GUI. The users are Windows Users, which are created in Active Directory. The password policy makes passwords strong, meaning that users must use letters, numbers, and special characters.Entering the username and strong password on a mobile device is difficult because of the emulated keyboard.Does anyone have experience with a way in which users can (more) easily log in to the Universal interface on a mobile device?We are already testing with barcodes and QR codes, and for the username this could possibly be a workable solution. But having passwords printed in code form available is undesirable from a security point of view.We'd love to hear your experiences and tips!
Is there a screen type in which we can realize the following?The user wants to be able to scroll from left to right in the overview.
Hey guys, I noticed that there is a slight difference in a way the reports display in the preview (web).Slight difference such as lines not being shown and fonts not being bold, etc.In the preview screen when i export as pdf the report is being shown correctly.Is there a way to correct this or does this have to do with the fact that the previewer in web is different than the local previewer? Regards
In one of our TW applications we have a large stock table and we created prefilters to filter for specific warehouses. We would like to use roles to assign which prefilters are visible and used.So pickers form warehouse A do not see the warehouse B entries and vice versa. And some people need to be able to see all..We couldn't find a way to do it.
I would like to develop something similar (with the SF) as the Thinkwise Platform badges so we can award badges to our colleagues.Everyone wants to badges - What would be the best datamodel design for this? New badges (icon) must be able to be created at all times; An employee can earn zero or more badges; A badge can be assigned to zero or more colleagues; - Is there already a way to realize a second layer over the employee image with a general badge based on the condition an employee have one or more badges? - What is technically and performance-wise the best way of presenting the badges (all images stored in the database) in the context of an employee.
Hi, I want to dynamically add images to the email body which will be sent bij dbmail.Because of more departments en several marks the logo’s added to the email body need to be added dynamically base on user en department.If now added a table with a link to the path, that works fine in the application but when sending it out the logo’s are empty, because of the pointer to the local path.For one html table cell for example <td><img src="G:\Thinkwise\logo1.png” I have stored the images in the database as well on department level, let’s say the field [department].logoI’ve created an email-template with the tekst [handtekening] When creating the email I replace the [handtekening] tekst with the complete email signature of the user.When I put the logo directly in my email template, the logo is embedded in the template and that works, but that is not dynamic. So the challenge is to add the code of the image stored in the [department].logo field (or the code of the image stored on the
I’ve maganged to setup the connection to the Exact Online API from postman.Now I try to setup the connection from the SF but we running into an invalid_request error as a result.I’ve used the same input variables and keys, so at the moment I’ve not a clue why this result is happening: Has anybody in the community succesfully connected to the Exact Online API.
How to set up an API connection using the OAuth 2.0 with Exact Online?This resource was a good starting point.I can’t find a way to use a valid “redirect URI” in the SF.Any suggestions?
I like to work out a scenario of reading user data from an Office365 account. Like upcoming agenda events or outstanding tasks.Is there any step-by-step explanation available of a working example, using the Oauth 2.0 connector?
When creating a deployment package of the customer's end application, the system keeps hanging on "Synchronize: refereence columns (i_sync_ref_col)". Does anyone have experience with this and/or a solution for it?(I also made a ticket in TCP with backups of the databases)
We have a report that is callable from different detail pages as well as from the master page. The names in the Saveas field differ from page to page. How are they composed?
Hi all,I currently have the following set-up, which is just not working great. It's slow, complex, and it needs a kick every day to get going. The current set-up. Task on 'origin’-table does an insert on the rpt_queue (table). Thinkwise reporting service picks this up, generates the PDF and places this in an output-folder NOTE: the .rdl file is not withing SF, but from a repo (so an outside party can create the rdl files!) Our home-made Service polls the output-folder. If a file is found, it is uploaded to our Azure File storage. It's final location is given back to the rpt_queue and 'origin’ table, so the file_previewer can display the file. Upside = it's what I needDownside = it's slow and never works well What I now want to try is this; Create the PDF through a task (with the .rdl from the repo) Save the directly to Azure file storage Get the final uri from the file and show in the File PreviewerAnd - this all must be faster than ..say… 10 seconds max? First of all, i'm not s
I’m getting a “Scheduled process flow requires user input” validation. I started the process flow with a task but I will schedule this flow.So I deleted the task from the process flow, and there are only decisions and http connectors left.But the validation still gives this message.We’re on 2021.2 with SF. What can I do?
I have started a new project in the SF 2021.3 and created a task. When I try to generate a control procedure I receive the following error: I am unable to find the cause of this error. Any help?
I often run into the issue that the project folder is set to a folder on the customers network which I cannot access from my dev environment.I can change it thru Full Model to a folder I can access but I noticed that when I do a sync to IAM the path in my SF overrides the path in IAM.I would love to see a way to set different path for DEV, ACC/TEST and PROD as I don't want my test data to interfere with production data and vice versa ;)Is there a way to do that? Currently I need to be very carefull that I do not forget to correct it in IAM after a new deploy.
When I switch from Work Week view to Full week view, I lose the time scale (see below). How could I prevent this?
I’ve noticed some unique behaviour with the universal date picker.The datetime field shows the previous date after having input a date into the field. It does seem to store the correct value and even portrays the right value when not in edit mode.Here you can see I’ve selected the 10th of May, and it does seem to show the right value in the hover text. This is the same field after saving, portraying the right date.
To be precise, I have other application which generates a script. This script I would like the Software Factory to run during the 'Execute source code' step of another application. How can I make this work? My idea is that the Software Factory reads from a certain file path, looking for the SQL file and then attaching it to the 'Execute source code' step, but if there's another/better way I would love to hear it. (It is not an option to generate the code inside the application where I would like the script to be run on)
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.