(...) ironment upgrade has been completed. 4. Practical tips and information 4.1 Verification of correct operation In the Windows "Services" section accessible from the Control panel , verify that the WEBCON BPS Search Service and the WebCon WorkFlow Service can be started correctly. To verify that the WEBCON BPS Search Service responds correctly, simply search for any phra (...)
(...) ation window brings up the Properties node, where you can select one of two area Display types: Axis or Blocks. For newly created workflows, the Workflow phases area is automatically added to the top panel of the form. The division of steps into phases is also visible in the Field matrix. In addition, enabling the functionality determines the content of its Standard areas tab. In this ca (...)
(...) r who added the file to the corresponding library will be visible on the SharePoint Online side. In such a scenario, user authentication must be properly enabled in the Azure Portal administration panel . The application created there must have the appropriate set of permissions to allow the user to log in and perform the appropriate operations in SHO. It is a good practice to define the minimum set (...)
(...) e performed using Microsoft Entra ID only. Registering the Microsoft Entra ID authentication application It is best to configure the application in the Microsoft Entra ID management panel before installing WEBCON BPS. This will allow you to specify the logon method and synchronize the user list during the BPS installation. However, the configuration on the WEBCON BPS side can also be (...)
(...) both reports. To do this, open the target dashboard (in this case, the "Information about orders" dashboard), switch to edit mode (User profile → Edit mode), and navigate to the Filter panel tab. In the tab window, go to the Available filters section and click the Add button to define the form field whose values will be used to filter the reports. In the newly (...)
(...) External content by Daniel Krüger; February 01, 2025 ; The original post has appeared on daniels-notes.de I already had a solution for changing the proportions of the left and right panel dynamically, but it broke with the release of WEBCON BPS 2025. I've reviewed it and improved it a little bit. There are now 2x4 options: 1/3 left/right no status panel 1/3 left/right option (...)
(...) tHub account, available at: WEBCON bps GitHub. On the main page you will find the source code, which you can use for your own development of the solution. The compiled package is located in the right panel . You should download the latest version. Fig. 2. Download the archive from the highlighted link – not the source code! The archive should be extracted to a previo (...)
(...) diting 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 moves on :) Best Regards, Daniel
(...) 1. Technical Application Supervisor could be shown on system dashboard (if not empty) + could be added as element on custom dashboard 2. Technical Process Supervisor could be shown on info panel (if not empty)
(...) Duble click on any field or action templates in the left panel , could open configuration of that field or action.
(...) ocessTreeStructureDownloader.GetApplicationGroupsStructure() at WebCon.WorkFlow.Studio.Forms.ModuleProcess.ProcessController.RefreshData() at WebCon.WorkFlow.Studio.Forms.ModuleProcess.Processpanel .RaiseDataRefreshRequest() at WebCon.WorkFlow.Studio.Forms.ModuleProcess.Processpanel .Modulespanel _Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) (...)
(...) ecked) { // Enable the creation of a hierarchy of bookmarks from H1 to H6 tags htmlToPdfConverter.PdfBookmarkOptions.AutoBookmarksEnabled = true; // Display the bookmarks panel in PDF viewer when the generated PDF is opened htmlToPdfConverter.PdfViewerPreferences.PageMode = ViewerPageMode.UseOutlines; } Best regards, Daniel
(...) Hi everyone, this is just a simple JavaScript which changes the assigned space of the left and right panel from 50% for each to 75% for the right and 25% for the left. The JavaScript can be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changepanel Width = {}; ccls.changepanel Width.execute = function (tim (...)
(...) bably a bug in ver. 2021.1.3.205 on webconapps.com. If you click Generate preview in Designer studio and save the process, the preview is available (when clicking on the step names in the Information panel in front end). As soon as I make some changes, e.g. modify a field name or any other modification and save the process again, the preview is not available anymore. I noticed also that the preview q (...)
(...) nction like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hintText) { let errorLines = $("#" + columnName + " .attributeErrorspanel li"); if (errorLines.length === 0) { $("#" + columnName + " .attributeErrorspanel ").css("height", "auto") $("#" + columnName + " .validation-error-panel ").addClass("has-error") (...)
(...) nc`2 applicationFilter, Int32[] permittedApplicationIds) at WebCon.WorkFlow.Studio.Forms.ModuleProcess.ProcessController.RefreshData() at WebCon.WorkFlow.Studio.Forms.ModuleProcess.Processpanel .RaiseDataRefreshRequest() at WebCon.WorkFlow.Studio.Forms.ModuleProcess.Processpanel .Modulespanel _Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e (...)
(...) d as form1, step2 and 2 days, saved it. 3rd record as form1 ,step1 and 1 day. when I clicked on save, it should give the a error message as given in the validation error message panel . The SQL I have on the form validation action on Save path is checking for IF NOT Exists and passing value 1 when the user entry is not a duplicate which means validation is successful and should a (...)
(...) Hello, I have a quick question - are privileges added to item through "Add privileges" action visible in the administrative "privileges to item" panel ? I'm asking, because I have an action that is being run on an item, there is no error, but the rights given rhis way are not visible. Is it normal (I have the latest of 2021 versions still running)?
Hello to everybody, today I encountered an issue within WEBCON BPS V. 2022.1.2.59 that was reproducable and maybe this hint may help someone having a similar issue: I raised a SOAP web service action template some weeks ago in the version mentioned and today was forced to change it as new parameters had been added to the listener that I needed to add to the configuration. I was able to ente
(...) "beta", "url": "/api/data/beta", "loginUrls": [ "/api/login", "/api/oauth2/token" ] } ] } I checked my admin panel in WEBCON BPS and everything looks ok.