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

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.

Hi Karol Until WEBCON does implement this super cool feature, you might be able to use my approach. We had this requirement for one of our projects. I used jQuery sortable https://jqueryui.com/sortable/ and a technical field on the itemlist that tracks the sort order. What I'm doing is,

Hi Lina You may have noticed, that by using Itemlist columns and columns of the main element, the main element rows are being repeated in every row. For some users this might result in reports with confusing data. E.g. when calculating the sum of an itemlist column and save in a form field. If th

Hi Mark We had this problem a while ago, when we moved to new servers as you did. Open Designer Studio, navigate to System Settings > Services Configuration > Services and select your old server. Then simply delete the server

Hi Andreia I'm sorry, one should try before ;) It looks as the capabilities of the calendar are quite limited :( I can't understand, why WEBCON BPS does not allow calculated columns to be used in views. However, I've seen that you can use calculated columns to filter the views. Did you alr

Hi Andreia You can use a calculated column and the DATEDIFF function. E.g. DATEDIFF(Day, WFD_AttDateTime3, GETDATE()) A positive value would tell you the days before and a negative value the days after the cut-off date. 0 is when cut-off date is same as current date. Then apply the rules

Hi Mark For the standalone installation, we were happy to use an Always-On cluster and we did not have to migrate the database. During the installation process you have to name the database server to connect to. Choose the existing one and also make sure you are using the same AD-accounts.

Hi Mark We upgraded to new servers twice up, once on a standalone environment and once from SharePoint integrated to standalone. You are right, you have to deactivate the licence on the old server and activate on the new one. Ideally, you have an online connection to Webcon's licence server. I

Hi Andreia Not sure in what version this had been introduced, but you can use the "Additional filter" section of the view or use the "Value filter" of a column to filter empty values.

Hi As Raluca mentioned, there is no possibility to create a Word document with rich text fields apart from creating a PDF. I had been looking at different options and came to the conclusion that the only way is to create an SDK action. In other projects, we used SyncFusion's DocIo to add ri

Had time to find a solution for this problem https://github.com/nexplore/WEBCON-BPS-Tips-and-Tricks/tree/main/MissingCommentDialog

Hi Björn Based on https://codepen.io/zsolt555/pen/rpPXOB I managed to change the color of the handwritten signature field. Add the following script into a html field (don't forget the script tags...): var signature = document.querySelector('.editable-canvas__canvas'); var context = signature

Hi We had a similar use case and ended up in writing an SDK Action to copy/move attachments to the target element. However, needs someone with a bit of coding skills, whilst the methods suggested be Karol are available.

In addition to the parameters mentioned by Daniel, we are using the -admin parameter to access the customer environment with our partner account, so that they can use the Designer Studio licences by themselves. Best regards Markus

Hi Roman Daniel is right, you can find this parameter in the embed section when embedding an application. In order to start a workflow without the portal menu, I'm using the embed url. e.g. /embed/form/db/1/start/wf/9/dt/6/form