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

Daniel Krüger (Cosmo Consult)

MVP

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

Hi everyone, this is not you typically community thread. It’s not about a problem or question but an idea for which I would need your help. I’ve come across a page which listed 101 things you could do with product/platform xyz. This got me thinking whether we could do something similar for WEBCO

SDK & Satellite Assemblies
24.10.2022 12:38

Hi Nik, there's also the option, that you are adding a assembly which is already used by BPS Portal. For example there's the System.TextJson. 6.0.6..... file in the BPS portal That's the reason why I'm trying to use the same versions as they are deployed by BPS portal and I don't copy those

Hi everyone, the start new element API has the mode parameter with the following description: mode String($int32) (query) Optional mode parameter that specifies validation behavior. When empty or standard, all fields will be validated. When set ignoreReadonly, readonly fields won't be set bu

Hi Florian, 4 refers to the Id of the attachment in your database. It may have been deleted and therefore the URL returns a 404 / Not found. If you open the developer tools and click on an attachment, you will notice this URL in the networking tab. Best regards, Daniel

If it's a single workflow instance you could also check it in the UI using the Admin view. Otherwise you could check the created timeouts table: [dbo].[WFElementTimeouts] The table WFTimeouts contains the definition of the timeout. Best regards, Daniel

Hi Michał, yes, you are right. Once a path transition is triggered, all timeouts are removed. Best regards, Daniel

Hi Stanisław, are these separate workflow instances? Do you start the "Form type 1" workflow, a "Form type 2" workflow instance is created at some point and both go in parallel for a while and at some point "Form type 1" workflow instance can not move forward because of the missing information f

Hi, I really like the single edit dialog for an item list the only drawback is the term "Save". I'm getting more and more feedback that it is confusing and I have to agree. There's the save button on the workflow form which persists the data in the database. Then there's the save button in the si

Hi Stanisław, if the technical field is a text field, I would try to add a leading 0 to the month numbers < 10. This way the sorting of the text should work. You could also try to change the type of the field to integer. At least I assume that your current field is a single line of text field bec

Hi Michał, maybe you could use the second option of the Add attachment help, available on the blue i icon. I haven't used it though. SQL Query Query may work in two modes: 1. When attachment's source are existing instances of atachments, query should return list of attachments' ID's from W