(...) ment use every day the dedicated "Sales" application on the WEBCON BPS platform. This application allows them to register orders, oversee their execution, and manage relationships with both client s and suppliers. Since the department employees frequently use various reports in their daily tasks, it was decided to streamline their work by making all reports available in one place within the app (...)
(...) .[dbo].[WFDataAttachmets] ON ATF_ATTID = ATT_ID AND ATF_Version = ATT_FileVersion AND ATT_IsDeleted = 0 AND ATT_WFDID = {WFD_ID}" try { $connection = New-Object System.Data.Sqlclient .SqlConnection $connection.ConnectionString = $connectionString $connection.Open() $command = $connection.CreateCommand() $command.CommandText = $query $reader = $command. (...)
(...) As the producer of WEBCON BPS, we strive to provide our client s and partners with the best possible software. With each release, the platform is developed according to the highest industry standards and subjected to rigorous testing procedures to ensure stability, reliability and security. Each major release of the platform (e.g. WEBCON BPS 2025) is supported for 12 months for bug/erro (...)
(...) up an App registration to upload documents to SharePoint using REST actions in WEBCON. Since WEBCON BPS 2025 does not support certificate authentication I had to persuade SharePoint to allow client id/secret authentication. Maybe I did something wrong, but I also was not able to use the build in OAuth authentication option. Therefore, I added an example on how to get and use the access t (...)
(...) release added a new SDK type the “CustomRESTAuthentication”. This allows us to implement our own authentication options. I made use of this to add support for accessing SharePoint using client id/certificate instead of client secret. A few features I implemented: Providing custom body and headers Reusing the access token Reusing the proxy You (...)
(...) cker container This article focuses on the first option – direct installation in IIS. The described scenario assumes the preparation of an external site that will allow potential client s to request contact for more detailed information. The functionality prepared in this way will be able to be embedded into the site as an IFrame. Fig. 1. Diagram showing the communi (...)
(...) read and agree to follow the established rules. You also agree to keep forum discussion limited to topics best suited for this type of medium. We wish for this forum to be a place where our partners, client s, acquaintances, and anyone interested in WEBCON BPS can connect with their peers, solicit advice, share experiences, and add to conversations. Please take a moment to read and understand the rules. (...)
(...) Hello everyone! I'm looking for some ideas how to implement the following scenario: - client has approximately 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 users the option to search for a customer using data from each of the categories mentioned above. I'm trying (...)
(...) he APP business administrator privileges without success. Using impersonation worked though. Regards, Daniel let api_url = "http://*.cosmoconsult.com", token_path = "/api/login", Content = "{'client Id':'4c01c4fb-9b82-4912-b410-5e54ef352e2b','client Secret':'*','impersonation': { 'login': '*' } }", Token_Response = Json.Document(Web.Contents(api_url, [ RelativePath = token_path, (...)
(...) Hi all! I am new to WebCon BPS. I wonder if it is possible to get all items of a process or a datasource/dictionary defined in BPS from client side via REST API. In SharePoint I did something like this: _api/web/lists/getbytitle('MyList')/items?select=Title... This does not seem to be possible with BPS REST API or at least I did not find it ;-) I am thankful for every hint pushing me into the righ (...)
(...) Hello everyone! I have two questions. 1. Did anyone use the absence process template as the time schedule for the employees? My client has many different shifts for employees and I was thinking of presenting the data with the mentioned process. Any ideas would be appreciated. 2. At this point my main problem are the colors presenting the vacation type (which in my case would be the shift). The Vacat (...)
(...) Hi all! We are currently using the Google Maps field with address-based (dynamic) mode for registration of client s, 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 (which (...)
(...) tep they want to receive notifications and from which not. Just like they can personalize portal main page. Now if user are assigned to a lot of applications, it usually create mail rule in it's mail client which move all notifications to one place, which provides to situation when some really important notifications are missed by users.
(...) Hi, I am trying to use WebDav in order to edit other types of documents (Others than office apps). I have installed the server side plugin and the client side plugins, but I have no idea how to enable any sort of edit button in WEBCON that would trigger the WebDav App. I have tried the demo in this website: https://www.webdavserver.com/ and works, but that only confirms that I have the client side plu (...)
(...) Hello, Our client can't give the type of acces needed to the user in order to install the Outlook Plug-In from the browser platform. Is there a way to install the plug-in manually? I saw that for the Word Plug-In there is an executable file, but i couldn't find such a file for the Outlook Plug-in. Is only found a .vsto file. Thank you in advance! George
(...) Hello, Is there any way to collect feedback from mail and send it to Webcon, like 1 to 5 starts rating? I need a solution where the client doesn't need to have an account for WEBCON.
(...) te one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form" action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form rules with alerts, which are called when the field value is changed. So I have to implement the same (...)
(...) by every authentication provider: - 'Official': https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest - Google: https://developers.google.com/identity/protocols/oauth2/web-server#creatingclient - Microsoft: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow 2. Those who are using custom endpoints will know what they are doing. Of course it would be gre (...)
(...) Control.SetVisibleCore(Boolean value) at DevExpress.XtraNavBar.NavBarGroup.SetControlContainerVisibility(Boolean visible) at DevExpress.XtraNavBar.NavBarGroup.UpdateControlContainer(Rectangle client Bounds) at DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.UpdateGroupBounds() at DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.Calc(Rectangle bounds) at DevExpress.XtraNavBar.NavBarControl. (...)
(...) .webcon.com websites don't mention much about it (Almost no information about configuring it or handling BPS users). Does anyone have any article abut it? It would be useful to know how to get the client Id and secret and how to manage BPS Users passwords. Thanks!