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.
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
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
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
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
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
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