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
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
Hi Nick, it could also be that it was a system step where I noticed this. I only remember the described issue, that I created a support ticket or user voice and how the workaround was. Best regards, Daniel
We used an "dummy step" which is not displayed in the status panel or diagram. From the sub workflow step a path led to this dummy step has a timeout which is set to "immediately". The real path was then moved to the dummy step. So it looked like Sub workflow step -> Close existing task path -
Hi Nick, I remember this behavior from an old version that tasks assigned in a wait for sub workflow step wont be cancelled on path transition. This was confirmed and I think it was fixed. Unfortunately I don't remember in which version I noticed this maybe 2020. Best regards, Daniel
Hi Marcin, I have no idea, whether I understood what you want to achieve. Adding a screenshot/mockup/picture would help most of the time. In case you want to display values from the item list you can actually do this, if you select the columns, in the "columns" tab of the report configuration.
Hi Andrea, there’s no one who can help you without knowing the raw content of the mail as it is stored inside the database. It may be that there are nested tables or that the table may only look like a table but doesn’t use the table element. @Martin Thanks, I wasn’t aware that you could use
Damn it, I didn't thought of this. I want one too. :)
Hi Marcin, you could start testing with this javascript wadded to "Form rule invoked after callback" document.getElementById("SaveToolbarButton").click() When I clicked "add new row" it was saved. And you could activate the described 'Invoke callback rules on value change' on the final fiel