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*')"; }
Thanks for the answers. I have solved it (for now) with a global business rule and a rest-datasource(see screenshots). Its working...however that is more then a workaround ;-) Behind this particular REST service is a big database containing about 90.000 records. I cannot get ALL and filter the
I want to use a REST DataSource to get customer information (ie name) via customer number. I have a form with a customer number field. I have a REST DataSource "REST GET CUSTOMER DATA" (..../getKundenData?customernumber=CUSTOMERNUMBER.Standard) which returns a json with all relevant customer data.