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

search results

for columns

(...) Applies to version: 2023 R3 and above; author: Krystyna Gawryał   Introduction In WEBCON BPS, it is now possible to perform automated operations on the rows, columns , and values of the Item list. Previously, these operations were executed using the Change item list values action, with the final result determined by the mode chosen by the configurator. However, version 2023 R3 introduced si (...)

(...) e set to initialize either at the start of the process or at each step, providing the flexibility to include only the necessary information for each stage. This allows for the selective population of columns based on the specific requirements of the workflow. Data Population in the Itemlist Itemlists can populate data either dynamically or statically. Dynamic initialization typically involves i (...)

(...) choosing Created this month. As a result, the Head of the Department will get insight into tasks executed by their subordinates in the current month.     Then, navigate to the columns tab to define the columns to be included in the data source. Some predefined system columns are visible by default, but from the perspective of the Head of the Department, it does not seem necessary (...)

(...) ing method using the Filter editor… option in the context menu that appears when you click the heading of any table column. In a similar manner, you can change the table's four default columns by selecting the Column Chooser option from the previously mentioned context menu.     Importantly, in addition to presenting the added elements, the ToDo List window also all (...)

(...) ist, you can achieve this by adding your editable ID column and JavaScript code. A short video shows the end result of the modifications added to the list.   To begin with, we add 2 columns : ID and T_ID, of type Floating-point number to the list, set them as default value : Ordinal number, and change the configuration as in the attached screenshots. ID: T_ID:   (...)

(...) instance. The idea is, to implement an sdk custom action, where I am able to configure a mapping between the pdf form fields and fields of the workflow instance. The ideal solution is having two columns in a dynamic grid (similar as in the image attached), where i am able to add as many rows as i need. One to define a name of the form field (text) and another to pick from my workflow fields. I found (...)

(...) Hello, Do you know the possibility how to place a gantt chart in a process that was not created as a "Vacation" by template? I have columns : "person", "date from" and "date to"

(...) Does anyone know if it's possible to show data not present in an application on the report? I have read the article about calculated columns (https://community.webcon.com/posts/post/using-calculated-columns /196/3) but that's not my case. What I would like to do is join the items from the report to a table in a different database (on the same server) or to an existing MSSQL data source. In many processe (...)

(...) pared in MS SQL with different tables. The challenge we are having is to update entries with foreing keys. Scenario: Table 1: Country has one column (apart from ID) – 'Country' Table 2: City has two columns 'Country ID' (Choice column from table Country) and 'City' So in City table, we have one foreign key that shows on Country table. Issue: When we update the Country name in SQL – Name of the Count (...)

(...) nums.FormFieldTypes.TextSingleLine)] public string DataOdn { get; set; } } In Run() I put records from an external system to Lista_Poz. In Designer Studio I have created Items List with columns like in Nagl_OT. When I call my action in the workflow I get an error:Invalid cast from 'System.String' to 'WebCon.SAP.CustomActions.NaglowekOT+Nagl_OT How should I implement Items List in my solut (...)

(...) Hello, it would be nice if there`s a possibility to customize columns in build-in Archive report (Searching structures), independently for each application for example :)

(...) Hello all, Does anyone configured an Item List to be initialized with a SQL query that will query from another database? In this case I want to query from an Oracle DB and initialize the columns with the columns from the query: select milestone as {DCNCOL:185}, milestone_date as {DCNCOL:186}, amount as {DCNCOL:187}, currency_code as {DCNCOL:188}, amount_euro as {DCNCOL:189} from PL_Invoicing (...)

(...) match (=) is 2% of the query cost. Due to the very high yield for the environment (large BPS instances), I propose to create a new type of selection attributes, where we give up filtering, and for columns intended for searching, we will add an additional search method parameter to the database: LIKE%, %LIKE%, exact match (=).

(...) Hello, I am using an itemlist to show some data to the user. In some cases, the list contains over 50 elements. Because it also has a lot of columns , it is very hard to follow sometimes. I would like to at least make the table header sticky. How can I do that? Thank you in advance! Best regards, George

(...) Hello Community! I have a simple question (at least I think so). Is there a way to make a report that does only show certain columns and DOES NOT link to the details? I have a business delegation process and would like to allow everyone to check who's delegated and when. I do not want everyone to be able to check details of delegation, costs, etc. And clicking on a report row allows me to go to the detai (...)

(...) le to loop over all rows of an excel file? I have an excel file with employees information(say 50 rows of employees). I want to navigate through each row, read and populate data in my form from excel columns and then trigger a workflow for each employee.

(...) g the new version with our existing processes, and stumbled upon something that didn't occur to me in the past. I have a crucial picker field in an item list, that has target fields from some of the columns in that same item list. It works in our current PROD version (2020.1.3.411). In 2021 it throws: "Sequence contains no matching element" - Error, and the value is not transferred into the target (...)

(...) EST Designer Studio. When you save a process using the REST designer studio unset translation of changed objects are saved as a blank string instead of null. This may lead to empty Step and Form Type columns in reports and other objects using internal views. If you are already affected by this you can decide whether to wait for a fix or update translates table. update [Translates] set TRANS_Name = nul (...)

(...) application, I will create a blog post for this. Source and exported application: https://github.com/Daniel-Krueger/webcon_reportSubscriptions Attachment: Because of sensitive information I blurred columns in the report screenshot and the table in the mail. Best regards, Daniel

(...) m/forum/thread/555/46 having been removed in 2021.1.3.143 (tested, worked fine), something similar is happening in 2021.1.3.163 when you use a picker field in an item list, and map it's data source-columns into other columns of the item list. It then throws: "b.map is not a function"-error, see attached screenshot. If I dont map data source columns to other columns it doesn't throw an error.