Hi, if you get an invalid request response, the error is the body. In your case a double quote is missing at the end of the scope. You can also omit the scope completely. Best regards, Daniel
Hi Filip, could you elaborate on what you actually did? - How is your farm setup, multiple servers, single server with WEBCON and SOLR and one database server? - Any connection to old server? - What do you mean with "both databases"? If I would move a database to a new environment which c
Hi Jacek, there seems to be something of with the server or after restarting the MSSQLServer the execution time of these statements was down to 1ms. This afternoon it was back to 45ms accompanied by a spark in the CPU time of the SQL server. The SQL server didn't even hit the maximum allowed R
Hi Jacek, you could also use an HTML field and reference the web page in an iFrame. You can easily define the width and height here: iframe width="475" height="250" src="https://webuhr.de/embed/stoppuhr/#enabled=I&theme=0" allowfullscreen /iframe I had to remove the . Otherwise the text i
Hi everyone, I will try to explain the behavior as good as I can but I don't have any explanation for it. Maybe someone else does and has an idea how I can track the 'culprit' / improve the behavior. We have an item list with related documents. This item list has a data row column which outpu
Hi Bartosz, in case you want to apply method 1 you could also try out this script. I'm 90% sure that it works. There was a time, when the property value has been written incorrectly and we need to open the value and save it to fix something with the line breaks. The alternative would be to
Hi, if you are using Active Directory authentication you may be able to use the IIS Log. You can log the URL access and also the windows user name. You could also get in touch with Encorsa via Linkedin, they asked something similar in the past. https://community.webcon.com/forum/thread/850?p
Hi Alicja, this is by design. Quote from the change log: Enabling Workflow phases is equivalent to activating the grouping and sorting of steps by defined phases in the Workflow steps section (General tab). At the same time, __new steps__ can no longer be added here. Best regards, Dani
I also don't have a better idea than using a business rule. Whether it will work or not will depend on your case, you should be aware of this: Business rule result will be URL encoded. https://community.webcon.com/forum/thread/5645?messageid=5645 Best regards, Daniel
Hi, yes, in 2025 there's now an option to hide these navigation items. There's also no more a system dashboard. You can modify the system dashboard and revert back to the standard. Best regards, Daniel
Hi, you could use an HTML field to assign the process constants. Best regards, Daniel
Hi Ondrey, if you don't need the result of the stop watch it's really easy. 1. Create an HTML field 2. Open the advanced configuration and use an existing stop watch from the web Whenever the field will be displayed the iFrame will be loaded again and the stop watch will be started. I
Hi Nik, whatever you choose to implement, you may think about adding something like this: https://daniels-notes.de/posts/2025/future-proof-customizations Best regards, Daniel
Hi Ondrej, I agree with Lukasz, that you will need the FormFieldExtensionJS. The main reason for this is that it needs to stop when the form field is no longer visible. It would be possible to do so with vanilla JS but it would be a pain to implement. Here's another example: https://danie
Hi, I'm wondering whether it would be easy to add a "What if" /" Run as test" flag to the application import. This flag would execute the generate the report summary so that we can see what would be changed. I'm currently restoring a backup of the production environment in the test environm
Hi Krystian, did you test, whether any new banners would be picked up? I did: - Made a copy of an existing one, there's on additional file - Replaced Lagoon by Saphira - Reset all caches - Executed an iis reset - Restarted the workflow service - Restart the Designer Studio As far as
Hi, if you have your field is of type floating-point number instead of integer, you can use the advanced configuration to display a leading zero in the UI using the prefix. It's important to note, that the suffix will only be displayed in the UI. If you would copy the value to another field, t
Hi Nik, my first thought was "Why?" but ok. I agree that relying on HTML markup isn't a good practice and it will break at some point. This could be in a month, or two years. Nevertheless, these questions often lead to new ideas and I think I had one which may cause less issues. Especially i
HI Lukasz, technically there's no much difference between a user and a group. Each one is stored in the same table and uniquely identified by the "BPS id". Therefore the id of the group has to follow the restrictions which are applied for user BPS ids. This is the reason you get the error with th
Hi Marcin, the simple answer is no, this is not supported. You could create a user voice to support batch processing: https://www.odata.org/documentation/odata-version-3-0/batch-processing/ The idea of it is to send multiple requests to a server so that all of them get executed but even