WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Markus Jenni > Forum messages

Markus Jenni

MVP

Configuration test error
10.12.2024 12:27

Hi Zakhariy If I understand it right, you are trying to restore to a previous version. The last screenshot sounds as you've added some steps that would now be removed again. But as there are elements in these steps, the steps can not be removed. Try to identify the elements in the steps wit

Configuration test error
10.12.2024 09:45

Hi all By using the -iedebug parameter, two additional files (.log, .mllog) will be added to the export.

Hi Marco Just to let you know, I have the same problem after an unattended update of Visual Studio by our Sys-Admins. Regards Markus

Similar to my user voice https://community.webcon.com/forum/thread/228 from February 2021 which is tagged as Under Review for a while. The possibility of using fields in custom dialogs would increase the user experience in many perspectives. The most flexible approach is likely a JavaScript b

Via public api we can query reports and views. However, they lack of the possibility to apply filters, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocumented internal api,

Hi Karol This is an interesting approach I did not think of. Will have a look at this. Regards

Hi Igor Did you have a look at the mass notifications? This is the simplest way to send reminders without spamming the users with tons of e-mails https://docs.webcon.com/docs/2023R3/Studio/SystemSettings/GlobalParams/EmailConfig/MassNot/Config For the time-out action approach, e.g. you can co

Coming from developing individual web applications, for large projects, it would be practical to have a fourth environment to run WEBCON BPS Instead of having only DEV/TEST/PROD, we would like to have DEV/TEST/INTEGRATION/PROD. or similar. DEV/TEST would be in-house to develop and test the appli

The described approach of intercepting outgoing notifications offers way more flexibility than our recently implemented PoC. For this PoC, we implemented an SMTP-Server that is redirecting the standard e-mail notifications to MS Teams for internal recipients whilst external recipients still recei

Administrators can configure the allowed types of attachments globally. However, there are situations, where we like to only allow certain content types, e.g. pdf's, that are a subset of the globally allowed attachments. Currently, the only way to restrict is the usage of validation rules. F

Hi Slawek In the past, in many projects we had to import elements along with multiple documents. We used different approaches. 1. We created a set of powershell cmdlets (connect to portal, create and update elements, upload documents), which basically use Rest API calls, but the handling is easi

Hi Arno Thank you for coming up with this suggestion. Mentioning users in the comment field is a quite commonly asked feature. I would also suggest that with a future notification system, it should be possible to send notifications from a background task. Best regards Markus

Can confirm, that the need to assign id and name can be quite painfull. I fully support this suggestion.

Generating a Word document, converting to a Pdf and deleting the Word afterwards, so the result is a Pdf only, are often used document generation steps. Unfortunately, it is not possible to overwrite an existing Pdf when converting a Word document to Pdf. So we usually have to delete the origina

Hi Karol Thank you for bringing up this suggestion. Providing an easy way to provide a link to other systems (e.g. contacts in Dynamics 365) reminds me of the time when I used MatchPoint to configure applications in SharePoint. For lookup fields there was a way to provide an url with a place

Hi Dominik We are creating calendar entries by using the MS Graph. When using the calendar API there is a property isOnlineMeeting that you can set to true. Here you find the documentation with an example https://learn.microsoft.com/en-us/graph/outlook-calendar-online-meetings?tabs=http#exa

Hi Michal Mass actions are currently limited to execute a path on a certain step. With my suggestion, updating elements independent of the current step would be possible.

I'm a bit allergic to red messages, like they are shown when I'm using length limitation via regular expression. So I started to use a html field and some code to set the max length property and placed a hint either in the description of the field or used the input placeholder. I think this migh

It happens quite often, that the length of a textfield has to be limited. This can easily be achieved by a reqular expression. However, input fields with inputmode text allow the usage of the maxlength attribute. It would by much nicer to restrict the user to type in more than the defined letter

You can achieve this by ticking the checkbox "Invoke callback rules on value change" of the answer field. Combined with your "column edit restriction" on the description field, it should work the way you intended.