I am trying to use the inbuilt CR feature (https://community.webcon.com/posts/post/change-requests/388/3) Very nice implementation. But without any notification (ie. email if new request is submitted or on a new comment) this feature does not help much... or I am missing something? best regar
Great! Thank you very much! Ernst
Is there a simple way to get the URL of the current instance? Use Case: In a specific step a user can create a ticket (via menu action) in a 3rd party app (REST POST). In the request body of the rest call I create the json and want to submit also the url for this instance. Thanks! Ernst
Since the latest version, exporting/importing of application start pages is not working correctly. Steps to reproduce: 1) Change the start page in the existing application (dev) (e.g., move a widget) 2) Reload the application in the designer 3) Export (e.g., from dev) 4) Import (e.g., to prod
I am trying (without any success) to read data (ie. employee id) from an existing text-based PDF (test pdf created via MS Word). The documentation is explaining the different actions (ie. wait for ocr ai, wait for text-layer), but not how they actually work together or how to use them. Maybe I a
Thanks Daniel, this gives me all users (as expected). I am using now a different group and its working. I will check the details (group differences) with my AD admin. Thanks & Best regards Ernst
Hello, just starting with our production environment. One question/issue showed up: Our User/Group sync is connected to Entra ID. Sync is working and ok. We have a group in Entra ID named "All_internal_users" (example). Each user is in this group (checked also via myaccount.microsoft.com). If
Thanks Daniel! A clarification from WEBCON would be fine ;-) Best regards Ernst
Hello, we have a production- and a dev-environment. The production environment was installed in 10/2024 (R 2024 version.. and updated to the latest R2025), the dev-environment was installed a few days ago (R 2025). For each stage we have 2 system accounts: Prod: service_webcon service_webcon_
Hi, The link https://community.webcon.com/posts/post/webcon-bps-integration-with-azure-active-directory/119/3 is dead. Do you have a working one? Thanks! Ernst
Yes, please! A annual calendar view would be great! kind regards Ernst
Sometimes I get the Microsoft Login screen (we use M365 OAuth) in the Outlook-Plugin. But only on the tab "Form fields". Tab Attachments and Information are working and displaying the information of the current BPS object. If I restart Outlook all is working again as expected. After a restart it w
Hi, Is it possible to suppress the confirmation (positive) email from MailApproval? Or to design the automatically generated email? Background: In my opinion, this information is partly misleading to the user. e.g.: Betreff: RE: Mail genehmigt: ablehnen (final) (english: Subject: RE: Mail a
Hi, I discovered the following problem today: If MailApproval is activated while the Outlook add-in is also active, then MailApproval does not work. Message: Operation on element: AP-20250311-00022 failed. Error: The element has been checked out by user: xyz@example.com, start time: 3/11/2025 9
Thanks Karol for the link... I found this already.. but this is the information about the Outlook Plugin. No info about the Word Classic Plugin. Kind regards Ernst
The Word Classic add-in is a 64-bit add-in. Unfortunately, it is not documented anywhere (at least I haven't found the info anywhere). After installing Office 64-bit, the add-in now works. The drop-down menu is unfortunately designed somewhat "unfortunately" (see screenshot) It should be better
Hello! 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 ad
Great! Thank you!
Is there a way to set attachments to read only for a certain step? Reason: I have a voting application in which several people can vote on the publication of a new file. The application consists of a main workflow (with a list of the workflow participants) and a sub-workflow for each participan
Can also be done for one form only ;-) Behaviour - on page load: let banner = document.querySelector(".webcon-ui.banner__image"); if (banner) { banner.style.backgroundImage = "url('*bild url*')"; }