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

search results

for row

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

(...) ssion": { "id": 565, "sessionGuid": "2c8664cd-1862-4978-9355-1d0b7c3c47d5", "userTime": "2023-08-31T05:51:09.457", "userLogin": "xxx", "userLanguageCode": "en-US", "userBrow serData": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.62", "events": [ { "id": 11030, (...)

(...) Hello, I copied one item list from one process to another and after trying to save the process I get the below in the attached image. There are some datarow field in the item list that are showing data coming from business rules. I guess they are causing the problem. The main issue is that designer studio doesn't show the fields anymore so I'm unable to delete the item list that I copied. As you c (...)

(...) ld be great to have Bulk Edit possibility like in Postman (https://i.postimg.cc/nh60WG6d/Postman.gif), to just copy/paste multiplle fields at once (maybe only in advanced editor mode) - updating them row by row have been tedious.

(...) Hello, It would be great if WebCon BPS could allow to configure application available only "via Brow ser", not visibible in WebCon BPS Application (for Android/IPhone) at all. Configuration could be on Application level via e.g. 2 checkboxes: "Visible in Anroid App" / "Visible in IPhone App". That solution would enhance Mobile user experience not be overhelmed via full list of application which (...)

(...) m rules out of the HTTP response for each element would have an even bigger impact. Although I have to admit, that I have no idea how new versions of form rules would 'update' the old version on the brow ser. Best regards Daniel

(...) Hi, Sorry for my lack of knowledge but I've just installed WEBCON 2 days ago. Please help! I want to add in a item list row s from a SQL database but: Querying data is ok. I want to select a product name based on that query (from a Choice field) and get the correspondent price from the query... Also my query is based on another field as a filter When I change the value of that filter, the list (...)

(...) k required" other related field. In such situation I could set placeholder value i.e. 'fill this field with phone number' suggestion. Especially it would be useful in Item list. Today I can set row value (in item list) / field value (regular fields) that needs to be replaced by user with proper values. Such placeholder would be a better option to suggest expected content in field(s). Hope th (...)

(...) Hi, how to set a filter in the data source for a data table so that search-filtering by date works. The usual filtering according to the scheme does not work: 1. "some date (iso or brow ser settings)" = "field in the data table with a date" (like attachment) 2. "some date (iso or brow ser settings)" like "field in the data table with a date"

(...) Hello, Does anyone know if there's a way of adding a tooltip to custom buttons one adds to the form? I have an item list with a datarow column. Inside this column I'm creating a button like so: Basically, I'm replicating the buttons from the action column. I know I can add the title="some text" to the button to have a default tooltip. But I'd like to use the buil (...)

(...) s. You can find more inspirations here: https://docs.aspose.com/words/net/template-syntax/ Feature requests for this new / updated action would be: - Accessing all fields, item lists and data row s/column from the template - Joining multiple documents - Adding watermark - Generation of table of content Best regards, Daniel

(...) ://community.webcon.com/posts/post/the-picture-form-field/32 https://community.webcon.com/posts/post/wfelementdetails-table-description/34 and more. Could you please correct it? I tried various brow sers, the results have been the same.

(...) ng the "default view" checkbox twice, (4), the variable definitions had been restored (5). You can execute this SQL statement to verify if there's something for you to do. It should not return any row s. SELECT TOP (1000) [ARP_ID],[ARP_APPID] ,[ARP_Name],[ARP_Configuration] FROM [dbo].[AppReports] where ARP_Configuration not like '%SelectedApplicationId>#%' Best regards, Daniel