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

search results

for row

(...) Hi, We have a single workflow element that is not opening. On clicking on the workflow element, the brow ser just starts loading indefinitely. This issue appears only on this single element and nowhere else. What can I check, how can I start researching this issue? We are using classic forms on SharePoint. Thank you

(...) Is it possible to add an ordinal column in reports, for example, consecutive row s numbered 1,2,3.... (in the first additional column only at the report level)

(...) Hi, I noticed that the webcon workflow service logs warnings almost every time I display an element with an item list on it. E.g. I opened element in the brow ser and the service logged "Control not found ('SubElems_257')WFD_ID=21065". I don't have any page loading rules and there are no actions performed on this item list in the current step. It occurs in various applications and processes that I ha (...)

(...) Good evening everyone, I'm looking for a way to get the name of an ItemList within a SELECT statement. I'm planning to build a way to move an ItemList row to another ItemList in the same instance. Therefore I need an autocomplete field with ID=ItemListID(DET_WFCONID) and Name=? . I'm kind of stuck. At the moment I can't even find it under (https://developer.webcon.com/2022/resources/db/). (...)

(...) Hello, my dashboard includes a three column design with one report in each of the columns. The problem i'm facing now is that because the columns are too narrow , the reports get displayed as tiles rather than a compact table row list. I can change the view mode when viewing the dashboard in the brow ser (see image), but I would like to define it as the default view. Is there any way to change th (...)

(...) item lists: 1) freezing view of the selected (first 'n') columns -> following the thread: https://community.webcon.com/forum/thread/2603?page=1#m2610; 2) enabling (showing) / disabling (hiding) row s in the previously initialized item list -> business case: in the step after initialization we disable (or hide) all the row s except for the selected ones (preferably); after the data was entered to (...)

(...) Hi there. Trying to familiarize myself with the for each action. I have an item list an I want a business rule to evaluate the value for each row of a certain column (choice field) an execute an action for it. Unfortunately, as soon as I have more than one row in the item list, the BR evaluation will fail as it attempts to test against all the row values for the specified column. My BR uses (...)

(...) Working on a project whereby there is a process to track delinquent loans and create collection activities based on ageing. We receive loan data as a daily dump in excel and new or modified row s should either fire new instances of our workflows or trigger certain paths in existing workflows.Unsure of how to go about this

(...) Hi, I have found this article. I don't understand where should i define an additional row ... (text fig. 13) Or i get error "column DET_Att1 not found.." https://community.webcon.com/posts/post/confiugration-of-the-item-list-and-data-table-form-field-in-e-mail-templates/14 Can you help? Thank you.

(...) .g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow (ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNe (...)

(...) email addresses from a Dictionary. I checked "Selecting addresses by SQL/CAML query" and as Data source: i chose my Dictionary When i write a SQL query it doesn't filter. It shows all columns and row s. In my workflow i have a choice field Vendor name (from a Dictionary - it contains Vendor Name, Vendor Email). When i pick that vendor, i want to send an email to that vendor. Can you help? Th (...)

(...) contentDatabase) at WebCon.WorkFlow.Service.UserSynchronization.Processors.UserSynchronizationInnerProcessor.d__14.MoveNext() --- End of stack trace from previous location where exception was throw n --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at WebCon.WorkFlow (...)

(...) .g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow (ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNe (...)

(...) field values should we generate so that there are no problems with the operation of the application. Of course, WFF_STPID - step ID, WFD_DTYPEDID - form ID depends on the process, and the rest, e.g. row Version (some hexadecimal value) ? And other?

(...) at WebCon.WorkFlow.Studio.Logic.Helpers.UsageSearch.BranchGenerator.CreateMissingBranch(DbNodeCriterion criterion, String columnInfo) at WebCon.WorkFlow.Studio.Logic.Helpers.UsageSearch.Mappingrow sToTreeNodesConverter.GenerateLeaf(EntityUsage entityUsage) at WebCon.WorkFlow.Studio.Logic.Helpers.UsageSearch.Mappingrow sToTreeNodesConverter.GetTreeModel() at WebCon.WorkFlow.Studio.Logic.M (...)

(...) ql or --iedebug? Is there an other way to logout from designer studio, without havin designer studio started? The problem is, studio does not start anymore and I want to try a different Url or brow ser login, but I am not able to change this. Best regards, Nik

(...) s steps. The first step will start the change request, opening two additional columns in the table - "quantity for change request, total price for change request". This can be done for every existing row in the table. In the next workflow step the change request will be send to the customer and process is waiting for the order of the customer. So far so good... Now to the question: In case the cu (...)

(...) *****; begin try exec('select top 100 * from ( select * from ZZ_Działy_PIT ) as nnn '); end try begin catch revert with cookie = @cookie**************************************; throw ; end catch; revert with cookie = @cookie**************************************; Dev / Prod query execution select top 100 * from ( select * from ZZ_Dostawca ) as nnn

(...) o do in the past. Some user can have more than one task in workflow. Is it possible to prepare such report and in SQL filter make a join statement similiar to this: SELECT * FROM (SELECT *, row _NUMBER() OVER(PARTITION BY [WFD_ID] ORDER BY WFD_ID DESC) rn FROM [BPS_ConfigProd_Content].[dbo].[WFElements] LEFT JOIN WFElementTasks  ON WFElementTasks.WFT_WFDID=WFD_ID  WHERE WFT_USER='user (...)

(...) solving this? My ideas up to this point: 1. Update workflow with item list I wanted to: - Create an item list with all active workflow instance - Fetch the data from the ERP system for each row - Compare the old against the new data - Trigger an update if something changed Problem: Executing xxxx REST Requests in a "for each" loop in an item list will probably exceed the timeout of path (...)