(...) Hello Experts, We're currently on BPS version 2021.1.2.143 (getting ready for upgrade) I try to invoke a REST API to update form fields, and I get a proper response from the service, however, it doesn't update the fields. I'm using OData Query to filter and expand the data, and load the response definition from the service. The action configuration and action log with response are on my pictures. (...)
(...) nt generation steps. Unfortunately, it is not possible to overwrite an existing Pdf when converting a Word document to Pdf. So we usually have to delete the original, but I would prefer having an update d than a new Pdf. I would wish there was an option like the Mode in the "Generate/update a Word file" to select whether to update an existing file or to create a new file. A feature even WEBCON (...)
(...) nd everything works perfectly at this stage. However, I encounter a problem in the subsequent step of my workflow. After making modifications to the Word document, I aim to generate a PDF from the update d file. I am using the 'Finish editing a file using OneDrive' action that i can create my pdf. If I do not make any changes to the Word file in OneDrive, the generation works flawlessly. But if I modi (...)
(...) somewhat helpful, we know the reason, but we don't know the version of the package, in case we would like to be able to use it there is a need to setup an environment with that specific version, and update it. So how do we find a version number in .bpe package? First let's start with extracting it. Did you know that .bpe is just zipped file? ;) Change that .bpe extension to .zip, and use any too (...)
(...) Hi guys, got element with over 17k versions in history - it has been update d every 30 mins with a cyclical action. I would like to remove it completely, but am not able to. Got timeout using [Delete] button on element, as in the attachment. Also tried the archive action in button (removing completely from the database) with no luck as well. Do not want to remove it manually from DB. Any ideas how to do (...)
(...) I have three environments: PROD, TEST and DEV. My current WebCon BPS version: 2023.1.3.169. There was a global problem with business rules in the TEST environment (it also occurred before the system update , i.e. 2023.1.3.76) - it is not possible to introduce a single new rule because an error immediately appears, as follows: Typ: System.ArgumentOutOfRangeException ----------------------------------- (...)
(...) when it shouldn't. From what I've read here* it seems that 'On path' automations are executed before form values are saved into the database. So I'm executing that [Validate] path before data is update d with new value. I can't really move it to 'On entry' of next step, because the next step might be dynamic - I'm using 'Previous step' configuration path target. Any ideas what could i try here? : (...)
(...) Hi. adding users to groups causes an update of the user properties which downloads objects from Azure AD. Depending on the environment it can take quite a long time. - (7/2/2024 2:33:46 PM) Step started: Download selected objects from Azure AD if required - (7/2/2024 2:35:44 PM) Step completed: Download selected objects from Azure AD if required (duration: 118687 ms) While this is not a p (...)
(...) s://community.webcon.com/forum/thread/2811 Still, this does not refer to a report basing on SearchIndex. How can I achieve the same effect in my reports? Of course, I can create an attribute an update it in each step, but this is very time-consuming, as I would have to update it on every path. Is there any other solution?
(...) Hi everyone, I have a process which update s the group members. This is done in async mode because the synchronization takes a while. I'm trying to prevent update s by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job get's added to the [UserSynchronizationQueueItems] of the current content database and it maybe get's deleted when (...)
(...) sage but I got the following message when I tried to save and publish process (image attached) 1. What does this line mean "all changes to this process must be made by importing a file containing an update d configuration" ? Is this a necessary step to do on an imported app and how can I do it? 2. Is there an impact if I saved it anyways? 3. Process imported to environment via export-import mechanism. (...)
(...) not found. Type: WFConfigurations, ID: 1374, Tag: FLD:1374 8/21/2024 10:20:32 PM Warning: Variable value not found. Type: WFConfigurations, ID: 10814, Tag: FLD:10814 8/21/2024 10:20:32 PM Variables update d. 8/21/2024 10:20:36 PM Unused entities deleted. 8/21/2024 10:20:46 PM Translations imported. 8/21/2024 10:20:46 PM Import completed in 50s. 8/21/2024 10:20:46 PM Report generation started. 8/21 (...)
(...) 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 add 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 statements - Ther (...)
(...) WEBCON? I was thinking of writing the content of my XML file into a technical multiline text field via SQL and then extracting it with the "Change Values" action. The lists would be handled with the "update Item List" action. Is this possible? Thank you very much for your help!
(...) isting 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 will be rare that report tiles need to be update d and therefore we will not be used to it. It would be great if the behavior could be changed to either: 1 (...)
(...) oo. - Add another flag "Check field visibility". This would be false for all upgraded workflows and true whenever a new action is added. Edit: I just ran into a similar issue when I used the "update related workflow instance". The action tried to update choose fields which have been set to read only. The result was the following error: Error in On enter action Copy new risk values to project (...)
(...) process that creates 10 reports each month. After creating the initial reports, I would like to clone them automatically at the end of the month, only changing the reporting month. The user (author) update s the data and submits it for verification. I proposed the following procedure: 1. I created a BPS source that lists all 10 reports from the last month. 2. The BPS data source has columns includi (...)
(...) New versions should be available for download an install separately of the existent installed Designer versions, or there should be an option to update or downgrade the existent versions. It is annoying when i can not use older versions after upgrading to new version of Designer Studio.
(...) in\user format and none of the permissions granted to him work. By the way - when we "manually" change COS_Login to the domain\user format - everything works fine. However, after some time, WEBCON update s the entries in the CacheOrganizactionStructure anyway and everything falls apart. Dear colleagues, does anyone know how to force IIS to use the UPN format for user authentication or how to force (...)
(...) I am trying 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. RunCustomActionParams args, args.Context.CurrentDocument contains GetFieldValue method but does not contain any method GetInstanceById