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

search results

for code

(...) Module   RequestFilteringModule Notification   BeginRequest Handler   aspNetCore Error code    0x00000000 Requested URL   https://marketbpmdev.sunriseseniorlivin (...)

(...) Hi, Why is only one task created, and everything executes in it, when I execute the following code in a loop: args.TransitionInfo.TasksToAdd.Add(new WebCon.WorkFlow.SDK.Common.Model.NewTaskData(new WebCon.WorkFlow.SDK.Common.Model.UserInfo("webcon", "webcon"))); Best regards.

(...) We are using a Hot-Mailbox to process incoming e-mails with a pdf attachment. The attachment is added to the instance corresponding to the barcode applied on the pdf. This works fine so far. There is now the need, that the users has to send at least one other attachment which does not have a barcode and these should be added to the instance as well. Thought this would be possible by configure (...)

(...) F NOT Exists and passing value 1 when the user entry is not a duplicate which means validation is successful and should allow saving the user entry. When a user entry is a duplicate, SQL NOT EXISTS code returns value of 2 and the validation should fail with a message. SQl is returning the correct value but the validation action not working as expected. SELECT CASE WHEN NOT EXISTS (Select WF (...)

(...) Hi folks, As you (to my knowledge) cannot add a html field, like you can do in dashboards, I wonder how to get code into the very first page of Webcon. Our goal is to redirect directly into a specific application, but we cannot use the URL rewrite module of the IIS. Best regards Fabian :)

(...) Hi, we have a requirement to calculate no.of days took to complete an assigned task. Created a business rule with below code : select count(*) as BusinessDays from Calendars where cal_isworkingday = 1 and cal_workingdate >'{BRP:26}' /*starting date*/ and cal_workingdate < '{BRP:27}' /*exit date*/ BRP:26 and BRP:27 are business rule paremeters. BRP:26 will be capturing on entry of the step. (...)

(...) st api is only working with registered apps. Would be super cool having the possibility to grant permissions for using the rest api also for users and not only applications. Btw: I reused the code for the weblogin from my powershell and extendend https://github.com/WEBCON-BPS/RestApi-DataImporter, but....

(...) here are this "breaks" coming from. Please see the attached image of the rich text editor in edit mode vs view mode. I'd like to display the text in the same way in both cases. I tried inspecting the code in Chrome, but there is absolutely nothing and I really don't understand. Is there another way to have the texts displayed in the same way? Thank you.

(...) When I use form fields in some actions the field value are not actually filled correctly. It just uses the field code . Updated to the latest version this week. Don't think it was an issue before, so maybe a bug?

(...) omplete the form and return it together with a copy of the id/passport. Which could be one or more pdfs or images. We've configured a hot-mail-box to check for e-mail having a pdf with a valid barcode . The pdf with the barcode is attached nicely :). But also want to add the additional attachments. One should expect that according the documentation the configuration of additional attachment fil (...)

(...) lick, that means on the client-side. Unfortunately I didn't find a way, to insert new row(s) to an item list in available JS functions. Does anyone know how to do that or could you provide some code samples? Thanks in advance & best regards, Nik

(...) Dear Webcon Team, we are still looking forward to get a helpful tool for getting barcode s / qr-code s on mobile phone into fields. Now we realized, that the WebCon App has a build in functionality for scaning code s. However this helps only for searching documents / contents. Would it be possible to combine this build in functionality with fields input? It would be really great to be able to con (...)

(...) hich 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 working fine but unfortunately this seems to be incredibly slow, if there is a larger amo (...)

(...) eptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.BPSCloud.Portal.Extensions.RestApiLogging.RestApiStatuscode Middleware.d__3.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() be (...)

Hello again, here is a next issue that I assumed to have fixed with the latest version of BPS, using 2022.1.3.65. I have a web service that has the structure as given in screenshot 1 (attached). The screenshot shows my configuration within a little test app. When I start this action, the request body fully ignores all data regarding the item lists as given in the dump below. (Hint: The

(...) ody: { "Grant_Type":"client_credentials", "client_id":"[I SANITIZED IT]", "client_secret":"[I SANITIZED IT]", "resource":"https://graph.microsoft.com" } Request End Response Start Response-code : BadRequest (400) Response-Body: {"error":"invalid_request","error_description":"AADSTS900144: The request body must contain the following parameter: 'grant_type'.\r\nTrace ID: 0768443e-3dcf-41ae- (...)

(...) counterFactory, IVersionPathParser versionParser, ICurrentUserProvider userProvider, IRestApiLoggingManager restApiLoggingManager) at WebCon.BPSCloud.Portal.Extensions.RestApiLogging.RestApiStatuscode Middleware.Invoke(HttpContext context, IApiLogger apiLogger) at WebCon.BpsCloud.IdentityServer.Hosting.IdentityServerMiddleware.Invoke(HttpContext context, IEndpointRouter router, IUserSession ses (...)

Hi all! I noticed that OData support has been added to REST API 2022.1.4.xx. I only found one document, which is located here: https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346 This document is related to the usage of OData in PowerBI. What we really need is the ability to filter views with OData and REST API. Is that one already implemented and if so, where can I

(...) . I downloaded this from official Microsoft marketplace. I can't find it inside VS marketplace in 'extension for download' after launch application. On Windows everything goes fine. I know about VS code but I'm searching information for Visual Studio. Thanks! Cezary

(...) s not work. Tried different columns, tried "" and '', tried contains but it does not work. Any ideas how to do it properly? 3153 I have a field "Project code ", text type in Webcon, and "Project code " text type in SharePoint. Filtering using this, does not work. 3153 in above example is a project code that I tried passing manually or through Form field v (...)