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

Sebastian Gębuś

MVP

Querying with SOLR
02.03.2023 08:28

Hi Maksymilian, in version 2022 in API beta we have endpoints for solr search (see attachment) - maybe this will be sufficient in your case. If not, another way might be to create an account in solr and query it directly using basic auth - ask me if you have any questions :)

Hi, To filter out disabled accounts this LDAP filter should do the trick: (!(userAccountControl:1.2.840.113556.1.4.803:=2)) you can provide additional filters in bps users synchronization configuration in advanced tab. Also, some reference related to above filter: https://learn.microsoft.com/

Row blocking in item list
20.02.2023 11:27

Hi Przemysław, let's say the filter is executed for each row of the list, and allows edit if the current user was returned by the query/source. If you choosed bps users as the source, problably your sql query is not executed at all, and edit will be allowed for all users who are returned by th

Hi Przemysław, if I haven't missed anything, would it be enaugh to select a user from the project group, who also belongs to the managers group? Assuming, that you can indicate in the workflow a group for a given project eg. expenses belongs to Project A -> search in Project A group If so, i

Hi Pasquale, it may be related to the limit -it was removed in version 2022.1.4.111

Hi, are any of you using the AD action that allows you to add/remove users from a group? Maybe I`m missing something, but I can't get the action to remove a user from a group to work. The add user to group action works fine, but when deleting, the log says that user is not a member of selected g

Hi, I have encountered a strange problem in version 2022.1.4.84 - previously in 2021 it worked fine, and the configuration was not changed. I am using actions for Sharepoint Online - add/edit/delete list elements, and none of these actions work if triggered by timeout - error "The remote server r

Hi Daniel, it's not just you, it happens all the time :)

Hi, I don't know when the character limit for the field multiple lines of text in item lists was added, but is it possible to change this limit? Or adding the ability to change it? The DET_LongTextX column in the database is ntext type, so is there any reason to limit the number of characters t

Hello, after changing the connection type for exchange actions from EWS Basic to MS Graph, I lost the ability to format body text in html in exchange calendar events. Problem observed in version 2022.1.4.84. Manual update with Graph works fine, however, calling it from the built-in action, there

Hi Daniel, I was able to find the value corresponding to whether the form was edited in sessionstorage (attachment). The key of the object in mainPlaceholder is the GUID of the current element. To get the value without providing guid, it could be something like this: Object.values(JSON.pa

Make sure that the MultiLineText field is in rich mode - screen attached

Yes, in my case the image is in the attachments, and additionally I use the url with '/preview'. But if you use the picture field, you can pass base64 to the tag, as in the example with displaying a picture in a report. So something like this should also work on item list:

Hi, I can't reply to your previous post, and I don't know if you already solved the problem, but picture link field shoud be "Multiple lines of text", then you simply display it as a column in the report. Works in version 2021, following the linked article. As for displaying picture in items li

Hello, on the workflow level you can change the security level of attachments. By setting it to low, users with edit privileges can delete all attachments, but I don't know if this solution will be suitable in your case :)

Hi Nick, just to mention, as I see you have come across alterpaths, check out also this article https://alterpaths.com/massive-update-of-sub-workflows-in-webcon-bps/ if you want to get rid of that case when block :)

You can find the tasks associated with an element in the WFElementTasks table: SELECT * FROM WFElementTasks WHERE WFT_WFDID = Also, a simple way may be to save the current user (who is finishing the task) in some technical field, which value you can then use to filter users instead of using

Hi Radek, As far as I know, there is no such option built-in if you need to use the step id in a sql/standard report filter. However, filtering by step, independly of environment, is possible in additional filters for views.

Didtionary order - sort
22.04.2022 10:49

Hi Radek, You can define your own sorting, but instead of using a dictionary type data source, you need to create a bps or sql data source