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

Daniel Krüger (Cosmo Consult)

MVP

Hi Michał, I have only 2022.1.4.155 here and I don't have any issue. When I open the instance (1) it shows the "Attachment" tab by default, expanded with all attachments. When I click on the 'All attachments' (2), they are displayed in expanded mode there too. It's strange that you have th

Hi Krzystof, if you are running at least SQL Server 2014 and have the compatibility level set at least to this level, you could switch from JSON-Grid to JSON and execute business rule to generate the body. I've put together an SQL statement which returns the structure in your screenshot. I'm a

Hi Michał, I didn't notice this behavior before. What version are you using? Are the users activating the "All attachments" tab themselves or is this activated using some JavaScript on form load? Best regards, Daniel

Hi Andreia, I haven't tested it nor have I verified the syntax of the statement but it should be something like: select currentElementRows.DET_ID, otherElementRows.DET_ID from WFElementDetails currentElementRows join WFElementDetails otherElementRows on -- setup the conditions for the same

mscjsres-dll not found error
21.06.2023 21:43

Hi Selena, as far as i can tell from the provided information you are missing a file from McAfee. So it's probably best to reinstall the software. Best regards, Daniel

Hi Val, there may be other ways, but this is how I have done it in the past. Add a data row column to the field to return the DET_ID, can be marked as a technical field. This will be an indicator, whether the row has been saved. I assume you could delete rows, if you didn't save the instance yet

Hi Roman, I don't know where Marcus got this info from but I know about this parameter from the "embed" function in the generated URL. Regarding the start button, this works in BPS 2023.1.1.56 start/wf/3/dt/7/form?Com_id=1&menucollapsed=1&returnurl=%2Fdb%2F3%2Fapp%2F8%2Fstart%2Fwf%2F3%2Fdt%2F

Hi, depending on the the amount of information and styling options the html fields would surely be the best option. For you current solution you could create a form rule in JavaScript mode and hide/show the fields. switch (G_BROWSER_LANGUAGE.substr(0, 2)) { case "de": HideField('#

Hi, this is/was really annoying. With BPS 2023 it's no longer necessary to save a preview. You can activate the preview with a new 'field' in the field matrix and it renders the current layout using the style from the Designer Desk. :) Best regards, Daniel

Hi, it would be great if the error message : It is not possible to test a source or business rule that contains columns of an item list. Would only be displayed for the test button of the expression editor. Currently it's also displayed for the "Show" buttons which forces me to replace the va

Somehow related to the changes: dbo.ClearWFElemId does return an empty string, if no id is defined. See screenshot.

Optional icons for paths
09.06.2023 14:09

Hi everyone, I'm not sure yet whether it's a good idea or not, but I think it might proof useful, if we could add an icon to path buttons, like they are available for the menu buttons. I just tried emojis today and I think it will help users to distinguish similar paths. But since these are em

Let me write how I understand it: 1. A field is changed 2. Something running in the background watches a bunch of fields. 3. If a field in this list of field is changed, 2 will run an action Why can't the field itself run such an action? If it's always the same action, you could create a for

Hi, here's an example which executes the the "hide field" action if another field is set. https://community.webcon.com/posts/post/conditional-display-of-form-fields/192/3 Best regards, Daniel

Here's an overview of the things we changed: https://daniels-notes.de/posts/2023/updating-to-bps-2023#jquery-replacement-by-cash

I added a chapter which can help you identify potential problems. https://daniels-notes.de/posts/2023/updating-to-bps-2023#checks-before-upgrading-to-bps-2023

Hi Andreia, you are using the Rate to identify a row (unique value mapping) and assigning this value to the same field? So you are saying Update the row where the Rate is 10 and then set Rate to 10? You mentioned that you want to update the rate for employees, so the employee should be used

On timeout
07.06.2023 21:34

Hi, the "final" is only a term, it doesn't have any influence regarding edit options. What you noticed can happen on any step and as far as I noticed, the timeout will be tested again and again until it was successful or another reason caused the error. Best regards, Daniel

Item list and HTML control
05.06.2023 22:46

It also works with buttons, but they look strange. I will stick with a elements. :) select case when {S:DET_ID} < 0 then 'Save assessment to add a measure' else ( select 'Add measure' as Link ) end as Link

I didn't found any way to "merge" a column yet. If your external data source doesn't use a GUID as id, than you can make use of the fact, that values not part of the database use a GUID as an id. At least this was the case when I last checked it. So you could check, whether the id is like a GUI