Hi Krystian, did you test, whether any new banners would be picked up? I did: - Made a copy of an existing one, there's on additional file - Replaced Lagoon by Saphira - Reset all caches - Executed an iis reset - Restarted the workflow service - Restart the Designer Studio As far as
Hi, if you have your field is of type floating-point number instead of integer, you can use the advanced configuration to display a leading zero in the UI using the prefix. It's important to note, that the suffix will only be displayed in the UI. If you would copy the value to another field, t
Hi Nik, my first thought was "Why?" but ok. I agree that relying on HTML markup isn't a good practice and it will break at some point. This could be in a month, or two years. Nevertheless, these questions often lead to new ideas and I think I had one which may cause less issues. Especially i
HI Lukasz, technically there's no much difference between a user and a group. Each one is stored in the same table and uniquely identified by the "BPS id". Therefore the id of the group has to follow the restrictions which are applied for user BPS ids. This is the reason you get the error with th
Hi Marcin, the simple answer is no, this is not supported. You could create a user voice to support batch processing: https://www.odata.org/documentation/odata-version-3-0/batch-processing/ The idea of it is to send multiple requests to a server so that all of them get executed but even
Hi everyone, we just figured out that there was a time, when the "Clear item list" action saved a faulty configuration. The issue is, that the id of the selected item list was saved (1) without using the variable syntax (2). In turn the integer value wasn't replaced during the import and the exe
Hi Almin, the graphical form rules are turned into JavaScript. If you take a looks at it you will notice a whole bunch of checks, promises and so on which is mandatory so that it graphical creation / combination won’t break anything. If you have a complex form rule, open the expression editor
Hi Gerd, I’m not sure whether the IS IN function works and I currently can’t test it myself. An alternative would be to use the count function. Your data source would be passed as a parameter for the function and you could define the filter for the SAP number in the data source. If the count
Hi, this parameter is intended to be used by WEBCON. It has no relation to the admin access set by the WEBCON BPS System Administrators. If you need to log in using the admin access, you need to logout from the Designer Studio and choose the "Admin access" option. Best regards, Daniel
Hi, if we have a chart with a detail level, you can click on a chart element to see the elements, these information are displayed as tiles. At least if the chart is located in a row set to "one-third column" and the chart is located in the smaller part. It would be great if we could also def
Hi Dariusz, are you using a version < 2022? In 2022 "Working on behalf" was added and I'm really glad is has been added :) https://community.webcon.com/posts/post/substitutions-on-behalf/307/17 Best regards, Daniel
Hi Wawrzyniec, during the import you can decide whether "security settings will be overwritten". It's somewhere next to the block of the databases. By default this settings value is false. If you have already imported the application, you could change something in the process, so that the import
Hi, the "new" confirm/alert functions are really great and please don't remove the option to pass HTML as a parameter. :) Yet there's always room for improvement. Could we get additional/optional parameter for the title, yes and no button? Depending on the context the labels "Confirmation",
Hi everyone, I just noticed that the push notification has been activated for all path after the migration to 2025.1.1.23. New path are created without active push notification. I decided to deactivate this setting on database level: update WFAvaiblePaths set PATH_SendPush = 0 where PAT
Hi Mihail, if you are using REST actions you can store the values in a technical field and use this field in the REST action. If we are using fields we have the option to use a Raw mode. Y There's also this user voice. https://community.webcon.com/forum/thread/5645?messageid=5645 The menti
Hi Franek, the question is what you want to achieve with the popup. It may be unnecessary complicated to create an SDK for this. If you really want to go down this road you need to create an SDK of type FormFIeldExtension. Otherwise you won't be able to create any UI. Maybe it would be suff
Hi Franek, 1) The option is greyed out, when no visibility restriction is defined. 2) There's no such option but you could upvote this user voice even if it is set to "not now". Exclude process/form type from SOLR search index https://community.webcon.com/forum/thread/6214/15 Best regards,
Hi Zakhariy, the collapsed "Call stack" node may provide an information which element is causing the issue. If this error also happens during the application export you could start the Designer Studio with the parameter -iedebug C:\Install\DesignerStudio\2022.1.4.155\app-20221.4.155\WEBCON D
The publishing mechanism for a simple SDK, no form field extension, is: - Updating the assembly version number - Create a .zip package with the necessary .dlls and the JSON file containing the SDK actions I've created two PowerShell scripts which I execute as Pre-build event: IncreaseRevision
Hi Michał, maybe this topic can be revisited, due to this change in WEBCON BPS 2025: https://community.webcon.com/forum/thread/6348 Best regards, Daniel