Mentioned article is using an SDK written and maintained by WEBCON, so the integration with Autenti is pretty easy as it's just installing ready package. It's source code is here: https://github.com/WEBCON-BPS/BPSExt-Signing-Autenti Also i've found that Autenti can sign documents with mSzafir: h
Hello, during my experience with BPS Designer Studio (around 2 years) I've been multiple times in a situation where I had to create 'Constants' for positions from BPS 'Fixed values list'. So there is a short list of values for example Car Types: 1. Sedan 2. Hatchback 3. Pickup Let's say yo
Hello, it's not an apostrophe - it's double single quote mark. You are using text field, so Webcon is escaping the single quotation mark by adding second one. Single quotation mark is reserverd character in SQL, so putting 2 of them let's SQL Server know it should be part of the string. I'd
Hello, you can use Button Style in Path Parameters Tab. Here is an example: background-image: url("/WEBCONBPS/images/logo.png"); background-repeat: no-repeat; background-size: content; background-color: black; You can copy paste it, it's not finished, but it's some direction :)
Hello, you can set it inside System Configuration -> Global Parameters -> Style? (not sure how it's called in EN version - Icon of paint mixing palette). There you can set Global CSS Styles - for example: html * { font-family: monospace !important; }
It's not in the graph documentation, but first thing i've noticed is that you are using Grant_Type, and returned response talks about grant_type. Check if it's case sensitive - one drive api at least is: https://learn.microsoft.com/bs-latn-ba/onedrive/developer/rest-api/concepts/case-sensitivity?
There is a possibility to turn on IE compatibility for Edge (however i'm not sure if it's on Win11) - you could try that. https://www.microsoft.com/en-us/edge/business/ie-mode
It for sure doesn't look like firewall/networking issue - there would be no connection at all. Webcon shows that connection is OK - it means that the user can login - it propably doesn't verify any permissions though. There is connection to the database, but the user somehow have no rights for s
First thing I'd check if you are using for sure same user on SSMS and in the data source. Running SSMS on the server gives me a hint, that there might be an integrated authentication, when BPS gets passwords to another login/user.
I'd love to have it too. It's especially uncomfortable when all applications are in dark mode, but Designer Studio is not, so the brightness is even more irritating.
Is there any way to use import/export functionality with 'standard' process used as 'dictionary'? It might be an important drawback if there is no way - at least i dont remember any.
It seems to me that the SQL query in this case is not needed - you shlould be able to achieve it without the query (see attachment). Although based on the description it looks like your configuration should work too.
If i understood it correctly ('delay execution of workflow') - you want to click on a path, then wait one minute in current step, and then go to another? I'd check carefully this part - 'Start date' = 'Step entry date'.
It looks like you are misusing this action. In Attribute mappings * column 'Field' - it's a field on form which should change value * column 'Column' - it's a value based on SQL. Right now you are selecting values with query, and setting them all to the same field called 'Clean Field'. So
Have you tried that SQL on Webcon database in SQL managment studio, or on another one? WEBCON is using 120 Compatibility Level for SQL Database according to this: https://community.webcon.com/posts/post/compatibility-level-of-webcon-bps-databases-good-practices/323/3 and the OPENJSON requires it
You could try to achieve something like that with javascript / form rules. Using prompt to get user input, and then setting value of a field. Although i'm not sure if BPS allows setting values of hidden fields with JS. I wouldn't recommend it to selecting a consultant as it's plain text field, n
As it would be a really nice feature - for now you can try creating 2 buisness rules with parameters. 1. Buisness rule for whole JSON body, with 4 parameters, and use that rule inside of request. 2. Buisness rule for Suffix with 1 parameter. Depending on how you want to use it Buisness rules
Hello I've tried to reproduce this behavior, and at version 2022.1.2.59 For the DataTable i'm getting same result as you - Input is rendered as string, and link is rendered properly. I also tried doing it but with List Items. When columns were set to text / long text types - it was rendered
Hello, try using Shift+Enter (aka Soft Enter). It seems that the rich text editor parsers Enter (hard one) same way as does MS Word. So Hard Enter tells that a new paragraph is starting, and it has different styling (additional distance between lines) than Soft Enter which should work as you
Hello, current version tracking tool in BPS is pretty good, but i'm lacking one feature. Let's say we have a workflow, where i'm at version 1, i need to get some more informations, so the document is being send to another people and new versions are being created 2, 3, 4, 5, 6 etc. After they w