(...) n takes up a huge chunk of time. Additionally, the end user is not given a response from the domain system when completing its task in the WEBCON BPS system. 3. Downloading dictionary data Downloading data from SQL view An external system provides data via SQL views. A delivered view is used in WEBCON BPS system as a data source. The view is polled on demand (online) – (...)
(...) or FALSE value. Examples of other such functions are: LIKE CONTAINS IS IN HAS ANY ROWS ATTACHMENT EXISTS These functions are described in detail in the article: Function dictionary for Business Rules and Form Rules (webcon.com)
(...) pecified by the user. Associated module: “Exchange rates update”. SOLR indexer Copying information from WEBCON BPS SQL relational database to SOLR non-relational (dictionary ) database and its update. Since SOLAR database is non-relational, text indexes are built from the database instances, so it is possible to find quickly dictionary instances by entering text values. A (...)
(...) ngle-Solution Access Licenses? The Settings tab for each process in the subscription model contains options to toggle Single-Use Access License and Single-Solution Access License. dictionary processes and Document template processes can still be used by any number of users without any licensing. How do Single-Use Access Licenses work and what are their limitations? A Sing (...)
(...) The newly configured source can be used to feed: Popup search window Autocomplete choice field Due to performance considerations, it is not recommended to use this type of source as a dictionary for the Dropdown list. As previously mentioned, an appropriate form has been prepared for the process. One of the workflow instance fields is a Choice field named “Participant& (...)
(...) Detailed information on specific functions and operations that can be accessed in the rule editor is available in the following article: https://community.webcon.com/posts/post/function-dictionary -for-business-rules-and-form-rules/237. Business vs form rule For the purpose of this article, form rules are used to execute arithmetic operations in the presented examples. It is one (...)
(...) er IDs to a technical field WebCon.WorkFlow.Extensions.GDPR.Actions.SaveIdsToTechnicalField Custom source – collecting personal data WebCon.WorkFlow.Extensions.GDPR.DataSources.dictionary DataReportDataSource Custom source – personal data usage WebCon.WorkFlow.Extensions.GDPR.DataSources.ElementsGridDataSource Custom source – external personal data sour (...)
(...) on: daniels-notes-.de There’s no application I know of, which doesn’t use some workflow relations. The most common is the parent-child variant followed by data referenced from dictionary processes, which further continues with grand-grand-children with other data references. The post shall provide an overview of the options we have to: navigate to the related elements display (...)
(...) ng a certain number of XP from a specific activity, employees can also receive virtual badges upon reaching certain milestones. How we introduced gamification based on WEBCON BPS: 1. XP dictionary - We created a simple dictionary where each employee's XP is collected. It has four straightforward fields: the process from which the XP originates, a description of the received XP, the employee (...)
(...) e right panel 30%, One column – the form content will have a continuous form and will be displayed in one column with a maximum width of 768 px. This is the default template for newly created dictionary processes. Fig. 2. Global form template in the “Recruitment” process It is also important to note that the selection of a Form template can be made for eac (...)
(...) ease note that once the button is used, an instance is irreversibly removed from the workflow. Therefore, it should only be used in applicable situations, such as when deleting duplicate entries in a dictionary process. Extras: the Is admin mode active? variable Finally, it is worth mentioning the ability to configure form elements in Designer Studio, such as path buttons, menu button (...)
(...) instance started based on Public Forms Note, however, that the Public Forms solution hosted on GITHub has several limitations: no ability to upload an attachment, no support for dictionary fields based on a source other than a fixed list of values, no support for Item lists. Summary Public Forms is a quick to configure tool that allows you to easily create dedicated (...)
(...) lt filters, row coloring, dashboard value filtering, etc. Business rules and Form rules Workflow phase and Workflow actor variables are now also available in the dictionary of the Expression editor displayed when creating Business rules and Form rules in WEBCON BPS Designer Studio. They can be found in the Values tab under System fields, as long as the functionalities a (...)
(...) HttpClient> GetAuthenticatedClientAsync(string portalUrl, string clientId, string clientSecret) { var url = $"{portalUrl}/api/oauth2/token"; var parameters = new dictionary <string, string> { { "client_id", clientId }, { "client_secret", clientSecret }, { "grant_type", "client_creden (...)
(...) 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 right di (...)
(...) request through the action and map the body on a field? In the body field as mentioned in the picture should be the body , the json but, is shown the type of collection ( System.Collections.Generic.dictionary `2[System.String,System.Object] )
(...) picker configuration (exact match, contains phrase, starts with). In my company, we collect customer data from several CRM systems. For one of them, we have the customer's data materialized in the dictionary database. We query this data about 9 - 30 thousand times a day, on average one execution takes 3 seconds. After changing the polling method from like to exact match (mediated by the SDK add-on), i (...)
(...) Hello, I tried to create a task action on a save path in the dictionary . After saving the task is created but I can't close the task. How can I close the task created? Thank you, Raluca
(...) Hello Webcon v. 2021.1.2.136 I have dictionary and few thousent lines inside. I display dictionary fields /10 fields/ on the form as "Choice fields" I need to group fields taking into account values to displaying only unique. I do not see grouping option/function. May be someone has solution ? THX in advace Jerzy
(...) Hi everyone, Is there a way to add attachments to dictionary process type entries? I only need one attachment per entry and if this will not be possible, I will have to redesign the process to the standard version.