Hi, there's also an alternative using the "Additional path validation form rule". In my example I created field which defines, whether a comment is necessary or not. If this is true another form rule is executed. This form rule returns true or false depending on the value in the comment fiel
Hi, is the provided SQL a part of an existing statement which is working? At the moment this doesn't make any sense. Regardless of my leg of understanding you could: - Activate the diagnostic mode, load the report and check the executed SQL statement. This way, you can copy the statement
Hi, in 2025 a new form rule function was added to dynamically hide the row buttons. I used CSS in the past, but this wasn't working well any more since 2023: https://daniels-notes.de/posts/2024/conditional-allow-deleting-item-list-rows#why-it-is-broken Best regards, Daniel
Hi Lukasz, I have in mind that you can create a user mapping in the linked server configuration. This way you could map the BPS_SQLUser user to another user who has access to the database on the linked server. Best regards, Daniel
Hi Markus, maybe you can reply to this thread and get a confirmation from Klaus whether it's still working. https://community.webcon.com/forum/thread/1849 He has also an LinkedIn account, but I don't know whether he's actively using it. Best regards, Daniel
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