I have a comment regarding this. Instead of defining which is the first attachment, it would even be better to define the order of the attachments, which is used for paging. Than we could do something like. select ATT_ID from WFDataAttachments order by ATT_TsInsert desc The query won't work, I jus
Hi Jacek, I have not tested this extensively yet, but it looks good so far. Just create an html field and put this inside it: .modal-dialog>div>section,.modal-dialog .modal-content { min-height: 20%; max-height: 80%!important; height: auto!important; } I use the same approach for st
Hi Adam, based on the error message I would say, that there is no or a misspelled redirect URL in the authentication "tab" of the created application. I've attached an example. Best regards, Daniel
Hi Adam, I'm not sure whether you actually need to switch from AD to AAD authentication. We are using it, but we never tried AD authentication in the first place. :) Our Dev and Prod environment have been setup with different authentication behaviors in the Application Proxy and on one environment
Hi Nik, that's an interesting question. :) Unfortunately, I don't have real experience with this in terms of WEBCON BPS. I've used this approach only with NAV and SharePoint. But these are quite similar in terms of transferring data from Prod to Test/Dev. Let's break it down, we have: - logic, par
Hi Adam, we also had a timeout issue, also we are using AAD authentication. The timeout was caused by the application proxy authentication. I think the correct one is pass through, but I probably won't be able to look it up before tomorrow afternoon. Best regards, Daniel
Hi everyone, most of the time an error raised by the "Validate form" action can be fixed by the current user. It would be great if we could have a new configuration option "Focus field" where you can set an expression/field. When the error is displayed on the form the "Set Focus" action is execut
Hi Michał, I agree with Sebastian, the safest and probably most maintainable option is to create a "shadow" workflow. At least if you are looking for an "out of the box" solution. Another alternative would be to use an external tool which displays the necessary data and is embedded on the portal i
Hi Dariusz, I'm not sure whether I understand your requested change. Do you want to define the picker search mode per field? If this is not the case, I don't see any necessary change. Depending on the selected search mode there's one specialized query against the data source, at least in case of a
Hi everyone, I'm not sure with which release the application group headers are transformed to lower case, but could we get rid of it again? I can live with all upper case, but transforming all characters to lower case after the first one is simply not acceptable. - Abbreviations look like word -
Hi Agnieszka, since you mentioned legal reasons, I see no other option. The text must be persisted so that you can check the exact wording in the future via the history. Therefore any kind of "on the fly" generation, data row/html/form rules displaying an alert, isn't an option. Off topic: The en
Hi Nik, the displayed time's in BPS Portal are based on the client time zone. The attached screenshot shows the changes to the displayed time depending on the set time zone. The time is (should be) stored in UTC in the database. You could verify this. There's also a global parameter 'DatabaseTime
Hi Klaus, there's a simple issue in your query, the variable needs to be enclosed in '': Before: AND (##currentloginname##='servr\Userxxx') After: AND ('##currentloginname##'='servr\Userxxx') Unfortunately there's a small issue with the variables: Once the report is saved a space character is a
Hi Agnieszka, yes, you are right. This property always has a value. If you don't see one, you don't have permissions. You could test, whether ADSIEdit is executed with Admin privileges, which could make a difference. One remark regarding the Domain Administrator: In our case, or better the respons
Hi Aleš, thanks for the update. This would be something for a " Errors and potential solutions list" :) Best regards, Daniel
Hi Essi, I'm not aware of any such setting and I had the same problem in the past. The property didn't exist/ wasn't set for some accounts. At least it looked this way but in truth it turned out to be some permission problem which we didn't were able to resolve. The only "solution" was that, for s
Hi George, I currently don't have access to the installation folder but isn't there an msi file? At least I remember one for word which can be used for installation with user interaction. Edit: Removed remaining part after confirmation that the msi file exists. Best regards, Daniel
Hi Bo, the system internally tracks the number of created workflow instances. By default this is tracked per workflow but can be changed to take the business entity into account as well as a date field. in case the numbering should start again with each new year, you could use the automatic instanc
Hi Andreia, dictionaries and document template are just specialized workflows. So the data is stored in WFElements and you can use the default actions for creating dictionary workflows. Best regards, Daniel
Hi Andreia, I've described an option to mark a cell in a row as required based on another cell in the same row: https://daniels-notes.de/posts/2021/series-expert-guide-part-6#conditional-required-fields Best regards, Daniel