Hello everyone, i recently needed to display a maintenance banner in Webcon BPS to inform users about an upcoming system or application update. Since i couldnt find a clear guide, I want to share how i implemented it. 1. Display a permanent Banner in the portal --> Using custom css in the color-theme the easiest way to add a global maintenance banner in Webcon BPS Portal is by using the "Cus
(...) popup. Even if the documentation is updated to mention this different behavior. I find it counter intuitive that this should be a different Instead of changing the current way, I would prefer a form rule which can be used to display an attachment in the preview. This way we wouldn't be limited to the first attachment but could get the attachment to display with a business rule or similar. Best reg (...)
Hi, it would be nice having a global default button style template configuration for the button style of paths in the parameters tab. We would like to define some styles like "decline", "approve". This way all negative or positive buttons would always have the same look and everything could be controled through the global style template in system settings. In the path parameter configuration
(...) Hi, it would be nice if it would be possible to define local and global configurations for regular expressions like it is possible for business and form rule s. There are many regular expressions that we need very often and it would be nice having them as templates for the expressions and the error message. The way to create a global field is known and used too but we don't want global fields everytim (...)
(...) I have some form rule s that have parameters, i would like to trigger them in a javascript/formrule javascript. However it seems there is no way input the parameters when invoking the form rule . Does somebody know a way to do this?
(...) d ne very nice if one could directly jump from an element in the tree in the "usages" tab to the respective element in the app. E.g. a double click on the form field to jump in the style and behavior form rule section. Same for all other combinations. Kind Regards Sébastien
(...) I was trying to fill an item list through a form rule (obraz_2025-05-21_133226938.png) on the 2025.2.1.42 version. The error occures on the first columns, seccond to last row, if the column is a single line text field. The mentioned field isnt filled by the rule. and I'm sad
(...) Hi, it would be nice if one could also create new groups for global fields and automations in system settings like it is for global constants, form rule s and business rules. Kind Regards Sébastien
Hi, we would like to pick a group in a form field and to use all members of this group as filter for another user picker field. Using the function GROUP MEMBERS [AD-Group Login and name] in a business rule works fine. Setting this one into an ALERT all members are returned as expected. Using 'testgroup' as string in the group picker of the function GROUP MEMBERS ['testgroup'] in a filter of
(...) I used JS button to InvokeRule(form rule ). form rule used FOR EACH ROW function on Item list to populate technical column with increment integer (1, 2, 3…). This integer was used for Item list sorting in Item list configuration. While in version 2022, the execution order of FOR EACH ROW was driven by sorting (even unsaved) Item list as seen on the screen (First sorted visible row first, Last sorted visible (...)
(...) would automatically set the correct string. E.g. null if JSON is chosen. Right now one has to set all attribute values in quotes to prevent this and to cast them on the endpoint's server side or a form rule and extra form field are needed to create the needed string for the body if the field value is empty. Could you imagine to return e.g. null for JSON bodies instead of nothing? Nothing is just not (...)