(...) ave the PDF and offer it for download const pollerPdfBytes = await pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); const URL = URL .createObjectURL (blob); const link = document.createElement('a'); link.href = URL ; link.download = 'poller.pdf'; link.click(); UR (...)
(...) 025), I would like to display a simple external website for the user. There is no need to save this information in the document. I used Custom control (External) for this purpose. After entering the URL in the attribute properties, the page displays, but I have no idea how to change the size of the control. It is best to change it dynamically depending on the content of the displayed external page. (...)
(...) on fails when connecting to the Search Server: 06-02-2025 19:02:51 msg: Step2 src: Upgrade 06-02-2025 19:02:55 msg: Sql version: 14.0.3480.1 src: SqlServerVersionChecker 06-02-2025 19:02:59 msg: URL to Solr: http://[SERVERNAME]:8983/solr/BPS_Activities/query?q=*:*&q.op=OR&indent=true&fq=TS_Insert:[2025-01-06T19:02:59.060Z%20TO%20NOW]&fq=-User_Name:"WebCon%20Workflow%20Service"&rows=0&wt=json (...)
(...) Currently we have following keyboard types that can be used for Text Attributes: text, search, decimal, numeric, URL , email, tel. But sometimes we don't want device to show any keyboard. For example if you are creating process for user with barcode gun. The keybaord that shows on the screen can take half of the screeen. The perfect solution would be to add 'none' option to keyboard types.
(...) I installed the WEBCON Word Classic add-in on my test-pc/test-account, running Microsoft Office 365. All is working as expected. If I click on User-Settings in the WEBCON-Tab, I can enter the portal URL and it connects perfect. However, with my production pc/account I can install the add-in also, it also shows up in the Word Ribbon-band, but none of the buttons are working (they are "active", but (...)
(...) tomation b33951bc-bf05-45e4-a8a8-abbb692210d9 309 408 1022 187 495 1061 69 0 20-03-2025 19:26:15 20-03-2025 19:26:15 System.Byte[] 1021 Error code: 100 Request Start Request-URL : https://link-to-URL /api Request-Header: Request-Body: [BINARY_CONTENT] 193145 bytes Request End Response Start Response-Code: BadRequest (400) Response-Body: {" (...)
(...) a a browser on the same server, I encounter the following error: -- Unexpected Application Error! t.findLast is not a function TypeError: t.findLast is not a function at https://**bpsportalURL **/application/App.4dbf8e8ad44240e13685.bundle.js:2:342152 at Object.useMemo (https://**bpsportalURL **/application/2599.4dbf8e8ad44240e13685.bundle.js:2:248684) at t.useMemo (https://**bpspo (...)
(...) icate encoding ! Bytes: 0x08 0x2E 0x1C 0x2E Below is a rendering of the page up to the first error. Validation of the user voice RSS feed fails: https://www.rssboard.org/rss-validator/check.cgi?URL =https%3A%2F%2Fcommunity.webcon.com%2Ffeed%2Fuser-voice Would it be please possible to fix this? Kind Regards Sébastien Anselment
(...) 3. I have only Windows Authentication enabled in WEBCON BPS, and I configured a support subdomain to share it with our clients. I set up IIS, and the support domain is available in the system. The URL works and opens correctly, but I can't log in — after logging in, I'm always redirected back to the login page. Is anyone using Application Hub with Windows Authentication? Has anyone encounter (...)
(...) argin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:URL (//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:7 (...)
(...) was delegated. When I try to execute the exact same request from a “Call REST Web Service” action within a button, I consistently get a 500 Internal Server Error with timeout details, even though cURL is identical as the one from swagger. Error log: Public Api POST /api/data/v6.0/db/1/elements/61445/admin/tasks/assignment Status code: 500 Error message: Execution Timeout Expired. The timeou (...)
(...) ct and look it up in the original system would make navigation a lot easier than having to search for the project in the system. I know that there a partial solutions for this issue by passing the URL to a hyperlink field for example, or utilizing the HTML field. But being able to just have a link behind the selected value in the choice field would be a lot cleaner. Not sure if it was already (...)
(...) run the automation on path-action) last operation status success: False last operation status validation error:True error exec. time exceded: False error msg: Invoke REST Web service - Request URL : https://app1.hypo.web/volt/resttools.nsf/download.xsp Response Code: Exceptions: Insufficient attachment permissions error code:100 duration of last autom. element:41 total duration: 40 I als (...)
(...) ue. My requirement is to check if workflows for certain criteria are already created and I need more than one search criteria for an exact match. I am useing the PublicApiSearch with an request URL like this: data/v5.0/db/1/applications/9/search?search=WFD_AttText1:XYZ This checks just fine if attribute WFD_AttText1 contains the value 'XYZ' However, how would I go about checking WFD_At (...)
(...) for copying some values of a filled form to a new form (see attachment). That works very fine. But if I add a picture form field, the copy process failed with a message "HTTP Error 414. The request URL is too long" Is there any other possibility to copy a picture from a filled form to another new form? Thanks for reply Franz Mayer
(...) reuse and keeps the query centralized, maintainable, and consistent. Another Use Case could be a Rest Api Data Source that uses e.g. the email address of a user as a parameter in the suffix of the URL . The Api would then dynamically reply the response only for this email address instead of giving back a large collection that has to be filtered. Benefits: - Reduce duplication of queries and log (...)
(...) Basic Auth) and user authentication (username / password in the token request) Example token request: POST /token Authorization: Basic base64(client_id) Content-Type: application/x-www-form-URL encoded grant_type=password&username=USER&password=PASS&scope=default Currently, WEBCON BPS does not support this OAuth flow in its REST authentication configuration. Problem: Because of t (...)
(...) for mapping even when the response body is handled as binary stream / attachment. Typical use cases: * file download + metadata headers * OCR/AI APIs returning metadata in headers * presigned URL s * correlation IDs * filename/content-disposition handling 3. Add new response type "Text" / "Raw" Currently the action supports only: * Binary * JSON A plain text / raw response mode (...)
(...) N BPS 2025.1.1.44 Data source type: REST Web Service Endpoint: custom/internal, fully under my control HTTP method: POST (special characters are sent in the JSON request body) Error from logs: URL : https://[internal-host]/api/nav/db/1/app/7/element/4256/autocomplete/search action: SearchForAutocomplete ip: 192.168.x.x agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537. (...)
(...) Hi, I have simple Invoke Rest Action, which should download a file (pdf). I get this error: Validation error: Invoke REST Web service - Request URL : https://myhost.com/v1/dms-archive/v1/Kundenakt/documents/4711-abcd-1234/contents/0 Response Code: Exceptions: Total size must be greater than zero * Same call in Postman downloads the file correct * If I change the content type in the acti (...)