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

most commented

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

Hi, I'm new here in the forum. I hope a got some help. My first question is about 'Hot Folders' The Configuration of the folder is quite easy. But my process, I want to start - doesn't start. I have configured in the 'Start-Workflow-Settings' the name-field and added the value of the user to which the task should be applied. See the attached picture. But it doesn't work. The User is an Active Directive User. What's wrong with my config? I am grateful for your tips Franz

We have a translation on the dev environment. How do we move all the translation say for 'application1' - all the formfields, workflows , emails, safely, with the possbile backup and without exporting all the pacagaes for production?

Poproszę szanownych kolegów o informację - jak można zwolnić licencję użytkownika Designer Studio i przypisać ją innemu użytkownikowi? Środowisko nie synchronizuje użytkowników z AD. Wszyscy są dodawani jako Użytkownicy BPS. Pozdrawiam (BPS 2023.1.)

Why the account bpc_svc (assigned to Webcon BPS Service) need to license to execute timeout ? Webcon version 2024.1.1.88

Hey Webcon Community! I have hard time finding solution so hope you can give me some hints. I am building application for business trips. Users will have to fill out two type of data: personal data and many other information's like purpose of the trip, transport and so on. Is it possible that users have to fill out personal information only once (first time they are using application) and in case of next usage of application personal information could be filled out automatically based (...)

I have a problem to establish a connection to sharepoint online. I have chosen as connection type sharepoint online. When I enter the Url of the sitecollection and the user and password correctly, I get the Error message: "Unable to connect to the remote Server. The sign-in name or password does not match one in the Microsoft account system." As the account that I use to connect has not MFA enabled the reason for the error must be, that webcon uses legacy authentication, which is not allowed o (...)

Hi Everyone! In the WEBCON environment we use, it is not possible to synchronize users with local AD. However, we want and can use AD to authenticate users. So we added our WEBCON users as BPS users. In the BPS user synchronization configuration we have set: Synchronization source = None and in the system configuration Authentication Providers = Windows Active Directory. Once completed, all BPS users have been synchronized and are listed in the CacheOrganizationStructure table with COS_Log (...)

we are currently in a process of compare which translations we have and which we do not. I do not want to do it by going through each application than dowload the excel but I would like to generate a report with app,worfklow and form fields where there is no tranlsation. Can anyone help me with this issue?

Hello, I am new here and I am studying Webcon yet :) i would like to ask one question and I need help. I created the field where I count number of days between two dates. It was easy (with help from this forum :) ) This was very helpful for me. https://community.webcon.com/forum/thread/469?messageid=469 But I need counting only working days and I am really desperate. In System settings => Global parameters => Working days calendar I defined non-working days for 2024 and 2025. (...)

Dear WEBCON Team, is there an option to only SHOW or HIDE the cell of the current row (in the specified column)? With the Form rule in the Screenshot the whole column is affected. Same for the Mark Required / Mark Not Required Rule. Thank you & Best Regards, Lena Schmidbauer

Dear Community, I'm trying to connect with REST API to SAP API. According to SAP API documentation this should look like this: POST https://localhost:50000/b1s/v1/Login { "CompanyDB": "SBODEMOUS", "Password": "1234", "UserName": "manager" } In response I receive receive 2 HTTP Cookie items (B1SESSION and ROUTEID) that I have to submit with every REST API call to SAP API. The problem is that I can't submit JSON configuration in REST API Connections area in WEBCON BP (...)

witch table contains information about filling time?

Hi, I tried to work with Webcon API on the trial but only what I retrieve is empty list of tasks. I successfully authenticate by app client context and receive token which I used to read tasks. I cannot register by user context and I cannot read other data from Webcon. Is it a standard behavior for trial or is there something I missed?