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

search results

for css

(...) also use data stored in the WFElementTasks table. By running synchronization in BPS Studio (as shown in Figures 2 and 3), we enable the collection of data related to statistics to the “Analyticss teps” and “AnalytiscUsers” tables. The data regarding the expected time in step and edit time for an instance is stored in the columns of the step configuration table (WFSteps - co (...)

(...) of the cell SET CELL FONT DECORATION - sets bold, italic, underline SET CELL FONT SIZE - sets the font size SET CELL FONT FAMILY - sets the text font SET CELL STYLE - allows you to select the css styling of the cell Note: These functions should only be used inside the FOR EACH ROW function - otherwise the system does not know to whom to refer row. 

(...) user). Style and behaviours   Define how the style of form fields is to be changed compared to the standard look (highlighting, font colour/ background). It will be modified with css . Step Information required to add a new step. Tab. 3 Information about steps   Step Required:   Name Step name (...)

(...) TE dbo.IndexOptimize @Databases = 'BPS_Content_PROD', @FragmentationLow = NULL, @FragmentationMedium = NULL, @FragmentationHigh = NULL, @UpdateStatistics = 'INDEX', @LogToTable = 'Y', @Statisticss ample=100, @OnlyModifiedStatistics = 'Y', @Indexes = 'ALL_INDEXES, -BPS_Content_PROD.dbo.WFHistoryElements, -BPS_Content_PROD.dbo.WFHistoryElementDetails, -BPS_Content_PROD.dbo.WFActionExecutions,-B (...)

(...) orm type name †, ˆ System form fields ‡ User-defined form fields   It is worth noting that the appearance of the form fields and their values in History is uniform, regardless of the css styles defined for these elements on the form. Additionally, the top left of the History window displays Instance number and a menu with options, such as: Go back to instance, Expand all, and Coll (...)

Applies to version: 2019.1.x and above; authors: Wojciech Mleczko, Krystyna Gawryał   Introduction WEBCON BPS supports barcodes as a method of identifying documents and workflow instances. Using barcodes allows to automate the process of scanning and registering paper documents. Stickers with barcodes simplify archiving documents, and based on barcode labels it is possible to quickl

(...) stent rendering across a wide range of email clients and devices. These challenges can be formidable, especially for those without a deep understanding of how various email platforms process HTML and css . Compatibility with Various Email Clients: One of the most significant hurdles in email template design is the fragmentation of email clients (like Outlook, Gmail, Apple Mail, etc.). Each client i (...)

  Applies to version: 2023 R3 and above; author: Łukasz Maciaszkiewicz   Introduction With the release of the 14th cumulative update (CU14) for Microsoft Exchange Server 2019, there has been a revision in the approach to the Extended Protection feature. As a result, the feature, previously optional in earlier update packages, is now automatically enabled by default during in

(...) list and had "Single row edit" activated, you may have been confused which cell is required. In this post you will: See one solution to add a grid to item list /data tables Define css in a way, that it can be different for light and dark themes READ MORE: HERE

(...) ne exception, I didn't had the idea to with the "one column" option where there's a padding on the left and a right. Maybe someone else takes the time to fiddle around with the css . You can read up on it in this post: Revised changing left/right layout This is the revised version because the version in 2021 didn't use HTML fields as they haven't been availabl (...)

(...) of text-based groups on the form. It became simply too cluttered, despite the use of groups. Using tabs for sorting would have been the least effective solutionin this case. After experimenting with css , we created a style parameter that we’d like to share. We’re happy with the design, and we hope some of you might find it useful as well. The CONTROL STYLE parameters are as follows [t (...)

Applies to version: 2022 R1 and above; author: Konrad Keppert   Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found on the following pages: Run a PowerShell script | WEBCON BPS Install Azure PowerShell on Windows | Microsoft Learn   Introduction Users of WEBCON BPS often face the need

(...) Even so I wasn't to sure how to implement it, my immediate answer was "Yes, that's possible". I'm quite satisfied with the result, especially because this solution only uses css . :)     You can read up on how to do it here.

(...) ional status panel Full width left panel no status panel Full width left panel optional status panel and the other way around for the right panel.     You can find the css definition in this post. If you are not yet using WEBCON BPS 2025, you may combine the constant approach with the css  for the 'old UI' 

(...) st of processes and form fields.   Fig. 12. Form configuration   In addition, it is possible to visually improve the design of the created form using graphical elements and css .   Fig. 13. Configuration of displayed information   At the bottom of the configuration screen there is a list of form fields taken from the selected process.   (...)

(...) Current stable: v1.9.4 (2023). For CDN usage, SRI/Integrity is recommended. <meta charset="UTF-8"> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css " /> <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"></script> <style> #map { height: 480px; width: 100%; } #popup { po (...)

(...) f these ring a bell: New licenses starting with version 2026.1.4 UI Updating reports and dashboards New Admin mode icon Renamed labels Parent workflow and Subworkflow instances css Ellipses / trailing dots .primary-button class not applied in HTML fields Top alignment of indicators ms-icon replaced with fluent Increase of choose fields to 400 (...)

(...) g on the Webcon version, the platform applies this value slightly differently in HTML classes. For attribute group coloring, in version 2025, you need to pay attention to the repeated color in the css class header-panel__header-name group-panel__header__name tooltip--trigger, while in 2026 it appears in span.webcon-ui.text.text__subtitle-2-strong.text__base To avoid duplicating the t (...)

(...) Hi, I've run into an 'issue' using the 'Generate a Pdf file' action. https://community.webcon.com/forum/thread/770 I used 'new' HTML / css features which haven't been supported or even been available by the provided version of the 'Winnovative HTML to PDF Converter' engine. WEBCON BPS utilizes version 7, while the current version is 15. As far as I could find out version 7 dates back to 18 Feb (...)

(...) ion showError(columnName, hintText) { let errorLines = $("#" + columnName + " .attributeErrorsPanel li"); if (errorLines.length === 0) { $("#" + columnName + " .attributeErrorsPanel").css ("height", "auto") $("#" + columnName + " .validation-error-panel").addClass("has-error") $("#" + columnName + " .attributeErrorsPanel").append("" + hintText + "") } } function re (...)