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

Daniel Krüger (Cosmo Consult)

MVP

I'm sorry that I did not get across the reason, why I used "objective". I used this word, not because we are a partner, because we already spend hours to modify the UI because we received numerous negative feedback. So, I used "objective" in quotes from a quantity perspective. That's the only r

If I have to name one favorite than it's the form rules to determine the visibility of item list row actions, while the phases and actors are just behind. But it's really hard there are many interesting changes. Therefore I put together an "excerpt" which is of course subjective. :) https://dan

Timeout action licence
08.11.2024 17:12

Hi, I doubt that you get here an answer for a "Why" question. I also find it a little bit strange, that the workflow server needs a license since a few versions. That the APIs requires a license is fine for me. I know other vendors who's API would need to be licensed separately and at a way h

Hi Łukasz, based on your description I'm assuming that the assembly has not been signed before. I would check: - that the configuration defines the correct assembly for the action. The one in which all the actions/business rules etc. of this plug-in are defined. - Create a new action usi

SCIM protocol
07.11.2024 09:29

Hi Jacek, I've just read up on the SCIM protocol. So I have no practical experience with it and my reply may be off. While the SCIM protocol has not been taken into account there are API endpoints you can use to: - add/remove users. - create/delete groups - Define group membership -A

Filtering in the dictionary
04.11.2024 20:15

Adding to Cezary's answer: I also would opt for the advanced filter It would be something along the lines to get the groups matching the categories and PRODUCT_GROUP_ID /* which should be the same ID column in the dictionary column as well as in the workflow instance */ in (select item fr

Process checked out
04.11.2024 20:04

Hi Marek, Jacek is right. Check outs have no impact on any saved changes. Otherwise you wouldn't be able to create workflow instances which use the latest version. :) There's no similarity to the checkout of documents in SharePoint. Best regards, Daniel

Good idea with reverting the chrome version. This will help those who can do this. Ours is managed globally. A new Edge Version has been released 130.0.2849.68 but it didn't fix the issue. At first I thought it did fix the issue, but the rendering of the data table only works correctly when the

Hi everyone, I've noticed a strange rendering / displaying of data tables. I attached a screenshot: 1) This is how the data table looks like if I refresh the browser 2) The mouse overs work fine 3) "Dragging" the data table "displays" the table correctly. 3) can also be achieved when the

Connection to Tracking Sites
03.11.2024 21:02

Hi Andreia, I would use the following approach: - A technical workflow which get's executed periodically. - It gets all currently in Transit workflows and stores them in an item list. - Process a batch of x item list rows to check the current state. - If it is delivered move the source work

Hi, I don't think you will find some official documentation on how to use the internal APIs like fetching data from a report. I also haven't used it, but if you need an example for the other elements I mentioned you could look at this post: There's a business rule to retrieve the integer

Hi, I get the impression that you know what your way with JavaScript. If you bring up the network tab of the developer tools you can see the "internal API call" WEBCON BPS is using to retrieve the data of a report. You can do the same from JS. The "issue" is that the integer values will ch

Hello Michał, thanks for referencing the blog post. :) Best regards, Daniel

Portal authentication loops
29.10.2024 20:31

Hi Maciej, that will be kind of problematic to identify without having any means to check what's going on. Have you already setup user synchronization and an additional authentication provided besides the "admin access"? If yes, you could assign your user global business administrator privi

Hi Mathias, what do you want to achieve? An alternative to the SharePoint actions would be do implement your use case via the REST API. This way you could use other authentication methods like OAuth with a Microsoft Entra Application registration with client ID and secret. Best regads, Danie

Hello Michał, as far as I can tell you are mixing different things. The actions are for managing Active Directory accounts and not Azure Active Directory (Microsoft Entra ID) accounts. It would probably be possible to do so using the Graph API but there are no dedicated actions you can use

Hi Ahmed, maybe you are already aware of it but you could also make use of the "Update related workflow instance" action. https://docs.webcon.com/docs/2024R1/Studio/Action/Workflow/UpdateParentWorkflow/ This action is similar to the "save" action on the form. This may be an alternative

Reports mails
23.10.2024 15:08

Hi, the table contains all the available mail information. - Going to be sent - Sent - Errored Since there can be a whole bunch of mails these are removed during the database maintenance hours: Database maintenance hours During database service hours, tables are cleared in the following

Change style of Datatable
17.10.2024 22:09

Hi Almin, I was just modifying the styling of our data table and remembered your question You can achieve this by adding an HTML field with the css. In our case we target column _1, which is the internal name of the calculated column of the BPS internal view used for the data table. You

Hi Cezary, it's definitely possible with the options Jacek mentioned. There's only one thing to keep in mind. Starting so many workflows will take some time and you will probably run into a timeout starting all of these in one go. Therefore you should create a loop and always start only a ba