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

search results

for row

(...) low. I have a subworkflow that starts with the first value on that field, if the parent gets changed, I either update the information through Update Related Workflow or show the information as a data row in the child. But I need to alert the responsible on the child flow so they are aware that the field was changed. I'm not sure how to play with versions or IsChanged (using SQL command) to created (...)

(...) y one attachment (picture1). When I use the same action, but the SQL query returns more the one attachment - the action doesn't work (and it doesn't matter if the ID's of attchments are in the one row or many row s). Thank you for your time :)

(...) ems to an item list on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row . Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }).then(() => { InvokeRule('#{BRUX:1526:ID}#') }) This is work (...)

(...) Hi, I want to compare(lookup) an item list with dictionary items. On a start step I have the item list where I want to upload some row s from an excel file, then I want to check if uploadet row s exist in the dictionary. If exists, webcon should mark a column in the item list that the entry exists. Do you know how to achieve it? Could you help?

(...) n for Rents. The idea is: - Open request and save the date of request (as the current date) - Calculate how many months until end of year (civil year) - Initialize the item list with the number of row s as the number of months - Each row will create independently the payment for that month Although I have all the idea structured, I'm facing some questions in regards to: - How can I initialize (...)

(...) /537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 | href: | ex: System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben. bei System.Throw Helper.Throw KeyNotFoundException() bei System.Collections.Generic.Dictionary`2.get_Item(TKey key) bei WebCon.BPSCloud.Core.Applications.ApplicationsManager.c__DisplayClass24_0.b__3(KeyValuePai (...)

(...) tallation and database conversion as well as service start went through without error. But unfortunatly the portal does not come up again; also a connect through Designer Studio fails. The web brow ser tells an error: HTTP Error 502.5 - ANCM Out-Of-Process Startup Failure Investigating this I started the file "" within path "" manually and received the error dump added below. The sql user (...)

(...) Hi, from time to time we have the use case that an item list row may not be delete under specific circumstances by the user. Currently there's no easy way to prevent this. One option could be to display "virtual" columns for these actions in the item list, so that one could make use of the existing functionality "column edit restriction". With this we could define whether the action should be d (...)

(...) into a text field but I need to have the information as an item list. Does anyone tried to do this? How can you pick up the text field and work it somehow to have columns and the information as row s? Hope anyone has ideas! Thank you

(...) g and I have to agree. There's the save button on the workflow form which persists the data in the database. Then there's the save button in the single edit dialog, which will save the values for the row , but does not persist the data of the workflow itself. I wanted to change the term "Save" to "Apply" using the translations but I'm stuck because the save button doesn't have an own translation. (...)

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

(...) emember that at some point this link displayed a preview image that was uploaded somewhere. But I don't know by which means an attachment was uploaded to this path. Right now, calling this link throw s: {"type":"https://tools.ietf.org/html/rfc7231#section-6.5.4","title":"Not Found","status":404,"traceId":"00-2cd9a0ba20c4ac24d08366237b7ec881-1e6a399ca0898779-00"} Can anybody shed light on thi (...)

(...) Hi, I want to integrate bps with szafir kir: https://www.kir.pl/firmy/szafir/ I found this article https://kb.webcon.pl/podpisy-cyfrow e-autenti-w-webcon-bps/ but i'm not sure if integration with szafir is even possible ? KIR is not on that list.

(...) Hi all! I am wondering if there is a way to filter a view with Webcon REST API. So instead of getting all view row s on my client and filtering the result with C# and LINQ, there should be a better option than that. ODATA does not seem to be implemented yet. Maybe I overlooked something or is it planned to add ODATA or some other filtering options to REST API? Thanks a lot in advance & (...)

(...) e is also no error in the event log. It would be great if there would be a hint, that a timeout could not be created / caused the exception. Best regards, Daniel System.Threading.Tasks.Task.Throw IfExceptional(Boolean includeTaskCanceledExceptions) at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) at WebCon.BPSCloud.Core.WfDynamic.Services.MoveElementToNext (...)

(...) party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.Throw Exception(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) (...)

(...) uch a case: A CRM with several sales objects displayed in a report. I would like to be able to run the sales objects thru a path from the report itself (look at the screen), so that our salesmen can brow se and filter through the report of sales objects and easily add the desired objects to transaction. What seems to have worked in previous version (don't remember which exactly it was) was - when I op (...)

(...) Hello everyone, Hope you're all doing great! Does anyone by chance knows how to configure an email that only the newest row in an item list form field will be sent in the email? The examples from webcon are how to paste a complete item list in the email but I just want the new one (that I have a flag for that) because I'm sending documentation and I just want to have the latest one Thank yo (...)

(...) This idea is from my good colleague Sebastian Paziewski. When users enter many row s in item list the header is not visible (hidden on top). Maybe hearder could be floating when scrolling down the list. Or there could be a "copy" of headers on bottom of the list (when the list is longer than visible area of item list).

(...) for a challenge I'm facing. Does anyone know if there's a way to color report cells similarly to how Excel colors duplicate values? So when a duplicate value is found in COLUMN1, the cells from both row s would get e.g. red background color? TIA, Martin