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

Daniel Krüger (Cosmo Consult)

MVP

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

Hi Marcin, the behavior /configuration itself wouldn't be changed but you could add a condition to the data source like where IsExternal = 0 This way the data source would not return any values if "is external" is checked. Best regards, Daniel

Item list and HTML control
05.06.2023 12:09

Hi Nik, I'm not sure whether I have tested it with buttons, but data rows with links work just fine in item lists. Best regards, Daniel

Item list bulk update
31.05.2023 08:17

Hi Andreia, I'm sorry I currently have no time to reply. BPS 2023 keeps me really busy testing/changing/documenting stuff. I hope someone else can help out. Best regards, Daniel

Some notes regarding the new field: 1. This is only used for single value fields. In case of multi value fields the old logic is used. 2. In case of multi value fields only the first id is stored. 3. If you have currently, version

Hi Michał, I haven't encountered such an issue. Maybe you can take a look at the event log and see whether there is any hint. Instead of deleting all workflow instances you could also try this approach. It helps me a lot, without deleting all data. https://daniels-notes.de/posts/2022/delete-s

Item list bulk update
29.05.2023 17:53

Hi Andreia, to me this seems similar to my post here. In my case I have a subworkflows which make up steps. During an active step the user can decide , that some steps need to be repeated. For this a dummy subworkflow starts, in a dialog. The user selects the steps to repeat in an item list and

Hi Nik, did you use a proxy to verify, what kind of headers are sent? For example you could make use of httptoolkit: https://daniels-notes.de/posts/2022/debug-web-service-datasource I haven't used the REST web service with a dynamic body. Best regards, Daniel