WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for AD

(...) Hey, I was wondering if there is a possibility to change ordering of form menu buttons(screenshot below). I've alreAD y tried doing so, in the application's "Standard areas" panel, but it could not be modified that way.

(...) flow". Issue: all attachments of the parent workflow are copied Idea 2: I create the instances and create an action template to copy the attachments from the parent workflow using a SQL query, reAD ing the ATT_ID from the attachment column. Issue: with single attachments per line it will work, with mulitple I get an error as webcon stores the Att_ids with a comma (e.g. 6603,6604) which is not (...)

(...) hello, I'am importing process form test to production environment, but after i import process page can loAD beacuse i got error: action: Get ip: 10.200.97.3 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 | href: | ex: System.ArgumentExce (...)

(...) HI Everyone, I see that you're using a SDK action to delete rows in an item list. I'm following Daniel's post to AD d the pluggin in Webcon but I'm having some errors while importing the zip file. What SDK pluggin you're using? Thank you all https://github.com/Daniel-Krueger/webcon_cclsactions/releases

(...) ike the Knowledge Base or open like the forum. Ideally, this section could include subcategories for specific topics. I believe this would be highly beneficial, especially for newer WEBCON users. AD ditionally, the threshold for contributing would not be as high as it is for a Knowledge Base article, which usually requires a certain level of detail. Simple contributions like 'Displaying a Google (...)

(...) , ATT_FileType as ElementName , ATT_Name as Category I'm not using these option very often but each time I'm looking at the names in the info icon and get confused. My suggestion would be to AD d alias and update the documentation, so that only the alias would be used. "ElementName" would get the alias "Subfolder" "Category" would be "Filename". This way: - We won't break the old SQL (...)

(...) Name starts from "P" ID=2 Name starts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around will be probably AD 1. 2. 3. to order names ... but ... there is other way ?

(...) : ID=1 Name starts from "P" ID=2 Name starts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around is now: AD d 1. 2. 3. to order names or use java script ... related topic: https://community.webcon.com/forum/threAD /5721

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