(...) d herein and their configuration can be found in the following sections of the WEBCON Help: AI Concierge AI Implementation Guide Getting started AI Concierge extends the way User s interact with the Portal by adding a conversational layer that makes processes easier to access and supports User s while they complete forms. The functionality was designed to shorten the path from (...)
(...) Applies to version: 2025.2.1.348 and above; author: Tomasz Błach Introduction Due to Microsoft discontinuing support for Basic Authentication (based on User name and password) for SharePoint Online connections, OAuth 2.0 integrated with Microsoft Entra ID has been introduced in WEBCON as the authentication mechanism for this connection. This approach provides a high level of secur (...)
(...) ure completion, and then downloading the signed document. The integration enables sending a document containing attachments indicated on a workflow instance for signature, and then redirecting the User to the Autenti web application, either via email or through a link available directly on the form. The document signing process takes place in Autenti. Once completed, the signed document can be auto (...)
(...) When User have permission to more then one entry point, the print action get first of it. User should be able to choose on witch point hi what to use.
(...) riting a SQL in 1 and 2, I have no chance for 3. I, for my part, would like to have the yellow highlighted variables in the attachment. For example I currently don't have a chance to get the current User language which would be required for my workaround here. https://community.webcon.com/forum/thread/45/15 Best regards, Daniel
(...) Can you please add an option to encrypt fields, and User configure who can decrypt ? Why ? Becouse, in some business appliactions, administrators not always should be able to see some confidential information send in BPS forms. Senders should decide.
(...) Hi, no idea about the future plans for the portal, but you should definitely consider adding some more functions, like: - User defined left menu - pages, not just dashboards - option to turn off the default dashboard - dashboard HTML element should have some kind of HTML editor, not just a narrow window for code pasting. It's hard to make any changes without copy/paste to external editor - dashboard (...)
(...) pproximately 500k customers (a mix of companies and persons) - each customer can have one or more banking accounts - each account can have one or more connected credit cards I would like to give the User s the option to search for a customer using data from each of the categories mentioned above. I'm trying to avoid importing this data as workflows because the data are live, each day new customers are (...)
(...) I already added a style overwrite for this. 3. If single row editing is used it would be better to display the icon on the left instead of the right side. Depending on the width of the item list the User needs to scroll and if you are unlucky the displayed info panel may hide the icon. Of course, I can't replicate the later case any more. Off topic It's nice to see that the status of some feedback (...)
(...) Quick Manual should be entry point, to see quick manual right now User must enter form to start process first. The order shall be the other way: first read manual, later start process.
(...) Some context - while we bind existing processes in another application, My Task section sums number of tasks from all connected processes. I know that as User i can filter them, but my proposal is to add some option for connected processes to not appering in active tasks section at all :)
(...) I'm trying to start a subworkflow from an item list. My item list will have the candidate for Positions and it will not be filled at the same time, each time there's a candidate for an offer, the User creates a row. To start my subworkflow I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an execution condition with the following SQL: if (...)
(...) "RequestBroker--ParseUri", "message": "Resource not found for the segment 'QSIqpc178RLEUBwAOebtldQpXQYuXrQU7MnmzAAAAAAENAAAOebtldQpXQYuXrQU7MnmzAAGXoPJPAAA='." } } The request was: PATCH v1.0/User s/[User id]/calendar/events/Field value (meeting ID - raw) I also tried to create a meeting with an API and then update the meeting with additional parameters, and that worked. Probably there is some (...)
(...) I'm banging my head on the wall... I'm sure there is an easy solution but can't figure it out at the moment. I would like to prevent User s entering duplicate values in a field when starting a new workflow and I don't want to use the Instance Number to achieve that. I have a process ABC with field WFD_AttText1. How do I prevent the User to enter a value that already exists in the field WFD_AttText1 o (...)
(...) Hi all! We are currently using the Google Maps field with address-based (dynamic) mode for registration of clients, which is in my opinion very User -friendly. The problem is, this mode shows the correct position on the map, but it doesn't store anything in the workflow item. We want to store Longitude and Latitude (e.g. in 2 extra fields of the process/workflow) along with Street, Zip and City (whi (...)
(...) ynamic filtering on views for datetime and people-picker fields. It can be done by extending the query in the datasource. The datasource can only be changed by administrators and designers. For end-User s it would by great having the possibility to use placeholders for filtering datetime and people-picker fields. My idea is having placeholders like [now] / [today], which would take the current datet (...)
(...) We are implementing a solution of Master Data Management and are trying to use Webcon as a User interface with all the logic behind forms. The database is prepared in MS SQL with different tables. The challenge we are having is to update entries with foreing keys. Scenario: Table 1: Country has one column (apart from ID) – 'Country' Table 2: City has two columns 'Country ID' (Choice column from table (...)
(...) reusable for any of us as they are. Although I personally find the built in Workflow-History very useful and really like it for admin-purposes, it might be some kind of an detail-overkill for common User s. In order to give User s a more simple look of what happened so far in the workflow, I created a datasource that should work for all workflows and translations. Values are shown depending on the use (...)
(...) ation functions: a) Modal dialog They could reuse the modal dialog from the "single row edit" instead of using the browser integrated alert/confirmation window. This would result in a more consistent User experience. Of course it would be nice to set title, body and button texts but I would be fine with setting the body at least. :) b) Allowing html for the body. Currently adding line breaks is clutt (...)
(...) m list with the dictionary details (only DB or Sharepoint is available), I don't want to do this by SQL query because in the future I will need to do maintenance work if something changes. And the User doesn't want to click Add for all the options needed. I don't have many ideas on how to this. Hope anyone has a nice idea!