WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for SMS

(...) iewicz   Introduction The logic behind the execution of tasks by service is a multi-faceted and complex issue. When planning tasks, application designers are often unaware of the mechaniSMS and rules used by the service. To fill this gap, this article describes the elements affecting the sequence in which the service executes its tasks.   Content databases The databases th (...)

(...) the authorization method: a one-time authorization code will be sent to the user's email address (email message), phone number loaded from Active Directory and defined in the user's profile (SMS ), or to the mobile application (PUSH notification).   Fig. 4. SMS with authorization code   The received authorization code must be entered in the form window: Fig. 5. (...)

(...) sp; After this operation, a message containing a 6-digit authorization code (token) will be sent to the email address you used to register in WEBCON BPS, or, depending on the configuration, via an SMS message. The authorization code remains active for 4 minutes, but it is possible to prolong this time. It is worth noting that codes of this type are encrypted in the database to prevent unautho (...)

(...) al content by Daniel Krüger;  February 13, 2024 ; WEBCON BPS Version: 2023.1.3.29 The original post has appeared on daniels-notes.de WEBCON BPS has a series of safety mechaniSMS preventing the accidental deletion of crucial elements. This post provides a checklist of "to-do" items whenever there's a need to delete a complex application, which usually consists o (...)

(...) en enabled in the process configuration. It is mandatory to have at least one active additional authorization method. The full writeup for this feature can be found here: Path authorization. SMS – a one-time authorization code will be sent to the phone number of the end user performing the activity that requires additional authorization. The phone number to receive the code via SMS is (...)

(...) Applies to version: 2024 R1 and above, author: Krystyna Gawryał   Introduction WEBCON BPS is equipped with application export and import mechaniSMS , enabling users to create applications in one environment (DEV/TEST/PROD) and then deploy them in another. Until now, export and import operations have been initiated by administrators in WEBCON BPS Designer Studio, requiring user input to (...)

(...) ion provider in WEBCON BPS – one of the examples of using the OAuth2 standard in WEBCON BPS. The article describes the method of configuring Google as one of the available authentication mechaniSMS for users.

(...) I've I some suggestions for the task management process : 1. Add reminders configuration for tasks * possibility to define reminder templates:list of reminders: WHO, WHEN, MESSAGE, channel (email, SMS , other ?) * you can attach reminder templates to each type of tasks (workflow steps) 2. Add escalation configuration for tasks * possibility to define escalation actions. Good to define escalation t (...)

(...) ta Source and chose the above connection, I get the following error: "Unknown error: The SELECT permission was denied on the object 'table_name', database 'database_name', schema 'dbo'..." Using SSMS the server where the SQL is installed, I can SELECT the data from the tables. What could be wrong? Thank you in advance for your help, Martin

(...) ll not be an issue via some REST API). The question is now: Can I somehow implement the content creation into a Webcon form, i.e. is there a possibility to have a "markdown" form field or a mechaniSMS to translate the HTML into markdown? Kind regards, Klaus

(...) 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. (...)