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

search results

for POST

(...) ss for all the chosen items is beeing run the the same time. If there would be a way to make them run in a queue - this would solve the problem completly. Comming to an end of this a bit too long POST - did you have similar problems? How did you manage to overcome the obstacles? EDIT: In the end I resigned from using quick paths, and instead added a html button initiating the path "Add to trans (...)

(...) ched PDF file. My goal now is to merge/combine both files together into one final PDF for storage. Searching online i only found this source related to my problem: https://community.webcon.com/POST s/POST /sdk-actions/143 ..which briefly states "Merging several PDFs into one" could be possible. Does anyone know more about this topic and could help me with that problem? Thanks in advance, (...)

(...) uirement to create dictionary to enter form name, Step name, no.of business days. Form name and step name combination need to be unique and a validation error message should show if the user tries to POST a entry with the same form and step combination that already exists in the dictionary. I have 3 different forms with different steps in a flow. I entered 1st entry as form1, Step1 and 1 day, saved (...)

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