(...) Based on Daniel POST https://daniels-notes.de/POST s/2021/retrieve-ps-variable-value I figure, it is posible to retrive output value from SQL Procedure? How force "Run sql procedure" action to log ouptut to [dbo].[WFLogs] table? Write-Output in PowerShell is logged to LOG_Description column. How log ouput from sql procedure?
(...) it is very pixelized and added to document (Word / PDF) doesn't look well. I didn't find any options or parameters to improve quality. Link to KB about this feature: https://community.webcon.com/POST s/POST /the-handwritten-signature-form-field/153 Thanks for your comments here :)
(...) ears, delivering several business solutions within a global company. We really like this platform however we have several proposals and ideas to make it better. I will share some of them in separate POST s, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: in case of mailapprove, approver sometimes enters some comments in email, (...)
(...) ears, delivering several business solutions within a global company. We really like this platform however we have several proposals and ideas to make it better. I will share some of them in separate POST s, sorry for flooding. Any comments, questions or suggestions are very welcomed. I would appreciate your vote! Problem: if you need to use SOAP and get back complex xml, sometimes mapping fails (...)
(...) Based on Daniels blog (https://daniels-notes.de/POST s/2021/javascript-form-rule-execution-on-page-load#show-all-attachments-after-page-load) it is posible to open first attachments after page load but from all attachments tab (becouse attachment is in parent workflow)?
(...) Dear WEBCON Team, as I POST ed my thoughts here: https://community.webcon.com/forum/thread/1613 I would like to submit my request to improve quality of the signature, or at least add option to choose quality of the field. Currently there is no option to improve quality and now it's very low (pixels, blur). Best, Adam
(...) 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 (...)