(...) 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 (...)
(...) 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.
(...) ts option to a tab? I'm currently trying to create a form, which should: - look good or at least ok - be usable with a big multi line text box - while using the task "view" and displayed info panel - has to compete with a paper based process with an arbitrary number of steps and options to write any information on the paper Best regards, Daniel
(...) _all_ possible languages. [We have the Data Protection Notice in 8 languages.] What would be the best way to provide this information to a visitor on the form? I have already thought about a tab panel and an HTML field. Unfortunately, I haven't come up with an idea yet how to display the HTML field depending on the selected/user language. (Or if there is a possibility for the user/visitor to sele (...)
(...) s.Forms.Form.ShowDialog(IWin32Window owner) at WebCon.WorkFlow.Studio.Forms.MainForm.GenerateProcessDocumentation(Process selectedProcess) at WebCon.WorkFlow.Studio.Forms.ModuleProcess.Processpanel .bbiProcessGenerateDocumentation_ItemClick(Object sender, ItemClickEventArgs e) at DevExpress.XtraBars.BarItem.OnClick(BarItemLink link) at DevExpress.XtraBars.BarButtonItem.OnClick(BarItemLin (...)
(...) Hello :) I have an issue with attachments. I added new .xlsx file into attachment form field - this was empty file with picture inside. Now when I am trying to open it in preview panel picture is cut like below. Does anybody have an idea what can be a reason? Thanks a lot for help