WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Maksymilian Stachowiak

User

Querying with SOLR
02.03.2023 10:03

Thanks for response, unfortunatelly in that case i'm dealing with 2021 (forgot to mention earlier), but upgrade is on the way so i'll for sure give that a look :)

Querying with SOLR
02.03.2023 08:03

Hello, is there a possibility to use existing SOLR as Data Source? I had an idea to show users SQL grid, which would show similar items found in database, based on text typed in regular TextInput field. That lead me to Levenshtein Distance algorithm, which might be slow in SQL, but i've found th

Dark mode for BPS
14.02.2023 12:55

There is already User Voice for Dark Mode in Designer Studio here: https://community.webcon.com/forum/thread/2190/15. Make an upvote there :)

In BPS_Content DB there is ReplaceLogins procedure. You can check all fields which are affected by it in the procedure definition. You can use it to transfer documents between people, but from what i see it won't affect WFHistoryElements , so doesnt seem like a solution, but maybe it'll somehow h

Electronic signature
24.10.2022 08:49

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

Enum like structure
21.10.2022 11:23

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

Using Pictures as Buttons ?
14.10.2022 09:12

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 :)

Branding - custom fonts?
07.10.2022 14:50

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.

Adding multiple attachments
29.07.2022 14:50

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

SQL query with JSON array
14.07.2022 15:41

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

input pop-up window
08.07.2022 09:12

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