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

Daniel Krüger (Cosmo Consult)

MVP

Hi, I really like the new default picker option "Show link to selected workflow instance". Unfortunately it's only available for the data source "BPS Internal view". If I select a dictionary and probably a template process, it's not available. Therefore I have to create an Internal view in addition

Hi Bjoern, interesting idea but I would advise against this approach. 1. If you are lucky you are only in a "grey" area of violating the EULA: -- 3.6. The Licensee may not make any Modifications itself. -- 1.20 Modification – shall mean any change of the Software which results in a change of t

In the end I had to deploy the assemblies to GAC. I didn't like to deploy them manually so I've created a process for this. On the one hand it's an overkill on the other it was an interesting use case for the PowerShell action in addition to the logging (history) aspects. In case someone is interes

Hi Dan, I'm sorry I mixed it up. There's no settings for this only Delivery/Read notification. :( It seems that the only alternative is to send the mails directly using a REST API. For example, https://docs.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-1.0 Best regards, Daniel

Hi Bo, I see two options for this: 1) You can retrieve the report data in excel using the REST API. I once tried this here: https://community.webcon.com/forum/thread/109?messageid=109 I got stuck transforming the result though. Maybe you have someone who knows Power query to get this to work. In a

Hi, I don't have any idea, this would probably be true if I would understand the message, but a tip in general. You can copy most windows error messages using Ctrl+c when the error dialog is active. This way you could paste the message here. Best regards, Daniel

Hi Dan, I'm not sure that I really understand your question and I currently don't have access to the Designer Studio. I'm assuming that 'High priority' doesn't refer to the low/normal/high priority of the mail itself. I'm quite sure that you can set this in a tab of the 'Custom Mail's action. Inst

Hi Razvan, I only added these for information regarding Authorization/Authentication and an explanation of how to add BPS Users. They don't mention the BPS Auth Service at all. So everything is fine. :) Best regards, Daniel

Remove an application
10.08.2021 21:33

Hi Marcin, unfortunately I'm not aware of such an option, also I would be really glad if there would be such an option. :) This is my step list: - Delete All workflow instances form all processes in the application using the 'Administration tools', I attached a screenshot - Remove all UI elements

Linking these posts for additional information: Using BPS users list https://community.webcon.com/posts/post/bps-users-list/211/3 Importing BPS user from an Excel file https://community.webcon.com/posts/post/importing-bps-user-from-an-excel-file/164/3

Can i see deleted instances?
05.08.2021 23:40

Hi Laurentiu, I'm only adding this in case you didn't mean the "Delete" menu button in BPS portal. In case you have deleted them using the Administration tools (1) or 'Archive workflow instances' action with 'Retention mode' 'Remove from content database' (2) they are gone. Best regards, Daniel

Hi, I've run into an 'issue' using the 'Generate a Pdf file' action. https://community.webcon.com/forum/thread/770 I used 'new' HTML / CSS features which haven't been supported or even been available by the provided version of the 'Winnovative HTML to PDF Converter' engine. WEBCON BPS utilizes

Hi Sebastian, you have been right. :) The online demo did render my html as intended. So I went over to my "Debugging" project, used the version from WEBCON BPS and the chapter numbering was missing. After updating to the latest version of 'Winnovative HTML to PDF Converter' the generated PDF did

Hi Sebastian, thanks, for bringing this to my attention. I will take a look at this tomorrow. :) Best regards, Daniel

Hi everyone, does anyone here use the 'Generate a Pdf file' action, to convert a html file to pdf and is aware of limitations? I just noticed that I couldn't either use counters or the pseudo element ::before is not supported. h1 { counter-reset: counterh2 counterh3 counterh4 counterh5;

Item List - Row locking
04.08.2021 19:29

Hi Bo, thanks, I'm glad it worked. :) Who really rocks though, are the heroes behind BPS who made it possible to achieve such thinks so easy. I've posted another example in the LinkedIn Group 'WEBCON SUPERHEROES' https://www.linkedin.com/groups/8514417/ Where an item list is populated on the fly w

Item List - Row locking
04.08.2021 05:22

Hi Bo, based on your description you populate the table at the beginning and there's no need for manually adding/deleting rows. If this is the case the 'Column edit restriction' is all you need. The following numbers refer to the attached picture also some other information are used for a similar

I'm currently using this approach to access the data: var command = $@" SELECT STP_ID as StpId, case when isnull(TRANS_Name, '') = '' then STP_Name else TRANS_Name end[Name] FROM dbo.WFDefinitions join dbo.WorkFlows on DEF_ID = WF_WFDEFID join dbo.WFSteps on WF_ID = STP_WFID

Hi everyone, does anyone have a good solution for retrieving names/translations of objects within a SDK action? Example: We have the step id: args.Context.CurrentDocument.StepID How do I get the (translated) step name? Is there some option inside the SDK? I haven't found one, so I'm thinking abou

I'm glad that I could point to the right direction and that's everything I did. :)