(...) Hi, I would like to submit an idea related to: - Daniel's post: https://community.webcon.com/forum/threAD /329?messageid=329 - Maks' post: https://community.webcon.com/forum/threAD /5057?messageid=5057 it would be great if the IS IN function has vertical layout (screenshot)
(...) 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?
(...) Coming from developing individual web applications, for large projects, it would be practical to have a fourth environment to run WEBCON BPS InsteAD of having only DEV/TEST/PROD, we would like to have DEV/TEST/INTEGRATION/PROD. or similar. DEV/TEST would be in-house to develop and test the applications, and INT/PROD would be on the client's Infrastructure. This would make change management an (...)
(...) Hi, when you want to AD d a new new report tile with a link to the "details" in WEBCON BPS 2024 you have to: 1) Choose a data source 2) Choose an existing report The current implementation forces us to create the data source twice. While the effort for the data source creation may be neglectable, I'm quite sure that a lot of us will forget to update both data sources. Especially because it w (...)
(...) Hello, I'm trying to create a more complex delete of line function. To explain this briefly, I have a list, where I can't use the normal delete button. So insteAD , I'm AD ding one using a dataRow form field, where I call the JS function like this: deteteFunction(list ordinal number); In this list there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to dele (...)
(...) Dear Community, I’d like to propose an idea: AD ding the ability to create folders (not categories currently available) in the attachments area. This would allow users to better organize multiple attachments in a way that suits their needs. Your comments are more than welcome.
(...) Hi, I'm currently upgrAD ing processes from 2022 to WEBCON BPS 2024 and encountered another unexpected change. Both "Start a subworkflow" actions "now" verify whether a field is visible. While in one case I didn't declare two fields as visible in the start step I have a visibility restriction in another. Since the visibility restriction of uses the 'Source' field value (1), which is set by th (...)
(...) //community.webcon.com/posts/post/regular-expressions-business-applications/268/4 have missing pictures. BTW: any progress in backlog since 25.08.2021 ?: https://community.webcon.com/forum/threAD /860?messageid=860
(...) change behavior depending from form or step ? At the moment I use 2 item list ..but maybe is possible to just use one ... if in Item list General setting I set is possible to import / export / AD d rows / ect. https://docs.webcon.com/docs/2024R1/Studio/Process/Attribute/Basic/Itemlist/ILConf/ILGenral then in sub flow if I use the same Item list then all settings from main flow are on .. (...)
(...) Hello, I am trying to update some form fields and columns in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing JSON payloAD for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/ (...)
(...) der to start the workflow with some data completed. When I drag the columns, one is showing a bit weird. It will show ok once you double click it. (picture 1) 2. I have another ForEach and inside I mAD e a business rule that uses, again, info from column collection and it is working, but when I go to all business rules and open it i will see something similar with the first example. (picture 2) T (...)
(...) Hi all, I have a question about exporting data to an excel file from item list. I want this data to be alreAD y sorted after exporting to an .xlsx file. When the data is loAD ed into the item list it is sorted by webcon, on the form it is ok, but when exporting to excel the data in the .xlsx file is not sorted at all. Any idea how to do this?
(...) Hello, I have create a form rule JS that would color the cell in an itemList. But when i move between tab panels, JS is not working anymore. On page loAD ing/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemListElement = document.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenien (...)
(...) thenticate Webcon with Graph using a certificate? We connected Webcon with Client Secret but I wondered is it possible to use diffrent way -https://learn.microsoft.com/en-us/graph/applications-how-to-AD d-certificate?tabs=http
(...) Hi, this one is related to this post: https://community.webcon.com/forum/threAD /5796/15 While I encountered that we can no longer set fields which are reAD -only using workflow control actions, I have run into the same using single field value actions. Currently 2024.1.1.88 we need to make sure that all fields we are settings with action have at least to be marked as "reAD -only (cannot be m (...)
(...) on't want to validate for special characters. I have been using regex on the column, but now I have this condition. One solution I thought of is to create a "for each" loop on the item list and AD d a validation form... But I would prefer it to happen immediately, when user is inputing, not when the user clicks on the next step, like it would work when using regex on the column. Do you have (...)
(...) ng procedure: 1. I created a BPS source that lists all 10 reports from the last month. 2. The BPS data source has columns including: ID, Signature, Author, Company, etc. 3. In the cyclic action, I AD ded automation and the "Execute for everyone" operator, where I indicated the above-mentioned BPS data source. 4. There is automation in the operator that starts a new cycle (Start a subworkflow). I (...)
(...) Dear Community, I’ve come up with an idea to enhance how we schedule maintenance service windows in WEBCON BPS. What if we introduced the ability to set maintenance periods (either AD -hoc or recurring) directly within the system (in Studio or on website in AD min area)? This would allow users to see a notification on their WEBCON BPS homepage, informing them of upcoming scheduled maintenance. (...)
(...) 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. (...)
(...) Hi all! We would like to AD d a datasource from REST API. Datasource method is POST, since we have many parameters. We need this datasource in different workflows and parameters are dependent on values entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field valu (...)