(...) could sign PDF files with locally installed certificates (Adobe reader functionality) using the "IT hit Edit Doc Opener" Addin as mentioned in the Webcon Knowledge Base (https://community.webcon.com/POST s/POST /new-way-to-use-a-digital-signature/253). So far everything works as described until I want to save the signed attachment. Doing so I get an error message "document can't be saved. Generic F (...)
(...) getting some data from external system via REST API. Specifically workflow elements are created and there is a default path for saving workflow element. This can be easily done with the well known POST endpoint: /api/data/v4.0/db/{dbId}/elements Now we are facing the challenge to check if there are already elements in our system, to avoid duplicates. This can also easily be done with an inte (...)
(...) director B can't see data of director C (only employee A who manage the list can see all data). I've read that articles but still don't know how could I split item list (https://community.webcon.com/POST s/POST /starting-workflows-in-webcon-bps-actions/76). I hope that you understand my problem that I try to describe. Thank you in advance for any sugestions.
(...) ce more I need some help to get things working: Having the task to show a picture within a report in WEBCON BPS 2022.1.2.59 I found this article in the knowledge base: https://community.webcon.com/POST s/POST /the-picture-form-field/32 Establishing the fields and trying to get the image rendered within a report I had to learn: Only the link generated in the way as described in the article is shown (...)
(...) concerns. The current environment is Webcon 2021 on SharePoint 2013 Foundation. We are not using modern forms. -Is there any other migration guide/description than this? https://community.webcon.com/POST s/POST /going-sharepointless-how-to-transform-your-environment-into-standalone/168 -If I understand correctly, all applications will have to be transferred to the modern form/bps portal? -That also m (...)
(...) Dynamics BC (Saas / Cloud Version) a breeze. However, so far, it was / is not. setting up the OAuth2 app authentication in Azure and webcon is pretty straightforward. - it works like a charm in POST man ( I get my bearer token back) but I have no real way to test it in webcon, so I have to assume it´s working. then you still have to set up the REST Web Service connection, then the actual Rest (...)
(...) I need to upload attachments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPOST ("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new Go (...)
(...) Hi there has anyone an example on how to populate dropdown lists from REST data sources ? I got the working requests in POST man, but I cannot get them to work at all in webcon. and its kinda hard to debug since error messages or logs are seemingly not available... thanks for your help in advance.
(...) I start this action, the request body fully ignores all data regarding the item lists as given in the dump below. (Hint: The error has been forced by the web service to receive the dump.) With POST MAN the web service operates normally but from WEBCON BPS the request body does not contain the item list data, even if it is visible in the portal and findable within the database. The request bod (...)
(...) d a textbox to set the html-attribute „title“ -> the title-Attribute is important for screenreader and a barrier-free design. What is the „additional navigation link“: https://community.webcon.com/POST s/POST /additional-navigation-link/210 Thanks and best regards Daniel
(...) e End Exceptions: System.Exception: Rest service call failed. Http code BadRequest (400). Inspect log to get more information. I've tried every combination and syntaxes I could think of. In POST man it works without issues. Has anyone ever set up a connection/data source to retrieve a Graph auth token? Thanks for your help.
(...) some soap actions to to SAP. System.Security.Authentication.AuthenticationException: Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'. Submitting requests via POST man works fine. It seems to be a problem on transport level, related to .netCore/OS and is most likely a problem related to TLS version and Ciphersuites. https://stackoverflow.com/questions/669044 (...)
(...) Hello, Does anyone can help me, why in WEBCON SQL query aPOST rophe is replace with quotation mark? On the form, I have an attribute with value: '2339226', '2504286'. In action "Change items lists value", I used an SQL query whith this attribute, but query preview returned "2339226", "2504286". Regards
(...) { "type": "InsufficientAccountPermissions", "description": "Global admin permissions required", "errorGuid": "54d9ccb7-183e-484f-ba73-7f1d0d8ec794" } my endpoint in request via POST MAN /api/data/beta/admin/db/1/businessentities my Webcon verion is: 2021.1.5.307 when I do this request :/api/data/ I got this response, so it should work in my version. { "apiVersi (...)
(...) spose.Words StackTrace= at Aspose.Words.DocumentBuilder.(String , Boolean ) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.AttributeDetailSectionGenerator.InsertAutoPOST BackCell(String name) at WebCon.WorkFlow.Studio.Logic.Managers.ProcessDocumentationGeneration.AttributeDetailSectionGenerator.GenerateDefaultSettingsTable(Attribute attribute) at WebCon.WorkFl (...)
(...) I would like to run an SQL procedure (something like the article Run an SQL procedure https://community.webcon.com/POST s/POST /the-run-an-sql-procedure-action/230). But, I would like the procedure to generate a .txt file with the results (e.g. JSON), and the file to be downloaded using the WEBCON platform (maybe a new process with starting the procedure and preparing a .txt file for download, such as (...)
(...) 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/POST s/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 find (...)
(...) Hi, I'm trying to update an existing instance or create a new instance with REST API. I'm using api version 3.0 and POST man. I want to put data to choice field, but I know only name from data source. It's possible at all? I tried to put a value in two ways: "formFields": [ { "guid": "c2e37260-5d57-410e-997c-1f19bb12a4c0", "svalue": "USD" (...)
(...) Hello, Since a specifc time KPI reports don't work on my webcon enviroment. I checked a configuration according to https://community.webcon.com/POST s/POST /web-part-kpi-new-edition/141 and everything looks good. I've checked 'KPI elements' table in webcon database and there are some data but the data are not up to date. Old webcon apps have the kpi data but as I said the data are not up to date. (...)
(...) I'm following this article https://community.webcon.com/POST s/POST /approval-process-on-the-item-list-with-row-blocking/138 in order to block rows. I've managed to give access to items list only users mentioned in one of the columns of item list using SQL against BPS Users list (see picture attached) , but all rows are available to everyone from this column, not only one row per one user. What am I d (...)