(...) 4/11/Changelog_2025_1_1_23_EN.pdf What are your thoughts on changes? Which ones are yours favourite? :) For me - ALL TRUE, and ANY TRUE operators sounds great! So many nested boolean logic to update ;)
(...) I have a problem with 2024.1.1.114 and SDK execution. I created an SDK to connect to the SAP and download data from the chosen contractor. The SDK was working from version 2022 to 2023 with some update s to c# code - after updating Webcon and SDK to 2024 i received the error: ERROR -> Plugin changed transaction nesting count. Please contact administrator. Interestingly, when I connect the V (...)
(...) [Webcon 2024.1.1.130] (i thin it was working in 2022.1.4.404 - but I need double check] I have action to update item list where source is Parent Item list. The sql query is working but filters .. works if there is no polish letters :| so: [code='SQL'] SELECT d.DET_WFDID AS 'ID elementu', d.{DCNCOL:1135} AS 'Sygnatura Audytu', d.{DCNCOL:1132} AS 'Tytuł raportu 8D', d. (...)
(...) otification has been activated for all path after the migration to 2025.1.1.23. New path are created without active push notification. I decided to deactivate this setting on database level: update WFAvaiblePaths set PATH_SendPush = 0 where PATH_SendStandardEmails = 0 Afterwards: - Reset all caches - Reload everything in the designer studio Best regards, Daniel
(...) cate key row in object 'dbo.AppDashboards' with unique index 'UQ_AppDashboards_IsDefault'. The duplicate key value is (8). The statement has been terminated. w System.Data.Common.DbDataAdapter.Update dRowStatusErrors(RowUpdate dEventArgs rowUpdate dEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) w System.Data.Common.DbDataAdapter.Update dRowStatus(RowUpdate dEventArgs rowUpdate dEvent, (...)
(...) travel expenses in an item list. The expenses could be in various currencies. I'd like to get the exchange rate automatically for each row (because the exchange rate might be different for different date s and currencies). The API GET call is: https://kurs.resenje.org/api/v1/currencies//rates/-- I have in DET_Att6 and the in DET_Att3. The response is a JSON: { "code": "USD", (...)
(...) Hi, i tried to update to 2025.1.1.23 (from 2024.1.1.161) - there is no migration path?
(...) Is it possible to create a mobile app, where some data are also available, when the device is offline? For example I have to update some data on devices, that are within a building where no data connection is available. I update the data in the forms and when data connection is back, it synchronizes or sends the data. Best regards
(...) Hi, We noticed some problems with vacation Gantt chart report with past vacations after update to 2024. The problem occured on 2 versions 2024.1.1.130 and 2024.1.1.161. 2024.1.1.130: #1 problem we noticed: We cannot see any past data vacations, mainly on a simpified report (black/white one). #2 problem we noticed: On a advanced report with colors we can see past vacations but not all t (...)
(...) in my leave of absence workflow I have an action that sets up substitution for the time a person is out of office. When I run a test (see left side of the enclosed screen) the SQL query shows correct date s of substitution (the same as te person's absence). When the acton runs the substitution is set to last for one day longer than expected. Why is this like that? Where am I doing something wrong?
(...) To improve the REST API and working with it, perhaps it is possible to introduce support for batch processing. I think it could help and speed up the work with field update s in many elements. https://www.odata.org/documentation/odata-version-3-0/batch-processing/
(...) the report summary so that we can see what would be changed. I'm currently restoring a backup of the production environment in the test environment to execute the import, and see what would be update d. The reason for this is, that we are transporting an application to production. This application uses the centralized "Action" application which is used by most of the other applications on the e (...)
(...) assigned 2-3 people and one of then is behalf then ... is more difficult ... SQL query: [code="SQL"] SELECT WFH_ID as 'ID of history', WFH_STPID as 'Krok ID', WFH_FinishDurationdate Time AS 'Data ukończenia kroku', WFH_LeaveCurrentStepPath, WFH_LeaveCurrentStepdate , WFH_IsLastVersionInCurrentStep, WFH_Impersonator, dbo.clearwfelem(WFH_LeftBy) AS 'Zatwierd (...)
(...) = 0 then 'Unblocked' when CHD_OldValue = 1 then 'Blocked' end as [Old_value] ,case when CHD_NewValue = 0 then 'Unblocked' when CHD_NewValue = 1 then 'Blocked' end as [New_value] , CHR_TSInsert as [date of change] , CHR_RowID as [Row change] , CHO_CreatedBy as [Who changed] from ChangeDetails join ChangeRows on CHD_CHRID = CHR_ID join ChangeOperations on CHR_CHOID = cho_id and CHO_O (...)
(...) results. I did sql QUERY: [code="sql"] SELECT e.WFD_ID as 'ID elementu', e.WFD_STPID as 'ID kroku', s.STP_Name as 'Nazwa kroku', e.WFD_WFDID as 'ID rodzica', CONVERT(date , e.WFD_TSInsert) as 'data utworzenia', CONVERT(date , e.WFD_TSUpdate ) as 'data aktualizacji', e.WFD_IsFinish as '(Boolen) Czy ukończył bieg', e.WFD_IsDeleted as '(Boolen) czy skasowany' (...)
(...) KB article is directing to Webcon version not available in download https://community.webcon.com/posts/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 (...)
(...) f the current Single-Use Access License for the external user was not successful". In this article "Public Link" is mentioned( https://community.webcon.com/posts/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 licene (added in version 2023.1.1) in the foll (...)
(...) from my user then it works. The problem is that BPS_SQLUser doesnt have access to linked servers. I tried to give it sysadmin privileges but it didnt work. The only solution that worked was to update GlobalParameters table and put NULL in SQLLowPrivilegeUser. Then Webcon connects to its database with 'dbo' user. This user has access to linked servers. I'd like to ask whether is there any bette (...)
(...) he saved condition still functions. However, this is only a short-term fix. We checked the documentation (https://docs.webcon.com/docs/2024R1/Portal/Reports/#id_7), but it appears to contain outdate d screenshots. In version 2024.1.1.187, the tab previously labeled "Columns available in reports" is now named "Dataset Columns" under the "Columns" section. As shown in the attached image, the " (...)
(...) ally, I don’t quite understand why this feature was removed, and I believe it is a major step backward in terms of UX. Instead of using personalized private views on the dashboard—a place that consolidate s data from multiple areas—users will now be forced to reconfigure reports every time they enter the dashboard or navigate between individual reports to access the desired view. There is no mention (...)