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

Daniel Krüger (Cosmo Consult)

MVP

Hi Michał, I added the item lists definitions and a sample of the action which grants "Read-only" privilieges. If you are wondering, why I used three item lists. I struggled till I came up with a working version which I can also "debug". :) Best regards, Daniel

Hi Michał, I can confirm that it works with the Add Privilegs action. Also I haven't used it with thousands of workflow instances. My use case: There are three workflow instances which determine the current Privilegs of the first workflow. Under specific circumstances a 'privilege maintenanc

Hi, there's also an option without storing the value in a technical field: If you don't mind using undocumented features, you could try to use the {R:} variable to access an URL parameter https://alterpaths.com/usage-of-url-parameters-in-webcon-bps/ Alternatively you could use the previ

Hi kaluser, it seems that I can't help without seeing the data. This would be my approach in your case check... which data is returned by the inner select statement? Which data is returned without the AttChoose conditions? when does the statement fail Include the WFD_ID as well as the DT

Hi Bo, you can use the below script as a starting point. I ignored all privileges which are directly assigned on the workflow instance level and I didn't resolve group memberships. It also ignores the privileges on application level, but than these are not relevant for accessing workflows.

Hi kaluser, if I understand it correctly the workflow can only be saved if the combination of all three columns hasn't been used in another workflow. But in this case I don't understand why is a problem. Scenario7: Form2 Subform1(value exists) step1- not able to save - It is an issue Or sho

Substitute for substitute
25.03.2022 21:58

Hi Marcin, I'm aware this won't help you in your situation, but the new "Substitutions on behalf" feature of BPS 2022 would help you. An admin could simply setup a substitution for the primary person and it's applications and define the current substitute. https://community.webcon.com/posts/p

Hi kaluser, it think you would see the issue, if you would display the results of the inner select without the AttChoose conditions. These four values would be part of the selected columns. I just noticed another potential issue. What you want to do is: Check whether another workflow, usin

Hi kaluser, the choose value in the database contains the id as well as the name. Therefore the where condition will always be false if you compare only the name. The functions are below, but you can also select the correct one from the objects tab in the expression editor. dbo.ClearWFElemIDAd

Hi Nik, if for some reason this is not sufficient, you could create a SDK action. Here's an example for extracting different parts of the URL. Documentation: https://daniels-notes.de/posts/2022/add-new-choice-field-value-without-leaving-the-page#geturlvalue-sdk-action Code: https://github

Hi Razvan, I don't remember the thread but it was answered, that full package contains all the necessary components to run WEBCON BPS in a SharePoint environment. These are missing in the standalone version. Of course the modern web parts are available in the standalone version. Best regards

Hi, depending on the number of times you are creating these workflows it could be an option to trigger a path transition of the dictionary workflows which in turn would start a single workflow using the non all action. Then you would be able to set the author. Am alternative could be to user

Hi Patryk, I just tested this as a SQL query of a database source and it worked. The problem are the {} which are used to identify variables so they needed to be replaced with CHAR. But I'm not sure that the performance will be any good. I don't remember if the filters on a data source are app

Hi Stanisław, there's already a setting for this in the advanced tab of the "Start a subworkflow (SQL)" action. :) Off topic: I would advise against modifying data via SQL commands inside any BPS database. I'm not sure, but I can imagine that you would loose any support if you do so. Best

Hi Adam, I don't have an example. I just stumbled about this feature when I checked whether I could access all persons who will receive a task. Which is not the case. As far as I can there's not much you can do. Deine a user, it's displayname and whether he is CC or not. There's no option to

Hi Adam, you can achieve this with a custom action. public override void Run(RunCustomActionParams args) { args.TransitionInfo.TasksToAdd.Add(new WebCon.WorkFlow.SDK.Common.Model.NewTaskData(...)); https://developer.webcon.com/2022/resources/sdk-reference/html/40cdf426-b7ad-2644

Client side plugins action
09.03.2022 10:48

Hi Tomek, you could also create a Business rule using the SDK. The rule could return the value for the hyperlink action. Alternatively you could call the rule from a form rule. Here you can find an example of a custom business rule: https://github.com/Daniel-Krueger/webcon_cclsacti

Hi Jerzy, you can check the WFElementTasks table. You can filter WFT_WFDID for the current workflow WFT_Version for the latest one. This will return the latest tasks for each user and you can check WFT_IsFinised and WFT_FinishPath for more details. Best regards, Daniel

Hi, it would be great if the creation of Dashboards could be added to the Designer Desk. Best regards, Daniel

Client side plugins action
03.03.2022 16:47

Hi Tomek, I fail to see why you want to start a browser from within a browser. :) If the user can click on a link you can use the target attribute to define that the link should be opened in a new window. https://www.w3schools.com/tags/att_a_target.asp If you want to trigger this automatic