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

search results

for LAS

(...) munity.webcon.com/forum/thread/2707?messageid=2707 Is there anyone here who can help me with any tips? The case is quite urgent, as the plugin has not worked for a customer since the WEBCON update LAS t Friday and it is used intensively in applications for this customer. Thank you! Marco Bienlein, VSB

(...) have past dates (the ones with future dates and the one from today are not shown). I need the ones from today and the future too! Or at least today, but then the graph should be cofigured so that the LAS t date shown would be today - and this is not possible as then minimum future period you can select in the config is 1 month ahead. This really confused me, because I have 2 other applications that (...)

(...) ve implemented menu buttons for Help Desk and Printing. In 2022, every user who have acces to instance can push button and print form or start help desk (button in menu was accesable in every step or LAS t steps etc). After the update buttons apear on the form but after clicking there is error... and users cant use it. Is it new feature or is it a bug. It looks like some save restrictions - but it (...)

(...) ugins on a common basis in order to be able to reuse functions such as custom logging methods in each plugin package without copying source code. I have often used nested plugin and configuration cLAS ses within a plugin package project. This works without any problems. Example: *** shared project / solution *** Base plugin cLAS s: public abstract cLAS s MyCustomActionBase : CustomAction (...)

(...) at WebCon.WorkFlow.Data.Caching.Collections.AttributeDocTypeAssocCacheEntityCollection.TryGetByAssociation(Int32 dtypeId, Int32 wfconId) at WebCon.WorkFlow.Data.Caching.CacheStore.c__DisplayCLAS s855_1.b__6(WFStepFormFieldCacheEntity stepFormField) at System.Linq.Enumerable.WhereEnumerableIterator`1.ToArray() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Order (...)

(...) Hello, I have a form field - multiple lines of text (rich). When i send an e-mail, i set my form field - LAS t entry text. If i write a text and add a new line, it multiples the number of lines in e-mail...as you can see in the attached screenshots. Do you know why is it happening? And what is there to do? Thank you.

(...) nDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.Service.Context.ServiceExecuteWithTimeout.c__DisplayCLAS s6_0`1.d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at WebCon.WorkFlow.Service.C (...)

(...) hat all worked in Webcon BPS 2022. In BPS 2023 it is not working. I beleave there was a change in the order of Data Row column of Item List execution. I think Data Rows queries are now executed at LAS t, after it checks if columns should be blocked. How can I achieve this in BPS2023?

(...) Is there any way to avoid refreshing a form after invoking a menu action? The problem is that it moves the form to the top and the form fLAS hes.

(...) "loc": [ "body", "file" ], "msg": "Field required", "input": null, "url": "https://errors.pydantic.dev/2.6/v/missing" } ] } API code: cLAS s PDFItem(BaseModel): """ A model representing a PDF item with an ID, category, and file. Attributes: - id (int): The unique identifier of the PDF item. - category (Category (...)

(...) Hello everyone, I have a question. We are migrating Webcon to version 2023. I checked the table [dbo].[AdminAPILogs], and since the LAS t 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 anythin (...)

(...) 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. LAS t query from profiler: IF EXISTS(SELECT * FROM sys.columns WHERE Name = N'WEL_Details_Deprecated' AND Object_ID = Object_ID(N'dbo.[AdminWFEventLogs]')) BEGIN (...)

(...) Hello everyone, I have an issue where the meta-information (creator and date) of attachments are no longer being displayed. In the HTML, they are present but the CSS cLAS s is set to "display:none" (see image attached). Where can I change this setting or how can I display the meta-information again? This has been the case since the update to version 2023.1.2.123. Thanks in advance. Marti (...)

(...) DispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.WorkFlow.BusinessLogic.Helpers.TransactionsHelper.c__DisplayCLAS s11_0.d.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System (...)

(...) Hello Everyone I have to change sdk Custom Action cLAS s (not my code) from version 2019 to 2021. In old CustomAction was used HostingEnvironment.Impersonate() and I have also used this in 2021 version, but it generates error: Method not found: 'WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyEntitiesCollection`1 WebCon.WorkFlow.SDK.Documents.Model.NewDocumentData.get_TextFields()'. System.Miss (...)

(...) l 3 subworkflows to be done Child 1 - 12346 - finished Child 2 - 12347 - in progress Child 3 - 12348 - in progress All I need is, if I cancel 12345, then 12347 and 12348 will automatically be cLAS sed as finished. Can you help at all? Thank you!!

(...) ! So... How to build WebCon BPS with EntraID as the only source of identity? I have some ideas for preparing some business processes in a cloud environment (Azure) that will never have access to cLAS sic domain controllers I need a full user database on EntraID (AAD). I tried with the free online instance of WebCon togeter with quite outdated manual. It requires restarting some services as soo (...)

Hi, if the browser window is small enough, the actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item list and row.

(...) supported by using this SQL query: select 'a tag' + ''+ 'button tag' + ''+ 'div tag' + ''+ '' + ''+ 'img tag' + ''+ 'input tag' + ''+ 'p tag' + ''+ 'span tag' + ''+ 'strong tag' + ''+ '.cLAS s'+char(123)+'display:none'+ char(125)+'' + 'nested styles tag'+ 'div tag'+ 'button tag'+ 'strong tag'+ '' + '' as test Supported are: a div i img p span strong Not supported are: (...)

(...) ption(HttpRequestException requestException, HttpRequestMessage request, HttpAbortReason abortReason) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpClientRequestChannel.HttpClientChanneLAS yncRequest.SendRequestAsync(Message message, TimeoutHelper timeoutHelper) at System.ServiceModel.Channels.RequestChannel.RequestAsync(Message message, TimeSpan timeout) at System.ServiceModel. (...)