(...) Next() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwAI ter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow.BusinessLogic.Automations.Engine.Evaluators.ActionEvaluator.d__21.MoveNext() --- End of stack trace from previous locatio (...)
(...) Hi all! I want to remove all element privileges on workflow element level (= all users assigned with Add privileges action) from certAI n workflow elements. Is there an easy (and maybe built-in way) to remove all these permissions without knowing the BPSId of these users? I know there is a table WFSecurities, which can be selected and filtered by WFD_ID, but maybe there is an easier way to d (...)
(...) e. In this zip packages there would be the default documents for all processes. This would include the related processes too. Now I'm going back to generating the documentation for ten processes agAI n... Best regards, Daniel
(...) nd alter the User we use the SAM-account name and it works very well. But this doesn´t work on the Azure Users. By the way our AD is generated with an xxx.home and our Azure AD changed it to the MAI l extension xxx.com So when i try to get the user with his MAI l-Adress, i get the info that "there is no xxx.com AD" and when i try to get him over the xxx.home AD i get the info "User not found". (...)
(...) to correct my post, it's about a problem with process cloning, sorry. I have a general question - have you ever encountered a situation in which after moving processes between environments, certAI n functionalities disappeared? I'm talking about moving the process from prod->test and then test->prod. Is it even possible for this to cut out recently added functionality?
(...) ity, is it possible to check whether a value exists in a sharepoint list before I create a new entry via workflow action? What's the best way to do it? Can I use a data connection to query for a certAI n value in a business rule? Thanks!
(...) Hi guys, got case here where in Webcon's report there is a row from item list. This row is added as a column to the [Columns avAI lable in report] as on the screenshot, but remAI ns unticked, therefore not visible in the default view on the report. Nonetheless, report still shows multiple lines with same data/instance ID, if there is > 1 item list row with data on the form. This should be the case if (...)
(...) Hello, Is it possible to make the comment save button also avAI lable for the form in edit mode? Regards D.
(...) Hi everyone! I'll start with the app package import error message, then some detAI ls: System.Exception: Exception occurred while importing table WFDetAI lConfigs ---> System.InvalidOperationException: No item type: WFBusinessRuleDefinitions, id: 2752 at WebCon.WorkFlow.Base.ImportExport.Mapping.MappingList.GetBySourceId(Int32 id, DbNodeType dbNodeType) at WebCon.WorkFlow.Base.ImportExpor (...)
(...) Hi everyone! I'll start with the app package import error message, then some detAI ls: System.Exception: Exception occurred while importing table WFDetAI lConfigs ---> System.InvalidOperationException: No item type: WFBusinessRuleDefinitions, id: 2752 at WebCon.WorkFlow.Base.ImportExport.Mapping.MappingList.GetBySourceId(Int32 id, DbNodeType dbNodeType) at WebCon.WorkFlow.Base.ImportExpor (...)
(...) Hi It would be useful in the form rule to have the ability to make a comment mandatory. We have cases where, depending on certAI n selected values, we need a mandatory comment. Thanks, Raluca
(...) ould be taken from a Data Row field type, but still, I can't exactly see the problem here as some of the returned rows are working fine, some not.. This never happened to me before. To put this strAI ght forward, the problems I notice are: 1. "Name" is returning equipment value, instead of name value 2. "Date of purchase" is returning nothing NULL, even if the date is filled in 3. "Signature" (...)
(...) Hi, it would be nice if the view V_WFElements would not only contAI n the integer id but the GUID. I'm not sure whether using the view in a calculated column would be more performant or creating an own join, but only for one table. For example (select Count(*) from V_WfElements childs where childs.DTYPE_GUID = '0000' ... further conditions) vs (select Count(*) from WfElements childs join W (...)
(...) Net.ISolrOperations`1[WebCon.WorkFlow.Data.Solr.Collections.BPSActivity]' was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at SolrNet.Utils.ContAI ner.DoGetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key) --- End of inner exception stack trace --- Solr Admi (...)
(...) The history of items sometimes contAI ns from several to several hundred or several thousand items. A proposal to add the possibility of presenting the last 5-10 history elements, because with hundreds of history elements a timeout error is received.
(...) 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' fAI led because it contAI ns a derived or constant field. Is there any other way to udpate the column in wfelementtasks?
(...) e Automations are, especially in case of any API integrations where global ones are created, and they might be used everywhere. Their own success makes lack of folders feel like that small stone in pAI r of comfy shoes ;) Closed in favour of -> https://community.webcon.com/forum/new-message/4840
(...) eceives the original item list column name. The "Display name" set for an autogenerated column (like ID) works and modification is visible in both template and generated attachment. Thanks, MihAI l
(...) Hi. In version 2023, the method of handling company selection when starting from a tile has been changed. Previously, if the remAI ning parameters were defined in the button configuration, a form was immediately displayed and the company could be changed directly there. Currently, a popup always appears in this situation and the company can be changed later on the form. Users report this as an (...)
(...) I am looking for the solution regarding REPORTS. I want to restrict the reports in the way that authors can only see their own requests. I was trying to do it with SQL, but I fAI led, I saw suggestion that it can be restricted on the user priviliges for entire app level, but I can't find solution. Please help :D