(...) nched. The import steps are described below. 1. Information This step displays basic information about the imported automation – its name and description. This information is editable . (To proceed to the next step of the wizard, click NEXT each time. To return to the previous step, click BACK). 2. Connection configuration The imported global automation (...)
(...) ith complex data flows that require multi-step processes, transactionality, handling multiple types of objects at once, or performing complex queries and modifications, a public REST API is a more suitable solution due to its greater flexibility and the ability to write your own extensions. It's also important to note that the public REST API is designed for situations where a single automation (...)
(...) workflow history, we came up with the idea of transferring them to the attachments section instead. Since no further processing was required - the images were purely for documentation - this was a suitable solution. The file names of the images could be derived from the values stored in the picture field. Since we initially struggled a bit with the CONVERT, my colleague Lena and I agreed that this f (...)
(...) ATT_WFDID = {WFD_ID} AND dbo.ClearWFElemID(ATT_Attribute1) = 1 AND ATT_IsDeleted = 0 In this field, you must define an SQL query on the WFDataAttachmets table that returns the ID of the attachment to be signed. For this scenario, the query is limited to the current instance and filters attachments from the To be signed category that have not been deleted. (...)
(...) d and configure widgets, and organize the space in a functional and aesthetic way. What is the design grid? The design grid is a graphical layout that allows for the orderly and predictable placement of elements (widgets) on a dashboard. In WEBCON BPS 2025 R2, the design grid consists of 12 columns that define the width of individual widgets, and a variable number of rows that are dynam (...)
(...) ollowing sections of the WEBCON BPS Help: Actions | WEBCON BPS Automations | WEBCON BPS Services | WEBCON BPS Introduction A short response time ensures a smooth and comfortable experience for end users. However, some operations may take too long to meet this expectation. This can result from suboptimal configuration, an excessive amount of data to process, insufficient infr (...)
(...) d square, orange triangle and green circle. In addition there was the question if it would be possible to provide a tooltip what each icon indicates. I've currently added an explanation above a data table but this won't help in a report. Therefore it would be good if we could provide an explanation in addition to the indicator value. While I'm wishing, supporting multiple language would be good too. : (...)
(...) in all environments. But the functionality o Word templates are very simple. It's now enough flexible for control conditions for hide, show etc. information's. For example: You can not show header of table , but empty row is always. In HTML you can control this. Adding using GUID in HTML templates give the more flexible possibility to build templates witch information
(...) here how understands power query? I got a task to retrieve data from a BPS report in excel to use it for additional analysis. I was able to retrieve the data but transforming the json response to a table is beyond me. Just in case there's someone who would be able to do it but doesn't know how to retrieve the data I add the logic below which can be put into the advanced editor. You need to create an (...)
(...) 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 some classes like ConfigEditable Grid, ConfigEditable GridColumn in the SDK, but I'm missing samples how to use them. Does anybody have experience with this type of configuration?
(...) 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