(...) 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 (...)
(...) a process in WEBCON where we need to display a countdown timer on a form. Specifically, we want the timer to be shown in the [time until next adjustment] field, counting down to the next scheduled update . The timeout is set to update the [value] field, and the countdown should dynamically reflect the remaining time until that happens. Has anyone implemented something similar ? If so, how did you a (...)
(...) Hello everyone, i recently needed to display a maintenance banner in Webcon BPS to inform users about an upcoming system or application update . Since i couldnt find a clear guide, I want to share how i implemented it. 1. Display a permanent Banner in the portal --> Using custom css in the color-theme the easiest way to add a global maintenance banner in Webcon BPS Portal is by using the "Custome (...)
(...) Hi, we can display the first attachment on page load. Unfortunately, this only works if the attachment is not displayed as a popup. Even if the documentation is update d to mention this different behavior. I find it counter intuitive that this should be a different Instead of changing the current way, I would prefer a form rule which can be used to display an attachment in the preview. This (...)
(...) I guess - your certificate is out of date :
(...) Hi everyone, I have a scenario where, in one of our workflows, we use the “Move Workflows (SQL)” action on a transition path to update multiple workflow instances—often dozens or even hundreds. Each of these update d workflows executes several actions upon transition, including making a REST API request to an external system. The issue arises when, for example, out of 150 instances, 140 complete (...)
(...) the request. Any idea why? I attached also screenshots of action configuration. See logs below: OG_ID LOG_DEFID LOG_WFDID LOG_WTHID LOG_STPID LOG_ACTID LOG_Status LOG_TSInsert LOG_TSUpdate LOG_RowVersion LOG_WFID LOG_AdditionalMessage LOG_ActionSucceeded LOG_Duration LOG_ActionType LOG_TransactionType LOG_ParentActionID LOG_ShowOnlyInAdminMode LOG_ACBID LOG_Name LOG_Descrip (...)
(...) eld FieldName3 (guid: d330700a-8af1-4749-98d1-e5626c248bc8 id: 406 has invalid value: Value with id: '118' does not exist at WebCon.BPSCloud.Core.PublicApi.Root.Validators.ElementsValidator.Validate FieldsValues(InvalidFieldsCollections invalidFields) at WebCon.BPSCloud.Core.PublicApi.Root.Managers.PublicApiFormManager.SetFormFieldsAsync(IElementForm element, NewElement model) at WebCon.B (...)
(...) Hi, an additional "Release feed" for new WEBCON BPS update s would be nice to get informed about new releases. Kind Regards Sébastien Anselment
(...) ervice statuses: 1. SolrNet Category: Exception Role: SolrIndexer SolrNet.Exceptions.SolrConnectionException: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/BPS_Activities/update STATUS:404 MESSAGE:Not Found SERVLET:default at SolrNet.Impl.AutoSolrConnection.d__27.MoveNext() --- End of stack trace from previous location where exception was thrown --- at (...)
(...) possibility to use Change Field Value action. But I can't select any field on configuration tab. Does anyone know what is the problem? How I should use it? My business case is that I need to update a field which is based on some dictionary. Simply task - replace one value with another. It is needed to comply with some other needs and keep the data clean. My version is 2025.1.1.23
(...) Hello, we have a production- and a dev-environment. The production environment was installed in 10/2024 (R 2024 version.. and update d to the latest R2025), the dev-environment was installed a few days ago (R 2025). For each stage we have 2 system accounts: Prod: service_webcon service_webcon_iis Dev: service_webcon_dev service_webcon_iis_dev In the production environment the user serv (...)
(...) Hi, I'm having a dilemma about comparing two date objects. My thinking is when I do sql queries to retrieve data from objects it will give you already stored db results, but with webcon functions you actually get value before it is actually stored. It does not work this way, so i'm looking for a way to do it. In conclusion, it should compare date before change and after change (this is triggered on me (...)