(...) ive or positive. I thought about using the advanced settings, but I have no idea how. Documentation: You can also define the path dynamically. To do this, select Use advanced settings and create a suitable SQL query in the Advanced path choice field. When is this executed? a) When the first sub-workflow is started b) When one sub-workflow finishes c) When all sub-workflows are in state finished Verif (...)
(...) What type should be predefined in the input parameters to read a type field itemlist/enum in a sdk BPS 2020 Exteinsion Logic- BPS Custom Action utilizand ConfigEditable Enum/ ConfigEditable ItemList?
(...) 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 processes I have a global field with the unique identifier. I would like to use this key for a 1:1 join. I ca (...)
(...) arepoint site anymore, so i doubt its coming from site configuration there. TBH it is correct in all the other environments, so i seem to have managed it there somehow, but last night I searched all table s in content and config and cannot find the string anywhere. Does anyone know where i can change this?
(...) s constant wherever possible. Unfortunately there are some cases where this is not possible. For example in a "Person or group" field where the picker is limited to a group. 2) I added the "SearchAlltable s" stored procedure to look for any occurrence of the BPS_ID of the group. https://ignas.me/tech/searchalltable s-sql-stored-procedure/ Note for myself: I should add a second stored procedure which on (...)
(...) We are implementing a solution of Master Data Management and are trying to use Webcon as a User interface with all the logic behind forms. The database is prepared in MS SQL with different table s. 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 (...)
(...) h action: In my VS solution, I have made CustomAction that gets data from an external system as a list. I would like to return that list to ItemsList in my workflow. I have code like this: [ConfigEditable FormFieldID(DisplayName = "Pozycje nagłówka ", FormFieldTypes = WorkFlow.SDK.Objects.Enums.FormFieldTypes.ItemsList)] public List Lista_Poz { get; set; } public class Nagl_OT { [ConfigEditab (...)
(...) company respective business entity. Over the time it is possible they would change the company and so also the business entity. I found a dirty way by using an SQL Update directly on the WFElements table , but I am struggling by running this query by (cyclic) action on a separate path. The path is walking through fine according to the history, but no changes in the end. If I run the query with the "Te (...)
(...) oper.webcon.com/2021/resources/online-documentation-sdk/html/2c254e06-3ac3-3a82-7c44-dae3d829d1e4.htm) Does anyone know where these logs are located (log file on file system or a specific database table )?
(...) type of acces needed to the user in order to install the Outlook Plug-In from the browser platform. Is there a way to install the plug-in manually? I saw that for the Word Plug-In there is an executable file, but i couldn't find such a file for the Outlook Plug-in. Is only found a .vsto file. Thank you in advance! George
(...) setup refuses to show wildcard certificate, which was previously installed to personal store for local machine. The cerificate is showing in IIS, certmgr (Personal -> Certificates), but is not selectable in Webcon BPS installation. We cancelled setup and tried new installation (after dropping all databases), then the IIS creation page was not even showing. At the end of the day, we are left with 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
(...) on group headers are transformed to lower case, but could we get rid of it again? I can live with all upper case, but transforming all characters to lower case after the first one is simply not acceptable . - Abbreviations look like word - The corporate design may define how some words are written - It looks like a spelling error. This is even more true in German, all nouns are written with a capital (...)
(...) Hello, I tried to use "ConfigEditable DropDownList" for input parameters and it will return List object I uploaded the project sdk but not working. How to configure the type parameter ConfigEditable DropDownList? Best regards, Raluca Lupu
(...) his 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 = null where TRANS_Name = '' I created a support ticket for this. Edit: This will be fixed with an upcoming version. Best regards, Daniel
(...) r 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
(...) Hello there, we are using a table t pc at the reception counter for our digital 'guest check-in' process. It's just a seperate Dashboard with a report displaying the current check-in step. We are using the "Auto Refresher" for getting the latest check-in data. Our problem now is, that the smallest interval (1min) is still to long, the maximum value good enough would be 30 sec, otherwise the guest has (...)
(...) the list) and clone it to all the items on the list. The "update item list action" requires a unique ID of row to be updated, but on the registration step the item list is not in the WFElementDetails table yet (I guess...), so I can's get row ID's. I've tried adding a technical field with value of '1' to the list and making it the key for the update (I thought that if all the rows have the same value a (...)
(...) es to the same mayor file name with an attached ATT_ID or counting number. It would be great if in future versions there would be a third parameter under Attachment details, where the ATT_ID is selectable (SEE PICTURE). A counting number as fourth parameter would be even better ;-) Bye, Bjoern Poller P.S.: Daniel gave some alternative ways under: https://community.webcon.com/forum/thread/699/15 P.P (...)
(...) Is there a way to lock a specific item row for a list item at specific steps? I have a 4 row "table " and I need to make sure each row can only be edited in it's respective "phase" (step)