WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Top rated

top rated

MVP

Hi everyone! Does anyone know how difficult is to upgrade Webcon from Express to Enterprise AND at the same time set up the test environment with all existing processes (that were developed on the Express version)? Is it even possible? I'd like to be sure that there will be no problems later with the import-export mechanism for the existing processes. TIA, Martin

Hi, I have a main workflow where I have 5 text fields. Some of these fields are displayed on the sub workflow form(Sub Workflows start on a specific main workflow step) Sometimes I have to change one of the filed value on the main workflow( on step " Wait for sub-workflows) which is displayed on the subworkflows form. When I change field value on the main flow, the same field is not updated on the subworkflows form despite it is the same field. Do you know how to update the field on the (...)

Hello! I have another case to solve. There is list of employees which is maganed by one employee A. That employee A wants to share that list to few directors (B, C) to ask them for fill in some columus. My question is that is there some action to split item list for subprocesses and then, after directors (B, C) fill data, return it to main process (to employee A)? The condition that need to be met is that director B can't see data of director C (only employee A who manage the list can see a (...)

Hi community! We are getting some data from external system via REST API. Specifically workflow elements are created and there is a default path for saving workflow element. This can be easily done with the well known POST endpoint: /api/data/v4.0/db/{dbId}/elements Now we are facing the challenge to check if there are already elements in our system, to avoid duplicates. This can also easily be done with an integrated SQL query like Select Count() from WFElements WHERE ... So we (...)

When I try to generate documentation of my process I get error: "Sequence contains more than one matching element", see included attachment. Application has no real issues, what to do?

Whenever I try to change the language of column "instance number", my report throws up this error "An item with the same key has already been added". How to fix this issue? Please suggest.

Hello folks, How can I let a user group delete all attachments, not just their own? Currently it seems as if a non admin users can only delete the ones they uploaded themselves. But we have to let a group of users delete any attachment. Is there a way to maybe toggle is somehow? Or is javascript neccesary? Kind regards Fabian

Hi. I was very optimistic that I could sign PDF files with locally installed certificates (Adobe reader functionality) using the "IT hit Edit Doc Opener" Addin as mentioned in the Webcon Knowledge Base (https://community.webcon.com/posts/post/new-way-to-use-a-digital-signature/253). So far everything works as described until I want to save the signed attachment. Doing so I get an error message "document can't be saved. Generic Failure" ("Das Dokument kann nicht gespeichert werden. Allgeme (...)

Hi. When I import data from an external data source and the content of a field doesn't match the data type of the target field (e.g. target field is "Date", but the source delivers a "text") I get an error and the import is aborted. Is ther a chance to "catch" that and set the value e.g. "empty"? Kind regards, Klaus

MVP

Hi everyone, did someone came across an option to verify, whether the save has been triggered by the save button or by a path transition in a form field extension logic class? I did check to no avail: - Public properties - Non-public properties - Passing {CURRENT_PATH} inside the configuration. Unfortunately it was empty too :( Does someone has another idea? Best regards, Daniel

I have already used the database provided by European Central Bank for currency exchange. But i want to use REST for conversion of currency exchange(mostly for euro). What should be the URL/REST request suffix when im selecting GET HTTP method.

Im trying to construct a Workflow using GDPR settings. For the data to be stored im using personal data dictionary. How to configure external data sources and how to configure the SDK actions to search into the data sources.

Hi folks, My goal is to send an email when a comment has been entered in a instance. Sadly I have found no way to find out if there has been a new comment to trigger an email action on path traversal. I hope someone can help out. Best regards Fabia

Dears, During installation version 2022.1.2.59 appears error System.Data.SqlClient.SqlException (0x80131904): Must declare the scalar variable "@sql". Does anyone know what the issue is ?

Dear WEBCON Team, just noticed that filename for Standalone version (Server 1) contains "2022.1.3.59" instead of "2022.1.2.59" (3 instead of 2). It can be confusing :) Attached screenshot with marked areas to understand it clearly :) Best, Adam Hatak

Hi, is there any possibility to change description from "dashboardy" to for example "pulpity" in polish version at webcon portal? Please see screen below.

MVP

Hey! I've never worked with the OCR and AI Framework so I'm asking the following question: Is it possible to read the data as seen in the attached picture and save it to an Item List? If yes, what are the components that I would need? There is already a text layer in the pdf so there is no need to do the OCR. Any help would be much appreciated. Thank you, Martin

Hi all! I personally think the operator 'ForEach' is a great addition to version 2022.1.2.31, thanks to Webcon Team. Unfortunately I do not find any documentation on that, especially how to iterate over 'Any Collection' and access columns in custom action. If I select 'Any collection' and put some SQL statement in there, is there a way to access specific table columns from generated table result? If I take a look at the configured XML I only see {ANYCOLLVALUE} macro. Hope the que (...)

We are aware that some functionalities are not available in a SaaS environment, like some query actions. But is there an official listing of what is not allowed in SaaS? Because Building and Testing a project on-premise, and having no way of knowing if something will break on PROD because of that is not acceptable. Is there a way to test for it? Or at least have something to read through to workaround this from the start(dev), and not when it is deployed on live... Best regards, Fabi (...)

Hello, I have some date set on forms. Need to find any solution to have that date - 1 month for example: Date on form is (YYYY-MM-DD): 1. 2022-05-05 2. 2022-01-10 3. 2021-12-25 Date that I expect need(YYYY-MM-DD): 1. 2022-04-05 2. 2021-12-10 3. 2021-11-25 Do you have any idea to solve it? My poor trying on the screen below (a lot of counting and IF's and still get wrong format of the MM). Thanks in advance for any suggestions and ideas.