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

search results

for tag

(...) ions checkbox. This functionality allows you to apply additional colors to the Widget whenever a specified value (threshold) is exceeded. Once you select the aforementioned checkbox, choose Percentag e in the Threshold type column of the table below [the threshold will be calculated as a percentag e of the specified value (basis)]. In the Basis column, choose Maximum value (i.e., the total project (...)

(...) ption. On the right: a template with variables instead of values (the Word template option).   Additionally, by using the HTML template option, you can generate an HTML template containing tag s for individual form fields and their elements. Those tag s can then be used to create your own HTML template.     Instance History in admin mode The administrator’s sp (...)

External content by Markus Jenni; October 1, 2024;  Html5 introduced the min/max attributes, which allows us to set a range of allowed values. In addition to these. There is also a step attribute to only allow certain steps in between the range. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps:

(...) ed (or installed if this has not been done before). By default, it is recommended to select "Update" for all components.   ​​​​​​​​​​​​​​3.5 Prerequisites The prerequisites stag e verifies the elements necessary for the upgrade to run properly and for WEBCON BPS to operate correctly after the upgrade. If additional actions are required in the course of the verifications, appr (...)

(...) roduction Version 2025 R1 of WEBCON BPS introduced two new functionalities: Workflow phases and Workflow actors, which aim to visually divide the steps and tasks assigned to them according to the stag es of execution (phases) and the people responsible for their completion (actors). Together, these functionalities create an additional layer of visualization of the workflow, making it more transpare (...)

(...) to the Instance details section. Enter the instance name in the Name field, and select West Europe in the Region field. Once you fill out these fields, proceed to the next tab by clicking the Next : tag s > button.     The tag s tab enables users to add tag s for categorizing resources. However, in this scenario, this operation is not required and can be skipped – click (...)

(...) at highly automates business processes implemented using WEBCON BPS. The date and time at which a timer is activated and re-executed can seem difficult to predict. However, in order to take full advantag e of this functionality, it is essential to understand the principles on which these values are calculated. The premise of the changes introduced in version 2025 R1 was to make this process easier for (...)

(...) es.   My tasks In the My Tasks section, it is possible to flag tasks in the list of tasks assigned to the currently logged-in user (Fig. 5). As in the case of the workflow instance, the tag ging menu is displayed after clicking on the icon with three dots. Fig. 5. Flagging in My tasks   Moreover, after clicking the filter icon located in the upper right corner of the Ta (...)

(...) External content by Daniel Krüger; January 17, 2025 ;  The original post has appeared on daniels-notes.de   During the WEBCON tag in Munich I was asked, whether we could limit the size of an item list with many columns. 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, espec (...)

(...) ion: 2024 R1 and above; author: Łukasz Chechelski   Introduction   The Public Forms mechanism is an interesting solution that allows you to create external forms whose main advantag e is anonymity. The site built in this way communicates with WEBCON BPS via the REST standard, creating new instances in specific processes. It is important to note that the mechanism is available for (...)

(...) rnal view (case when WFD_IsFinish = 1 then '2#Is finished$$DE$$Abgeschlossen' when DATEADD(DAY,-2, WFD_AttDateTime1) < GetDate() then '0#Less than two days until due or overdue$$DE$$Weniger als zwei tag e bis Fälligkeit oder überfällig .' when DATEADD(DAY,-10, WFD_AttDateTime1) < GetDate() then '1#Less than 10 days until due$$DE$$Weniger als 10 tag e bis Fälligkeit.' else '2#Due in more than 10 days$$ (...)

(...) By having a copy of a external file as attachment instead of only having a link to it, we can take advantag e of the great preview functionality. How ever, having copies of a file increase the risk of having multiple versions and loosing track of the relevant document. In my case, we have customers who wants to link to files in SharePoint and other dms. So I'm wondering, how you guys solve this cha (...)

(...) Dear WebCon Team, the Concat function is a great advantag e for text handling. Unfortunately, it is very hard or let's more say inconvenient, if you forgot a text part. In my understanding it is not possible to replace concat parts or even add text parts before or change there position. e.g. concat[Happy][Weekend!] so I would like to say "Happy easter Weekend!" for this I have to delete Weekend! a (...)

(...) tion option to automatically create bookmarks, the attachment shows the result: https://www.winnovative-software.com/Help/html_to_pdf/Index.aspx // Auto Create a hierarchy of bookmarks from H1 to H6 tag s found in HTML if (autoBookmarksCheckBox.Checked) { // Enable the creation of a hierarchy of bookmarks from H1 to H6 tag s htmlToPdfConverter.PdfBookmarkOptions.AutoBookmarksEn (...)

(...) Hello, During an export I get a process export error like below: Invalid reference tag occurences: Business rule (13551) - "Column "BasicDesignerXml" in table "WFBusinessRuleDefinitions" contains a variable referencing object "Form field" with an ID of 11805. Referenced object does not exist" The thing is I don't have any form field with ID 11805 and I don't use any business roles in tha (...)

(...) lemented this use case and optional contact de-tails. Let’s me stress this last fact, no one would be listed if he/she doesn’t actively express this wish. In addition, these use cases would get some tag s, for example so that you could get all use cases by industry. Besides these use cases, I would add a section for “SDK actions”. This could be links /descriptions to SDKs provided on GitHub or what (...)

(...) Is it possible to create at the finish stag e word file using data from WFHistoryElements table? Where should I store data regarding stag es, time of the stag es and person details assign to this stag e to be able to used them in document template?

(...) nAddMsgConfig reasonAdditional, DataTable elements, String securityPhrase, List`1 peopleToSet) at WebCon.WorkFlow.Base.Actions.SetSecurity.FireAction(WorkFlowObject wfObject, IWFAction wfAction, Itag Parser tag Parser, IAutomationDataHelper automationDataHelper, String& message, String& logMessage) at WebCon.WorkFlow.Base.Automations.Engine.Evaluators.ActionEvaluator.FireAction(ActionBase actio (...)

(...) Hi everyone, there's something I really don't understand. I'm currently using BPSExt-Signing-DocuSign extension https://github.com/WEBCON-BPS/BPSExt-Signing-DocuSign/releases/tag /2022.1 When I clone the branch and build it, the build folder contains another (older) "System.ComponentModel.Annotations.dll" assembly than the release. The reason for this is, that the plugin action CheckAllDocum (...)

(...) Hi, Is it possible to include the comments field into a pdf generated based on a template? So like you can include various form fields by creating a tag e.g. {WFD_AttText1}, is there such a code for the comments field? And will it work if we include it in a template to generate pdfs? Thanks!