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

search results

for CU

(...) Hi, I propose to reduce the doCU mentation section by half, and enlarge the bottom sections on rules . Regards.

(...) Hi, I'm CU rrently upgrading processes to WEBCON BPS 2024. I was expecting issues with CU stom JavaScript but encountered also one with the "Add attachment" action. While testing I got this error: Error ocCU rred in add attachment action: Copy attachments. No attachments I'm not sure when, but it seems that WEBCON BPS now checks whether any attachments exist which can be copied over. If t (...)

(...) Hi, I'm CU rrently upgrading 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 (...)

(...) 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 CU rrent instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{WFD_ID}# { "workflow": { "id": "#{WF:123}#" }, "formType": { "guid": "969c349e-ffba-4da3-ab12-1b800fc82a0f" }, (...)

(...) Dear Community, I'm trying to connect with REST API to SAP API. According to SAP API doCU mentation 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. (...)

(...) etween tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemListElement = doCU ment.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenientaElement = itemListElement.querySelector('th[data-key="#{SFLD:512}#_#{DCN:512}#"]'); if (prov (...)

(...) bcon.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. CU rrently 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 modified except by JavaScript)". If they are inside a group/tab (...)

(...) 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 added automation and the "ExeCU te 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 have 4 actions here because w (...)

(...) However, they lack of the possibility to apply filters, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we CU rrently have to use the undoCU mented internal api, that reports use when we apply filters and search for elements. This works perfectly so far, but it would be much better to have this functionalit (...)

(...) 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 reCU rring) directly within the system (in Studio or on website in Admin area)? This would allow users to see a notification on their WEBCON BPS homepage, informing them of upcoming scheduled maintenance. (...)

(...) How does showing data place marked in a screen? It's not explained anywhere in the doCU mentation.

(...) we are CU rrently 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?

(...) Error: [Quote] Error ocCU red during business rule evaluation. String values cannot be multiplied at: Evaluation requested at: Evaluation node: Operator (+) at: Evaluation node: Operator (*) at: Evaluation node: Operator (*) [/Quote] What I have : -process static A -process static B -process static C -process static D attribte a,b,c attribute a,b,c is changing dynamically vs Item (...)

(...) Hello, I need to look through xx doCU ments one by one. I think that a very interesting solution would be a report that would allow you to jump element by element. For example, I have 100 doCU ments to review and I don't have to go to each one individually, but move through the pages of a book in the report. Same think as is done on history element its possible jumping one by one change. Or M (...)

(...) The CU rrent version of the API allows updates for the following fields: { "name": "string", "email": "string", "phoneNumber": "string", "managerBpsId": "string", "jobTitle": "string" } It would be useful to expand the user API to include fields such as: - Department - isActive - COS_ExtensionAttribute1-20 The isActive field would be helpful for deactivation in case of W (...)

(...) cel file with estimated 500 rows. I want to attach sheet to attachments section and start workflow by path or button on menu bar with starting workflow action. Is any way to do it without special SDK CU stomization? Subworkflows should have data from in excel sheet. Every workflow contains one row.

(...) , Here are a few recommendations for UX / UX area: 1. Search. 1.1. The ability to hide the search bar in the left menu and display only the one at the top of the page. 1.2. The ability to fully CU stomize which elements are displayed in the search results records (to disable some of them). 1.3. The ability to add selected fields from forms to the search results records. 1.4. The ability to (...)

(...) How to check all the emails that are in our systems ? If i use the WFMails than we see the ones that are CU rrently being sent right? But how to get the data from the all emails that we sent in general?

(...) to create Webcon SDK Plugin that will update multiple instances( update fields of different instances ) but I have not figured out how to get instance by a number. I have list of instance ids. RunCU stomActionParams args, args.Context.CU rrentDoCU ment contains GetFieldValue method but does not contain any method GetInstanceById

(...) AD. In this instance of WEBCON BPS, we’re using Azure Active Directory for both authentication and user list synchronization. Our goal is to manage AAD directly from WEBCON BPS. According to the doCU mentation, we need to enable Active Directory Actions Configuration. However, regardless of how we enter the user credentials, we encounter the following error: “You have entered invalid user credent (...)