Hi, I have another case. Custom SDK can be run in standard mode, pending in transaction, and pending after transaction. How can I set one of these modes manually?
czy OCR zaimplementowany w webcon potrafi czytać z faktur tzw. podsumowanie VAT. Wartości w takim podsumowaniu zawsze są unikalne. Tzn w podsumowaniu jest tylko jedna wartość dla stawki VAT np. 23%. Przykład pól do odczytu w załączniku. Dane miałby się ładować nie na listę pozycji tylko do atrybutów nagłówkowych.
Hey everyone, I have the following challenge. I'm storing travel expenses in an item list. The expenses could be in various currencies. I'd like to get the exchange rate automatically for each row (because the exchange rate might be different for different dates and currencies). The API GET call is: https://kurs.resenje.org/api/v1/currencies/<CODE>/rates/<YEAR>-<MONTH>-<DAY> I have <CODE> in DET_Att6 and the <DATE> in DET_Att3. The response is a JSON: { "code": "USD", (...)
Hi, after updating to 2025 on one server there is some problem with the "help" plugin: See the picture attached. I did not find any configuration regarding this.
Hi, I've created a simple application and a simple report. Then I looked at portal website at the system dashboard and there is a section "suggested reports". There are 2 icons: the first icon for the report and the second icon for the report view. But they are the same (i have only 1 basic view within my report). What can I do with that? Users are asking me which icon should they choose. The attachment shows the same situation based on a demo app. Is there any way to remove section "su (...)
Could you share how I can embed a videoplayer in WEBCON application ? Can I get player's status (video-playing is finished)?
Hi, When moving an application between DEV and TEST environments, an error prevents the application from being moved to another environment. I found out that after updating DEV and TEST I have a DEFAULT Dashboard in dbo.AppDashboards with different ADS_Guid numbers. Probably in 2023 versions of the processes there were two different dashboards set as Default. Does anyone know how to fix this? Error: System.Exception: Exception occurred while importing table AppDashboards ---> (...)
Hi, Are process permissions transferred from DEV to PROD environment during application import? Or what does it depend on? If permissions are not transferred, should they be set manually despite the message about potential issues with the PROD environment?
Hi everyone, I just noticed that the push notification has been activated for all path after the migration to 2025.1.1.23. New path are created without active push notification. I decided to deactivate this setting on database level: update WFAvaiblePaths set PATH_SendPush = 0 where PATH_SendStandardEmails = 0 Afterwards: - Reset all caches - Reload everything in the designer studio Best regards, Daniel
Hi, We try a REST Web service call like this: - global constant for REST Web service base URL, as https://something.com - global constant for REST request suffix, like api/webcon/action - other global constants, for Bearer etc - at app level we configure a template - Invoke REST Web service based on previous defined constants We use those global constants just to have separate value sets for DEV / TEST / PROD. The problem: - the REST request suffix gets URI encoded, fr (...)
Hi, In WebCon we can create a new field and set it's visibility to be hidden on the forms that way the field will act as a variable for storing or passing data. Now the question is, if this field is hidden on the form how can i make it to always be visible on the instance history page? This is for troubleshooting, in a scenario where we want to check the variable values if they're correct. I already tried enabling the "Always show in instance history" setting on the Visibility tab of the fie (...)
Hi, I have a question about this option in the Visibility configuration of the attribute. 1. I wonder why this option is always grayed out. What does it mean - is it always on or off? Is the SOLR always indexing this attribute regardless of what visibility is set? https://docs.webcon.com/docs/2024R1/Studio/Process/Attribute/General/Attribute_Permissions 2. I wonder if there is a possibility to disable Solr indexing on a specific process/workflow?
Hi, can you share some example code for those types of plugins?
Is there a way to show a message box for the user using the SDK that will not be saved in the document history? Only pop up in a document. Or is there a way to modify a specific attribute in the document history (something like the WEBCON GDPR action does)?
Hello WEBCON Community, I ran a "Verify entire configuration" procedure and I got error (screenshot is attached). I have no idea which process is this error from and how/when did it occure. Do you have any tips how to find and get rid of this error?
Hi Community, I’ve been using WEBCON for more than 2 years now, including the OCR AI engine. I must frankly say that I’m more than disappointed with the OCR results. I’m aware that it strongly depends on the quality of the incoming documents, but the AI buzzword increased my expectations. Now, with the complaining part done, I’m looking for a solution to the issue. The idea is to use an external AI API, like ChatGPT or other providers, to do the mapping. First, I need the text layer to be (...)
Hello, as descriped on the developer documentation 'Package overview' page, I've tried to include different DLLs (in particular 'System.Data.Odbc') for service and protal taken from seperate projects' output (targeting .NET Framwork / .NET 8). But the DLLs are never packed within the generated plugin package zip-file. -> https://developer.webcon.com/docs/package-overview -> https://developer.webcon.com/docs/package-manifest#servicedependencies-and-portaldependencies -> https://developer.we (...)
Hi, during a call yesterday we realized, that a time previously timeout is executed after 10 minutes by default, if it runs into an error. This includes "Element was checked out" errors. While I agree that this may be a good thing for the production environment, but a pain in all others. Unfortunately my user voice was set to "Not now", but maybe it can be revisited now. https://community.webcon.com/forum/thread/5248?messageid=5248 Best regards, Daniel
Hi, I need to connect something like a forum on the form where you can have conversations about the project. It would be ideal if it wasn't a link but a window where you can add comments. Has anyone used a similar solution? Maybe TEAMS online and created a team?
Hello WEBCON community, I did some application updates (including a new workflow) in DEV environment and now I want to do the update in PROD by importing an application, but I'm getting errors. There are no active tasks in step 3091, but there are some documents in step 3090, because it's a final step. Also I didn't do any changes in these two steps. Does somebody have any ideas on what's wrong?