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

search results

for update

(...)   After the rule was executed, the “Key figures” form field was populated, as shown in the figure below:     AI translations The user wants the form update s they have prepared, as well as the rest of its fields and the whole process, to be available in other language versions. Therefore, translations of the new form fields need to be added. The user wan (...)

(...) under what conditions. The flexibility of the solution makes it ideal for simple data retrieval as well as more advanced scenarios where actions such as registering new workflow instances, making update s, or taking the workflow to the next step are required. It is also important to note that the User Defined API does not require modifying the WEBCON BPS backend or adding new mechanisms to the sys (...)

(...) a document is being signed in Autenti, the instance remains in the Awaiting for signatures step. During this period, the document stays within the Autenti system, and its status is not automatically update d in WEBCON BPS. To complete the process, configure an action that checks the signature status and downloads the document once the status changes to COMPLETED. This automation should be added on the C (...)

(...) of the existing AD account.     On the user card, the employee's position has been changed in the workflow:   After transiting the path, the account will be update d with the following changes:   Locking/unlocking account The Manage users action allows for locking and unlocking AD accounts. From a configuration standpoint, this setup simply inv (...)

(...) CON BPS Designer Studio. These user-defined queries are subject to a fixed, non-configurable timeout limit of 30 seconds. Regardless of whether a query is placed in a Change value of single field, update item list values, or Add attachment action—if the SQL query does not complete within the given time frame, the user will receive the error message: “The wait operation timed out”, a (...)

(...) BCON BPS has evolved and some things would be implemented differently, you will gain valuable insights. If you wonder what has changed, let me point out two things: The way item lists have been update d with an action drastically changed. Automations haven't been available then.   If anyone has something to add to this list get in touch with me. Daniel

(...) ion "PowerShell Universal" (PSU): Homepage: PowerShell Universal | PowerShell Universal Pricing: Pricing | PowerShell Universal (Per Server $499,99 containing 1 year of update s and Support) One of the features enables one to centralize all PowerShell scripts in this plattform and to create REST API endpoints for individual scripts. As WEBCON supports input and output pa (...)

(...) Both configuration approaches — whether based on ParentID columns or paths — now support the selection of intermediate nodes and work correctly without the use of the WITH clause. The update d approach is fully compatible with current versions of WEBCON BPS and is recommended when designing forms that rely on organizational structures.

(...) All WEBCON BPS databases must have exactly the same version (down to the build number) in order to function correctly within a single environment after the merge. Therefore, both environments must be update d to the same version.   It is considered a good practice to update the environment to the latest available version. The installer can be downloaded from the WEBCON Community website. &n (...)

(...) ties would make the styling easier. The custom styles could be defined in the new html-field (for every process we would have to define it again) or much better, let it define in the themes editor! update 06.04.2021 Apparently is now in back-log https://community.webcon.com/forum/thread/404/15

(...) as "Substitution". This confuses people sometimes, because they then might think they will receive all of the delegators tasks. It would be better to show delegated tasks as Delegated. 2.) Since we update d to Version 2019 and 2020 we lost the functionality for users to create substitutions for other colleagues. They can open the form, but cant choose anyone properly in the person fields then as Substi (...)

(...) s mentioned above. I'm trying to avoid importing this data as workflows because the data are live, each day new customers are added and old ones change (meaning I would need to implement some kind of update workflow as well). Do you have any ideas what approach would be the best in this case? Thank you in advance!

(...) Between Item lists there is relationship 1:C. How row in the parent Item list can be protected to be update d or deleted if in the child item list there is a row referenced on ID of row in the parent Item list. Is there any sample that can help to overcome this issue. Both Item lists are in the same step.

(...) s by updating the calendar entry via MS Graph API – Calendar/events. From the Exchange identifier, I was able to determine what would the id of the event be (everything behind #), but when trying to update the event with two additional parameters (isOnlineMeeting, and onlineMeetingProvider), I got the following response: { "error": { "code": "RequestBroker--ParseUri", "message": "Resource no (...)

(...) BPS. I would like to have at least the last modifying users migrated as well. How could i achieve this? Was thinking about setting a technical field to the last modifying user and then doing an SQL update on the element after migration. Sure this is not the way that is officially supported. But is there another way?

(...) of Master Data Management and are trying to use Webcon as a User interface with all the logic behind forms. The database is prepared in MS SQL with different tables. The challenge we are having is to update entries with foreing keys. Scenario: Table 1: Country has one column (apart from ID) – 'Country' Table 2: City has two columns 'Country ID' (Choice column from table Country) and 'City' So in City (...)

(...) a process for the RH where for the different subsidiaries there are different documents and salary benefits for the new admission. The point is when the subsidiary is selected, the form should be update d with the list of documents needed and send them in a notification for the new candidate. There are some issues with this, I'm not able to initialize the item list with the dictionary details (onl (...)

(...) Dear all, what would be the best practice to update /change the Business Entity of an instance? Background: I would like to create an application containing people related to a company respective business entity. Over the time it is possible they would change the company and so also the business entity. I found a dirty way by using an SQL update directly on the WFElements table, but I am struggling by (...)

(...) escription: Renovation of doc, fAllDayEvent: , EventType: renovation, MasterSeriesItemID: , Workspace: Log Version: 3 Duration: 729 ms But somehow my Calendar in Sharepoint does not get update d with the data I'm sending. This works fine for Sharepoint List and sending documents. My user has owner privileges in Sharepoint to be able to write in the lists. Hope anyone can help me out!! (...)

(...) instead of null. This may lead to empty Step and Form Type columns in reports and other objects using internal views. If you are already affected by this you can decide whether to wait for a fix or update translates table. update [Translates] set TRANS_Name = null where TRANS_Name = '' I created a support ticket for this. Edit: This will be fixed with an upcoming version. Best regards, Daniel