(...) 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 (...)
(...) nder 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 (...)
(...) 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 (...)
(...) f 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 (...)
(...) es 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
(...) shing, supporting multiple language would be good too. :) Idea of calculated field defintion in a report / BPS internal view (case when WFD_IsFinish = 1 then '2#Is finished$$DE$$Abgeschlossen' when date ADD(DAY,-2, WFD_Attdate Time1) < Getdate () then '0#Less than two days until due or overdue$$DE$$Weniger als zwei Tage bis Fälligkeit oder überfällig .' when date ADD(DAY,-10, WFD_Attdate Time1) < Getdate (...)
(...) Hi everyone, does anyone has an idea, how to create a timeout for existing instances? The workflow waits in a system step until the date of the timeout execution is reached. Unfortunately the insert condition was wrong, so all instances will wait there forever. One option would be to define an invisible path, which leads to the same step to trigger the timeout again. I don't like this approach. In a (...)
(...) s "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 (...)
(...) 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.
(...) Hello, Do you know the possibility how to place a gantt chart in a process that was not created as a "Vacation" by template? I have columns: "person", "date from" and "date to"
(...) Hello, I'm trying to start a subworkflow from an item list. My item list will have the candidate for Positions and it will not be filled at the same time, each time there's a candidate for an offer, the user creates a row. To start my subworkflow I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an execution condition with the following SQL: (...)
(...) I haven't found any documentation how to access the current form data. What I know is, that all the formdata is kept in a json property called litedate .liteModel as a json-object as you can see when calling /api/nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be available via javascript. I'm wondering, because there is this form from the offical 2021 release pap (...)
(...) 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 (...)
(...) Currently, views do not allow dynamic filtering on views for date time and people-picker fields. It can be done by extending the query in the datasource. The datasource can only be changed by administrators and designers. For end-users it would by great having the possibility to use placeholders for filtering date time and people-picker fields. My idea is having placeholders like [now] / [today], whi (...)
(...) S. 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?
(...) 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 (...)
(...) NS_ELEMID and TRANS_OBJID = 9 and trans_lanid = (select TOP 1 LAN_ID from TranslateLanguages where substring(LAN_Name,0,2) = substring('{USERLAN}',0,2) )),'') as path, CASE WHEN WFH_LeaveCurrentStepdate is null then '' Else convert(varchar(20),WFH_LeaveCurrentStepdate ,113) END as Left_Step_at, TRans_name, STP_TypeId, WFH_LeaveCurrentStepdate , 1 as SortCategory FROM WFHistoryElements left outer joi (...)
(...) 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 (...)