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.
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