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

search results

for code

(...) cking link which opens I read this topic: https://community.webcon.com/forum/thread/891 but is not clear for me ... I did the html field with script >> is working ... but, how to control that code of links and tracking_no? Extra .. after adding next row ... lock previous row with link

(...) Hi! I need your help regarding setting focus on the last row of the item list. Business wants to perform the following scenario. Batch of barcode lables from paper documents are to be scanned with hendheld scanner. Each scanned id is to be inserted into ID column of item list table. Based on the ID some additiona data are to displayed in other columns. What I have already done is the form rule that A (...)

(...) in/privileges I have added App.Elements.Admin.All permission. But i get error: Invoke REST Web service - Request Url: https://domain/api/data/v4.0/db/1/elements/2450/admin/privileges Response code : BadRequest (400) Exceptions: Rest service call failed. Http code BadRequest (400). Inspect log to get more information. Can someone help? Thank you.

(...) tion with the Graph API. I get this error: "Invoke REST Web service test (2) - Request Url: https://login.microsoftonline.com/f656719a-4d1c-482b-be59-564f8c2af72d/oauth2/v2.0/token Response code : Exceptions: Cannot add value because header 'Authorization' does not support multiple values. " I have tested everything in Postman and it is fine, but in Webcon i don't know what is wrong. (...)

(...) cal webcon instance? I'm preparing a process where users manually confirm their being at work. It would be very appeciated, that when tey load any page of local webcon instance, there would be some code testing if they already confirmed their being at work. If they didn't, they would be redirected to the appropriate element. If they did, nothing would happen. Is there a way to do this in webcon, o (...)

(...) iewer: ___ Faulting application name: WebCon.WorkFlow.Service.exe, version: 2023.1.3.29, time stamp: 0xe8333945 Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code : 0xc00000fd Fault offset: 0x00007ff98fcd3842 Faulting process id: 0x1140 Faulting application start time: 0x01da4d635bcdedff Faulting application path: C:\Program Files (x86)\WEBCON\WEBCON BPS Wo (...)

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

(...) tandardizing our plugin packages. I would like to put all plugins on a common basis in order to be able to reuse functions such as custom logging methods in each plugin package without copying source code . I have often used nested plugin and configuration classes within a plugin package project. This works without any problems. Example: *** shared project / solution *** Base plugin class (...)

(...) ign on beginning (data from polish national VAT/NIP databese) I was testing: if in string is " or ' all time I have got error if I remove from string [name] " or ' - then workflow is working [code ] Dodaj Sprzedawcę / Kontakt [/code ] error: url: https://webcon.xxx/api/logger | action: ip: xxx | msg: "e": {}, "message": "'' string literal contains an unescaped line break", "n (...)

(...) le" form field because not all existing values ​​were displayed. Now I always get the error "Failed with an unknown exception Error ID: 6f351188-04d9-4049-bd2b-d3da66c64976" Unfortunately the error code doesn't help me understand what exactly happened... Many thanks in advance. Regards, Matthias

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

(...) sing", "loc": [ "body", "file" ], "msg": "Field required", "input": null, "url": "https://errors.pydantic.dev/2.6/v/missing" } ] } API code : class PDFItem(BaseModel): """ A model representing a PDF item with an ID, category, and file. Attributes: - id (int): The unique identifier of the PDF item. - category (...)

(...) n advance. Error Stacktrace: Nachricht Fehler Setze Symbol - Fehlerhafte Rezepturen während betreten des Schrittes. (Schritt: Bearbeitung Produktion, Pfad: Ja) Concurrency Error Log Error code : 100 Einzelner Wert: Attributwert von "Symbol - Fehlerhafte Rezepturen" auf "" geändert. Concurrency Error bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean (...)

(...) Hello Everyone I have to change sdk Custom Action class (not my code ) from version 2019 to 2021. In old CustomAction was used HostingEnvironment.Impersonate() and I have also used this in 2021 version, but it generates error: Method not found: 'WebCon.WorkFlow.SDK.Documents.Model.Base.ReadOnlyEntitiesCollection`1 WebCon.WorkFlow.SDK.Documents.Model.NewDocumentData.get_TextFields()'. System.Missi (...)

(...) ttachment id could come from, I didn't explicitly define it. Best regards, Daniel [/quote] - OK, I will do it later [now I have got static Attachment ID] but now I have got problem with: [code ="error"] Kopiowanie Załącznika do innego Flow - Request Url: Response code : Exceptions: One or more errors occurred. (The SSL connection could not be established, see inner exception.) [code (...)

(...) . The HTTP verb for this method is GET. When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work: Response code : Exceptions: Error occurred : Cannot send a content-body with this verb-type. System.Exception: Error occurred : Cannot send a content-body with this verb-type. at WebCon.WorkFlow.BusinessLo (...)

(...) Hi everybody, has anybody an idea how I could manage to make (copy) out of a base64 type picture field an attachment for a bunch of instances? I.e. I have an QR code within my workflow instance as picture field. But I need to export it for external use. Kind regards Klaus

(...) hout authentication)? What we need here is some kind of public form for new registration of users. This form also should have path authorization, to verify a new registered user (e.g. by sending a code via email). But I think this only user-related and only works with already registered users. I know there is a new feature called 'Public link', but this isn't exactly, what I am looking for, si (...)

(...) Hi, Can I achieve such an effect in an calculated column? In SQL it works but in webcon I have an error If atrubut is empty display the grouped attribute from the item list code : select ISNULL(WFD_AttChoose5, STRING_AGG (CAST(DET_Att1 AS NVARCHAR(MAX)), ';')) from WFElements W left join WFElementDetails WD on W.WFD_ID = WD.DET_WFDID group by WFD_AttChoose5 What needs to be corre (...)

(...) s someone of you use a FormFieldExtensionJS for a multiline text field? We used this one to store a JSON as a string and in 2023.1.3 the plugin no longer works. I haven't checked the WEBCON BPS JS code in 2023.1.2 but in the new version: 1. the change function in the plugin triggers controller.change 2. this calls validateCCValueModel 3. Since the hasCustomModel is undefined 4. The default va (...)