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

most commented

Hi everyone! I've recently heard that we are soon to have electronic invoices in XML format (in Poland) instead of PDFs. This should shorten invoice processing in Webcon as we could read fields straight into the form with no errors and no OCR verification step. This sounds very good, but will Webcon be ready for this? Will there be actions allowing to read data from xml structure and map them to the form? Or maybe there is something working already? Michal

Hi Everyone, I want to change some field values on a sub-workflow but from a main workflow level. Example: I have a main workflow with 3 sub-workflows. When some user choose a path on the main workflow I want to modify some fields in the sub-workflows. Is there any action to achieve it?

Ok, now that my PS script is running, in this particular instance I need to grab a variable result and assign that value to a form field. Simply assigning the Form Field = $psvar isn't working. Is this possible?

Awhile back I was able to run PS scripts via an action without any issues. I don't use them much, primarily when playing around with what is possible. However I have a need for them now, but they will not run from webcon. I am running the powershell with an account that has the correct permissions. I have verified by running powershell on the webcon server with the account and testing the script. I see the following error in event viewer. PowerShell Error Message=WCF Service can be executed o (...)

MVP

Hi everyone, I wanted to play with the BPSAuth Service and I have realized that I don't know how to use it and the community.webcon.com and howto.webcon.com websites don't mention much about it (Almost no information about configuring it or handling BPS users). Does anyone have any article abut it? It would be useful to know how to get the clientId and secret and how to manage BPS Users passwords. Thanks!

Hi everyone! I'm facing a problem and hoping to hear that you might have a clue on what to do. I've a process that creates users in AD. However the user creating action expects a parameter of username in format DOMAIN\USERNAME. My domain users have changed UPN logins to their e-mail adresses (e-mail domain is different than my local domain name) in order to have one login in every system. Is there a way to create AD users providing their e-mail (UPN) as login? Has anyone came across such issue? (...)

Webcon v. 2021.1.2.136 Is it possible to remove all elements of Dicionary ? ps. Import always adds elements not remove/replace existing . THX in advance for help

Dear Forum, We have completed our test installation of webcon environment but can't connect to designer with https. Webcon portal, and main access to system works through https but with designer we're getting an error that portal is not under that address. when we switch to http it works. Where do we change this setting for designer?

Hello Everyone, I have an issue with Hotmailbox configuration in my environment. I have an account created by IT department with mailbox and MFA disabled. When I try to setup connection in HotMailbox, I get "ERROR: The request failed with HTTP status 401: Unauthorized". I don't have any problems when I try to log in to outlook directly in browser using the same credentials. What else might be wrong with configuration? Thanks in advance for all suggestions.

Hello everyone! I have one question, because it is not obvieus to me. When I set an infinite timeout somewhere in a step in the beginning of the process - does the timeout stop when the process reaches one of the end steps, or does it go on and on an on? ;-)

Hello, I am trying to synchronize BPS users with AD, and everything seems to be properly configured - the data is read, but the synchronization fails and each entry shows error as below (of course there is valid data under these xxxxx) Record (distinguishedName: CN=xxxxxxxx,OU=Users,OU=xxx,DC=xx,DC=xx,DC=xx, displayName: Lastame, Firstname, adsPath: LDAP://CN=xxxxxx,OU=Users,OU=xxx,DC=de,DC=xx,DC=xx) doesn't contain property useraccountcontrol Our AD does not populate this property for users (...)

When creating an SDK action there is an option to use the Logger Class to create logs (https://developer.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)?

Hello, I'm trying to start a subworkflow from an item list. My item list will have the candidate for Positions and it will not be filled at the same time, each time there's a candidate for an offer, the user creates a row. To start my subworkflow I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an execution condition with the following SQL: if exists ( select 1 from WFElementDetails where DET_WFDID={WFD_ID} and DET_WFCONID={WFCO (...)

MVP

Hello everyone! I'm looking for some ideas how to implement the following scenario: - client has approximately 500k customers (a mix of companies and persons) - each customer can have one or more banking accounts - each account can have one or more connected credit cards I would like to give the users the option to search for a customer using data from each of the categories mentioned above. I'm trying to avoid importing this data as workflows because the data are live, each day new customers a (...)

MVP

Is there a way to set a custom user profile picture in WEBCON for each user? If so, is it different between Azure AD and local AD users? (This is more of a question and I am not sure if a new forum thread is the right way of doing it.)

MVP

Hi everyone, does anyone has an idea, how to create a timeout for existing instances? The workflow waits in a system step until the date of the timeout execution is reached. Unfortunately the insert condition was wrong, so all instances will wait there forever. One option would be to define an invisible path, which leads to the same step to trigger the timeout again. I don't like this approach. In a real world case it would mean to deploy the process to production, invoke the new path for ever (...)

Hello, im still learning Webcon and I have some questions regarding Importing and Exporting applications. I tried exporting and importing an application to a different message but I got the following message when I tried to save and publish process (image attached) 1. What does this line mean "all changes to this process must be made by importing a file containing an updated configuration" ? Is this a necessary step to do on an imported app and how can I do it? 2. Is there an impact if I save (...)

Hello all, I have an item list to enter quotes. In the quotes step, the user must enter the rows with the different values for the quotes and then send for approval. The next user must select what is the row of interest, but clicking on Select Option column. The thing is that in that step, because I want the item list to be editable, the Add button is available. Is there any way to allow the user to edit the item (to select the row of interest), but not allow to enter new ones? Thank you (...)

MVP

Hi, I did upgrade to the version 2023.1.3.169 but I can't see the action of KPI. How Can I active and see this action? Thanks, Raluca

Hi, I have a question about the service configuration. In the Services configuration -> Services -> Service_name -> Configuration tab, the database components are configured. How can I increase the number of action threads for timeout? I would like to parallelize several timeouts and not wait for the transition after each of them is completed. Do you have any idea for this? Regards ;)