(...) we can provide our own notification type for a process. For example, we could define for a process that a "notification" is no longer a mail: - We could send a Teams message - Send an additional SMS - Write to a custom database - Call a REST API to store the "notification" in an external system. I'm aware that this is not at least supported at the moment and you can achieve this already (...)
(...) Hi, so there is a new version of Autenti plugin, also working with Webcon 2023. There are new configuration fields/options: Signature Type (Required) SMS authentication Unlock document by SMS Is there ANY documentation regarding options for those fields? Experimenting, I discover that Signature Type must be numeric, and: 0 means Autenti signature 1 means qualified electronic sign (...)
(...) Hi, I would have two ideas/requests (probably simple) regarding the SQL editor 1. The SQL query editor should have a monospace font 2. The SQL query after copying to SMS S/notepad has unnecessary newlines. Is it possible not to add newlines? regards
(...) SELECT DateValue FROM Dates WHERE DATEPART(WEEKDAY, DateValue) IN (1, 7) OPTION (MAXRECURSION 0); It only returns the weekends in the current month (July). But that scenario happens only in SSMS . Webcon has problem reading it and won't make it work. What I want to achieve is to do an If statement inside style and behaviour to check whether the day provided in the form is a weekend or not. (...)