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

search results

for display

(...) nts of this data source) I see the future elements, but as expected they have no type and thus all are of the same color. Not a solution for me unfortunately. EDIT 2: It is possible in this case to display on one vacation chart both past elements (with colors and legend, but no link to the elements) and future elements (just one unchangable color with no legend but with a link to the element). Still I (...)

(...) In template configuration of vacation template generated process we have 2 important data sources - vacation history and vacation plans. Their display on vacation chart is different - history has legend and colors for different types of absences, whereas plans are display ed just in one color and there are no types. Another difference is that history items do not point to the original item, whereas plans (...)

(...) e on one of the columns of initialized item list - initialization itself (either in item list's configuration or by actions like "Update item list values") Usually, when item list is first time display ed on a form, it's either initialized or default values for its columns are calculated. ___ I've been looking for the cause for two days now and I can't find a solution. Has anyone encountered any (...)

(...) (args); } public abstract Task MyRunAsync(RunCustomActionParams args); } Base config class: public abstract class MyCustomActionConfigBase : PluginConfiguration { [ConfigEditableText(display Name = "BaseConfigValue")] public string BaseConfigValue { get; set; } } *** extending / 'productive' project / solution *** Custom plugin class: public class MyCustomAction : MyCustomAc (...)

(...) ere 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 display ed. Now I always get the error "Failed with an unknown exception Error ID: 6f351188-04d9-4049-bd2b-d3da66c64976" Unfortunately the error code doesn't help me understand what exactly happened... M (...)

(...) 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, s (...)

(...) Dear WEBCON Team, currently in reports, the total number of entries is always display ed even when selecting certain entries. Is it possible to add another counting function to see below "count all" and "count selected" entries? Another improvement would be to enable selection across mutiple report pages. Can this be enabled? Best Regards, Lena

(...) ountered the following error. I have an action that sets a value in a choice field. I set the choice field through the value of the ID. When I enter the form, the value is correctly set, and it display s the name corresponding to the set ID. However, when I enter the report, in that column, I see the value of the ID instead of the name. I tested by setting the value in the choice field as follows: (...)

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

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

(...) te an article-based analysis. The evaluation should list how often an item is affected in a complaint. Unfortunately, although I can add the corresponding fields as columns for a list view, I cannot display them in the form of a chart. Why do these fields have the blue text [Positions] in front? What is it about these elements that I cannot select them in the view page as an element to be display ed (Im (...)

(...) refore it would make our live easier, if the would see the final request which is send to the server in the saved diagnostic session. This would be similar to the "Invoke rest web service" action log display ed in admin mode. Now I'm going back to see what the problem is in my case. Best regards, Daniel

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

(...) is 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 display ed in each row. Is this a normal behavior? Thank you

(...) See the attachment as one example. I have an item list with a drop down and a fixed sql statement with multilingual values. Assigning the id to the column in a for each loop does not resolve the display name and the "id" value is treated as the display name. The "solution" aka workaround is to set the id and display name. That's *beep beep beep beep*. Could we please have an option to choose (...)

(...) a following problem. I've created a data table form field that downloads data from SQL query. In the where clause, I refer to the value of another ‘Criterion’ field on the form. The data table should display the data depending on the selected criterion. Unfortunately as I change the criterion, the table sometimes fails to refresh and display s the data for the previous criterion. How do I solve this probl (...)

(...) tion from another workflow you should prevent the user from entering special characters. Example: A subworkflow is linked to a parent workflow with a choose field and uses the Title field as the display name. If a user enters ; or # in the value of the field, this will break the choose field logic. The system will be interpreted as a delimiter for a new choose field. This can be achieved by usin (...)

(...) week number. Currently, they have to open Outlook to cross-reference week numbers with corresponding dates, which is time-consuming and disrupts their workflow. Feature Request: ISO Week Number display : Include ISO week numbers (ISO-8601) in the date picker interface. This will allow users to quickly identify the week number alongside the date.

(...) Hi, Can I achieve such an effect in an calculated column? In SQL it works but in webcon I have an error If atrubut is empty display the grouped attribute from the item list Code: select ISNULL(WFD_AttChoose5, STRING_AGG (CAST(DET_Att1 AS NVARCHAR(MAX)), ';')) from WFElements W left join WFElementDetails WD on W.WFD_ID = WD.DET_WFDID group by WFD_AttChoose5 What needs to be correcte (...)

(...) T '➕➖' AS XX Generated two nice buttons with + and - that performed some actions. With the current version 2023.1.3.202 WEBCON adds extra " signs, so the entire code is quoted and display ed as text and not intepreted as HTML I would appreciate any idea how to solve the issue