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

search results

for POST

(...) The article: https://community.webcon.com/POST s/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

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

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

(...) Hi all! We would like to add 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 values (...)

(...) [Webcon 2022.1.4.404] I Have Process A [Main] where I start sub-processes B [child] from process B I copy attachments to process A by: Daniel's solution https://daniels-notes.de/POST s/2023/copy-attachment-to-other-workflow and put them to Item list A or Item list B as linked attachments (other way did not working ...) all is fine but in the next step I assign task to other users / grou (...)

(...) check I figured, that there's no general option to implement this. There are to many conditions. Nevertheless we can create something similar using a global business rule: https://daniels-notes.de/POST s/2024/is-field-value-unique

(...) https://community.webcon.com/POST s/POST /wfhistoryelements-and-wfhistoryelementdetails-tables-description/56/26

(...) for all my needs (mainly for filtering items and searching). However, I came across the possibility of using the OData standard in Webcon, which seems like a promising alternative. I recently read a POST on the community forum about OData support in Webcon, which you can find here: https://community.webcon.com/POST s/POST /odata-format-in-webcon-bps/346/3 . From what I understand, OData is still onl (...)

(...) KB article is directing to Webcon version not available in download https://community.webcon.com/POST s/POST /manual-database-update-prerequisites-and-procedure/515/3 [quote] The problem has been fixed in versions 2023.1.3.326, 2024.1.1.193, 2025.1.1.72 by adding a mechanism in the installer (launched when installing or updating a WEBCON BPS version) to automatically update the attachment databas (...)

(...) e verification of the digital signature of the current Single-Use Access License for the external user was not successful". In this article "Public Link" is mentioned( https://community.webcon.com/POST s/POST /public-link/386/3) 2024 R1 update From version 2024.1.1 onward, this functionality is licensed based on Single-Use access licesnes. You can find more information about this new type of licen (...)

(...) ttps://kb.webcon.pl/przyklady-uzycia-rest-api/ I try to generate a token base on this instruction https://developer.webcon.com/docs/2024.1/api-registration-and-authentication#get-access-token in POST man to api/oauth2/token , example: { "grant_type": "client_credentials", "client_id": "XXX", "client_secret": "XXX", "scope": "HighTrust.Elements.ReadWrite.XXX } I recived error: { (...)

(...) in the community: Thread discussing similar needs: https://community.webcon.com/forum/thread/2135?messageid=2135 Article on Mobile App Remote Profile Configuration: https://community.webcon.com/POST s/POST /2022-mobile-app-remote-profile-configuration/339/3 Article on 2019 Mobile Application Profile Configuration (currently unavailable): https://howto.webcon.com/2019-mobile-application-profile-r (...)

(...) d in the production environment. - It introduces an unnecessary complexity to the child workflow. WEBCON Version 2025.1.1.105 I've copied the license labels from: https://community.webcon.com/POST s/POST /licensing/356/10 Best regards, Daniel

(...) Hey team We are intensively testing Webcon. I'm trying to send a PDF attachment in a simple app using the HTTP POST method, and I can't get it to work. POST man works fine, Python too. How can I adjust my action to make it go through? We prepared it based on this article: https://kb.webcon.pl/przekazywanie-zalacznikow-do-google-drive-za-pomoca-akcji-rest/ Unfortunately, it doesn't want to load (...)

(...) not have an SDK license? Or do I need to do something with the signing key? I’m a bit confused. For context, we have a perpetual license - webcon 2022 On Danielk's blog: https://daniels-notes.de/POST s/2024/webcon-bps-2024-change-log#sdks "In addition to this: If you are not creating SDKs on your own, but have a partner do it, ask them whether they have given WEBCON the public key. Otherwise it (...)

(...) to the "ChoicePicker" / "Autocomplete" fields, where I cannot find the way to submit the value. I think that I have tried all the combinations, but I always end up with the same error. Public Api POST /api/data/v6.0/db/1/elements - "formFields"[] - "guid":"...", "value": [{"id": "115"}] - "guid":"...", "value": [{"id": "115", "name": "ElementName"}] - "guid":"...", "svalue": "115" - " (...)

(...) Hi, will there be an alternative to the current option the "Searching structures" offers in 2026? https://community.webcon.com/POST s/POST /platform-compatibility-roadmap/236/10 This is one feature I'm using on a regular basis. Either when I'm creating a new application and I don't want to bother with reports at this point in time or when doing support in production environments. Am I'm the (...)

Hi, we've been having problems with SOLR lately. Yesterday indexing got completely blocked and started throwing two messages in the service statuses: 1. SolrNet Category: Exception Role: SolrIndexer SolrNet.Exceptions.SolrConnectionException: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/BPS_Activities/update STATUS:404 MESSAGE:Not Found SERVLET:default

(...) Dear Community, I’d like to share a potential issue I encountered during the upgrade to WEBCON BPS 2025 R2, specifically related to the Search Server component. I hope this POST can save others some time and effort. ? Problem Summary During the upgrade process, the Search Server component fails to start due to a missing Java installation. This occurs even if Java was installed previously via the (...)

(...) Is there a simple way to get the URL of the current instance? Use Case: In a specific step a user can create a ticket (via menu action) in a 3rd party app (REST POST ). In the request body of the rest call I create the json and want to submit also the url for this instance. Thanks! Ernst