WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Franek > Forum messages

Franek

User

Hide comments in the history
05.08.2026 13:26

Unfortunately, I have old documents that use standard comments. I do not want to manually delete all comments in the old elements and move them to the new attribute.

Hide comments in the history
04.08.2026 16:27

Hi, I’m looking for a solution to hide comments for a specific user, including in the element history. Webcon has a form rule that hides comments, but only on the form itself. The configuration in the field matrix does not hide comments in the history. Also, I cannot use the option to restrict acces

I have run some tests and I haven’t found a simple solution or fully tested solution ;) The Webcon public API always returns datetime values in the server’s local time zone (as you mentioned). I think webcon unfortunately, works that way. I assume that the client consuming the Webcon API is custom

Hi, I present some other perspectives outside Webcon. I have built several web applications and I have always saved datetime values in UTC without a timezone due to the issues you mentioned. On the frontend, I calculated the correct local datetime depending on the client’s timezone. You only need t

Hi, I also had issues with IN, so I used a couple of LIKEs instead of IN to simulate IN. something like that:(off the top of my head) ( '{LIST}' LIKE '%,' + {COLUMN:ID#ID} + ',%' OR '{LIST}' LIKE {COLUMN:ID#ID} + ',%' OR '{LIST}' LIKE '%,' + {COLUMN:ID#ID} OR '{LIST}'

Disable Swagger
25.02.2026 22:46

I think you could try blocking the Swagger URL in IIS using rewrite rules to return a 403 response, but it doesn't disable it, only blocks.

Hi, I need to update a related workflow and I want to use the “Update related workflow instance” action. However, I have a question. On the related workflow instance, the attribute I want to change has a form rule defined on value change — and I don’t want that rule to be triggered. I’ve done so

Could you please let me know which version of the ksef connector you have installed?

Ok. Ksef 2.0 has rate limiting. Here you have some information about it:(polish version) https://github.com/CIRFMF/ksef-docs/blob/main/przeglad-kluczowych-zmian-ksef-api-2-0.md https://github.com/CIRFMF/ksef-docs/blob/main/limity/limity-api.md

Hi, There is a web admin panel for the KSeF connector.(Every environment has its own admin panel) You can log in via AD (if you have been added to the admin group in the KSeF connector) or by using the admin password.(created during installation) Maybe you exceeded the invoice download limit?(If I

Hi Pawel, we have already contacted our partner to purchase more CALs as soon as possible. However, could you tell us how big that "license margin" is? - How many additional licenses can be used, and for what period, before the environment is locked and before that notification appears on the port

Recently, I found out that we have been using more user CALs than we had installed. We had 500 CALs, but we used 511 CALs – how is that possible? Why doesn’t Webcon show any message that too many licenses are being used? Webcon works fine, and all processes run without issues. Webcon 2025, perpet

Git repositories
27.10.2025 18:33

We have some kind of code due to the import/export mechanism → inside the packages there are XML files that could probably be saved, visualized, and versioned with every save in the remote repository. I do not know if this is possible in Webcon, but until we ask, we will not know. :) Currently,

Git repositories
24.10.2025 22:42

I’ve been wondering why Webcon doesn’t support Git integration. It could really help speed up the development of new features in workflows and make it easier to fix any critical bugs quickly. Webcon team — Git support would be a game-changer. Please consider adding it!

Hi, try to use wfelems.wfd_id instead of WFD_ID

According to the changelog for version 2025.2.1.138, there was an issue, but I do not know how to work around it. Fixed an issue that caused the error An item with the same key has already been added to appear when importing application packages via the import/export mechanism. The problem occu

Also, Changing the disk type from traditional HDD to NVMe improves Solr performance due to significantly lower I/O latency.

Hi, I think I found the same error that should have been resolved a long time ago: https://community.webcon.com/forum/new-message/3891/3943 Unfortunately, the issue still exists in Webcon version 2025.2.1.138. Is there any known fix or workaround?

In that version of Webcon, pagination is missing in the searching structures. Has anyone else experienced this issue? Is there a known fix or workaround?