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

search results

for dictionary

(...) 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 (...)

(...) original post has appeared on daniels-notes.de In my latest post I covered my personal No-Go's and their alternatives when using WEBCON BPS. The topics are: Fixed item lists and logic dictionary data sources SQL Queries Always add a filter for the company Use order by, when using Top Build-in Users business rules Using the author field You can read up on those  (...)

(...) functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Choice tree   Introduction The Choice tree form field allows dictionary data to be displayed on the form as a tree graph rather than a traditional list. This approach significantly improves readability, especially for dictionaries with multi-level hierarchies or parallel (...)

(...) e values on the fly. In my latest post I talked about how to simplify this approach using a centralized source and a decentralized variation:   The centralized data source has a backing dictionary which is used to store and manage the data. The decentralized data source has no backing dictionary . You can simply select a value from already existing ones or add a new one ‘My tag’. (...)

(...) ; Related documentation A detailed description of the functionalities mentioned herein and their configuration can be found in the following sections of the WEBCON Help: Getting started dictionary process Getting started This article presents an example of a simple process that supports MultiSport card management in an organization. MultiSport cards are a popular employee benefit in (...)

(...) 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.

(...) Hi all, we created a new workflow, mainly to store information about our companies and important documents for them. To make sure the users attach a structured set of documents, I created a dictionary of document types, along with translations for them which are defining which document is attached in which row of the item list. The item list is initialized with a set of standard document-types that shoul (...)

(...) I hope I can explain it right... I'm trying to add an autocomplete column to an item list that is filtered on a multi select column. So I have a projects dictionary , and want to select a project from that. Each project can have multiple employees working on it, therefore I created a multi-user selection in the project dictionary . When selecting the project I want to get all projects where my account is in (...)

(...) s something like "+ Restore defaults" and I want to change it to "Update details", as the functionality in my list is to update some fields on the list if they were changed outside of the process (in dictionary ).

(...) Hello everyone. I continue developing my module with apartment reservations and came across another problem. dictionary contains apartments and parking places (together, as most parameters are common for both types). Some apartments have dedicated parking place (this fact is stored in one of parameters of apartments). When I select an apartment that has dedicated parking place I manage to check and store th (...)

(...) Hi, we have created a data dictionary with people picker field. This people picker field has few team member names. I need to setup a process to check the dictionary everyday if there inactive users. If inactive users found, send email notification to Admins. Please suggest the best way. Thank you

(...) Hello! I've been quite active recently with questions while developing a CRM module. Today is not different. There is a process with elements serving as dictionary of "sales objects" (not a dictionary type process but a standard one at the time). There is another process called "Sales transactions". In this process there is an item list holding the items to be sold at the current transaction. These item (...)

(...) cation.PortalRequestHandler.ExecuteGetRequest(String path) at WebCon.WorkFlow.Studio.Logic.PortalService.PortalService.GetUserByBpsId(String id) at System.Collections.Concurrent.Concurrentdictionary `2.GetOrAdd(TKey key, Func`2 valueFactory) at WebCon.WorkFlow.Studio.Logic.Managers.PermissionsManager.ConvertLoginIntoPermission(String login) at System.Linq.Enumerable.WhereSelectArrayIt (...)

(...) Is it possible to sort by the selected column (additional column, e.g. priority) in the dictionary selection field? Or to arrange your own order?