(...) I used to update this table and chagne wft_user and WFT_user name. But from the version 2023 i got Update or insert of view or function 'WFElementTasks' failed because it contains a derived or constant field. Is there any other way to udpate the column in wfelementtasks?
(...) rable e-mail through action. The action is simple and it worked until now (previous version 2023.1.1.89). When the action runs it returns an error "Can't send e-mail: Column 'mail' does not belong to table Results.". The field used in the action is named "Procedujacy" and is the type "User or group" with the data source . I am sure it worked before, what can be the problem here? EDIT: Seems that wh (...)
(...) Hi, When inserting an item list in a word template, the add-in asks for some columns configuration for the final table . Issue is that modifying "Display name" of a column of the item list is not visible in the final document, it is visible only in the template. The attachment document receives the original item list column name. The "Display name" set for an autogenerated column (like ID) work (...)
(...) Hi all, Is there any way to export data from Webcon to Excel WITHOUT column headings? Can't see such an option neither in export from data table attribute nor from the report. Can this be done in any way?
(...) It would be very helpful if excel generating action and data table attribute ability to save as excel could produce an Excel file with or without columns headers. This is sometimes useful, as some external applications accept only data in excel files and no headers.
(...) I have a process (start - finish) that creates an instance and remains in the "Finish" state. Here, I have the following form fields: "Quantity TOTAL" (Floating-point number) and "Quantity" (Data table ). In that data table , I have other instances from a different process, and in one column (Quantity Requested), I calculate the sum. How could I save that sum in Quantity TOTAL and have it consist (...)
(...) Cloud.Portal.Extensions.DebugInfo.DebugInfoMiddleware.Invoke(HttpContext context, IDebugInfoGetter debugInfoGetter, IPerformanceCounterFactory counterFactory, IFrontendTraceProvider formatter, IDefaultable DbInfoProvider defaultable DbInfoProvider, IUserCredentialsManager userCredentialsManager, IDebugInfoManager debugInfoManager, IHttpContext synchronizedHttpCtx) at WebCon.BPSCloud.Portal.Performanc (...)
(...) MyRunAsync(args); } public abstract Task MyRunAsync(RunCustomActionParams args); } Base config class: public abstract class MyCustomActionConfigBase : PluginConfiguration { [ConfigEditable Text(DisplayName = "BaseConfigValue")] public string BaseConfigValue { get; set; } } *** extending / 'productive' project / solution *** Custom plugin class: public class MyCustomAction (...)
(...) ut more information about the cause using an error ID? Where can I enter the ID in the Designer Studio to get to the form field that is causing the error? I tried to adapt a data source to a "data table " form field because not all existing values were displayed. Now I always get the error "Failed with an unknown exception Error ID: 6f351188-04d9-4049-bd2b-d3da66c64976" Unfortunately the error co (...)
(...) Hello, I'm having a case, where I need to display last comment, author of the comment, and date on a Data table attribute. I don't want to move the comments, to parent flow, as this will create a lot of mess due to lots of child flows. I thought this could be a built in feature, same as we can select last comment in buisness rules context, we could access it from reports, and webcon data sources, (...)
(...) uns every minute (infinitely) - for example: syncing users from another external database to the local BPS groups. From your experience, do you see any concerns or risks? Are these runs saved to a table in the database? Thanks.
(...) Cloud.Portal.Extensions.DebugInfo.DebugInfoMiddleware.Invoke(HttpContext context, IDebugInfoGetter debugInfoGetter, IPerformanceCounterFactory counterFactory, IFrontendTraceProvider formatter, IDefaultable DbInfoProvider defaultable DbInfoProvider, IUserCredentialsManager userCredentialsManager, IDebugInfoManager debugInfoManager, IHttpContext synchronizedHttpCtx) at WebCon.BPSCloud.Portal.Extensions (...)
(...) Hi! So I have this Item List in "Orders app". Lets say it has 10 columns. 6 Of those columns can be editable depending on subprocesses or other proceses. So there is a query, that if returns 1 it means that column can be edited by a user, if 0 then the column in this row is blocked. For that I am using "Column edit restrictions" from the "Permissions" tab in the studio. And it works great. For few r (...)
(...) I deleted some instances using the 'Remove Personal Data" then "Archive workflow instances' action. Both actions delete the instance, but the instance's signature remains in the WFElementSignatures table . Thanks, Raluca
(...) Hello everyone, I have a question. We are migrating Webcon to version 2023. I checked the table [dbo].[AdminAPILogs], and since the last version in 2022, there hasn't been a single log in this table . Has anything changed in the new versions, and do I need to turn on logging into this table somewhere? I have been looking for an answer on the Webcon website and Google, but I haven't found anything
(...) any idea why the problem appeared? Version installation: current -> 2023.1.3.76 target -> 2023.1.3.118 In changelogs there was information about changes as to the columns in the AdminWFEventLogs table . Last query from profiler: IF EXISTS(SELECT * FROM sys.columns WHERE Name = N'WEL_Details_Deprecated' AND Object_ID = Object_ID(N'dbo.[AdminWFEventLogs]')) BEGIN (...)
(...) n to version 2023.1.3.118 and one things change. In workflow "Faktury" (Invoice) a had an action that download using Rest Api information about working time of employee. Using this data, system fill table with invoice items (eg. cost allocation ). But in this version i get error that: "No exact match was found for:..." ("Nie znaleziono dokładnego dopasowania:...") for attribute Choice field. In previ (...)
(...) think that it should do that, see attachments). Then in the mainform Workflow I have a step that is waiting for the Subworkflow and there a Tab that should get the status. For that I created a Data table and put the technical field as the filter. And when I test this I get a huge error message from the Query test. With that I think that I am either doing something increadibly wrong, or it will be (...)
(...) Hello, I have a question, a curiosity... In the WFDataAttachmets table , there is a column called ATT_IsDeleted. If I want to Run SQL procedure (webcon action) and update table and set the ATT_IsDeleted column with 1 or 0. Is it a good practice? Or is it not allowed? Thanks.
(...) Hello all, I have an item list with a editable column. This works if the item list does not have a lot of lines but if the item list has a long list of lines, this column becomes read-only and the user is only able to edit using the a pencil button that is displayed in each row. Is this a normal behavior? Thank you