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

Daniel Krüger (Cosmo Consult)

MVP

Hi Andreia, I'm not aware of any such option. We only use timeouts for this, but of course this won't mark the task as overdue. Best regards, Daniel

Hi Andreia, both your approaches should work but there's probably something off or I don't have enough information. Timeout: I don't see how your process gets to the system step in the first place, if thee control step uses the status value. Just in case: The action "Change singe field valu

Hi, if you really need a word file, than the only option would be to create a data table and use this in word. You can use a data table like an item list to print a table in word. If you would be fine with a pdf file, you could an intermedia html file which could be converted to pdf. The html

Hi Nik, even so I always argue against it, I didn't come up with a better way than doing this on database level and each environment. We used the below script for this. I added the line with "is not null" in this post, so I didn't test it and maybe there's a syntax error. Why did I add it:

Hi, after a few years I noticed that the "Business entity" field is missing from the available columns of a dictionary. Of course, one can create a BPS Internal view to work around it, but it would be great if more "default" (system fields) could be added: - Author - Date created - Last pers

Hi Andreia, the query looks fine to me, although I don't see a reason for join WFSteps on WFD_STPID = STP_ID as it's not used. What's missing though is your where condition with the WFD_WFDID = INSTANCEID Currently you would move all workflow instances with this form type regardless of their p

REST API & Filter View
10.11.2022 08:52

Hi Nik, OData has been added with 2022 R4: https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346 There's also an connector for Power BI: https://github.com/WEBCON-BPS/PowerBIConnectors This repository contains two connectors for Power BI. The purpose of these connectors is

Hi Dariusz, this is just a wild guess. As I learned, 'Atribute' is the polish name for the fields. Therefore I'm guessing that the AttributeDetailSectionGenerator.GenerateDefaultSettingsTable fails when a table should be added to the word document. The passed name to "InsertAutoPostBackCell" th

Hi Andreia, the move workflow action doesn't care about the target step, only about the path the workflow should take. So it's not important whether you have one or two final steps, or whether the workflow is moved to the start. Seeing you screenshot there's one thing I would do immediately.

Add atachment action
09.11.2022 19:45

Hi Robert, I have stumbled about this information in the online help for the "add attachment" action when answering another question: ______ 3) Attachment selection via SQL query can work in two ways: ..... 2. When attachments are to be created during the action’s execution, the query MUST re

disable attachment edition
09.11.2022 19:38

Hi Robert, you can at least achieve this without "hacks" on step level. The available attachment actions are defined on the form layout. If you want to deactivate add, delete, edit on a specific step you can: 1) break the inheritance 2) click on the attachments element 3) uncheck the actions

Hi, it would be great, if in a multi-tenant WEBCONAPPS environment the deletion of workflows could be activated. I understand that it's easier to remove the whole archive action but there are cases where the delete action is necessary. For example in use case of PCG Academy during the WEBCON D

Custom SOAP header
06.11.2022 21:33

Hi Wojtek, since the SOAP Action does not support setting custom headers. It's not possible with the default actions. I see only two alternatives: 1. Create a custom SDK action This could be a specialized action for the web service where you set the header value as a config parameter. In addi

Hi jp, I'm not aware of such an option. But you can achieve a similar result using the following configuration. The numbers referes to the screenshots in the image 1. Create the document and save it as an attachment 2. Save the id of the created attachment 3. Add a hyperlink action with this

Hi Bert, I have two ideas what you can try: 1. Reset all caches, close designer studio and try again. The button to reset the cache can be found, if the 'Global parameters' node under system settings is activated. You can take a look at the attached image. 2. If you have RDP access to the W

Designer studio login issue
02.11.2022 09:52

I just installed a production environment on a server without AD connection. It's the same version 2022.1.2.31 as the test environment and on the production I ran into the issue that the user was authenticated, welcome user name, was displayed but wasn't authorized, you don't have permissions to use

Hi Marcin, the best I came up with is the following: 1. Create a column which you can use for sorting. 2. Simulate the click on the column to sort it. 3. For the simulation the column needs to be created, but we don't need to display it. I will leave step 1. for you, as this depends on you

Forum: Mobile improvements
29.10.2022 09:00

Hi, maybe I'm one of the few if not the only one who uses his mobile to access the community. In case this is not the cases it would be great if two things could be checked : 1. I don't find the search box using a mobile. This is true for iOS as well as android. 2. Revise of the layout of a

Hi Marcin, can you take a look at the first configuration tab at the bottom? There's an option to define a sorting. Maybe you set up a text field (attribute) which is empty and therefor the sorting changed? If your last question provides any more information I don't understand it. Best rega

Hi Michał, are you using impersonation or do you authenticate the application itself? In the later case you should check whether system administrator permissions have been granted to th login/ BPS ID of the application in designer studio. https://community.webcon.com/posts/post/webcon-bps-des