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

search results

for columns

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

(...) Hi All, Does anybody know why system column "Step" on any report is empty? It doesn't show anything. Other columns are ok and show information from workflows. I noticed that when I enable Grouping on Step, every step name shows on the left of report but still not on the system column.

(...) I have the scenario, where i keep e-mail address and other informations in an itemlist. Now i need to send e-mails for each recipient in the itemlist. The e-mail contains informations from other columns in this list. By having three entries in the itemlist, there would be three e-mails with different content to be sent. Currently i'm thinking about creating a simple workflow to send an e-mail. The wor (...)

(...) urce configuration. After updating to version 2021 R3, all REST data sources configured in versions older than 2021 R1 will cease to function. Data sources configured in 2021 R1/R2 will only return columns from a collection that have been manually selected, whereas previously they would load all columns without needing to select them individually. For a data source to return columns from a collection (...)

(...) might be a controversial one when it comes to performance, but sometimes it could be quite useful to be able to bring that value in reports. Some of that sometimes could also be done with calculated columns in reports, but it could be easier I suppose.

(...) Hello, I made a report in WEBCON Designer Studio and one of the columns is "Link". However, when I export that report to excel, that column is converted to a simple text (not a link). Can I in some way configure it to receive in the exported excel that column as link? Best regards, Vitalii Lukash