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

Daniel Krüger (Cosmo Consult)

MVP

Hi Damian, this should work, too. Does it find "I need a black bike with white elements" when you search for "I need" ? Did you check the search mode whether, it's currently configured as "start's with" instead of "contains" ? 4) most important, switch the search mode to contains. Best

Hi Damian, welcome to the community. :) Before I throw a SQL statement at you, couldn't you simply use a "choice picker" in the item list? 1) Select the type, and use your datasource 2) add a new row a 3) select the "tags" field and activate "searching" 4) most important, switch the sear

Hi Patryk, the easiest option would be to create your CAML using the query builder: https://www.spguides.com/caml-query-builder/ This way you could test at least the query. Another question I have is, whether you are working with folders. This may also make a difference. @Przemysław I'm q

Text in main dashboard
02.02.2023 21:09

Hi Robert, I'm not aware of such an option. We did achieve it with some JavaScript. I will ask tomorrow whether I can share it on my blog along with another neat snippet we use in our Dashboards. :) Best regards, Daniel

Hi ARB, the "Column edit restriction" would be the way to go. Depending on your version, it may not always work as intended. Is the Asset Id editable at the same time the other fields should be set or can split it into two steps, perhaps with a wizard step? If the Asset Id is not editable / no

For future reference: There will be a new option starting with 2023 R1: https://community.webcon.com/posts/post/privileges-to-manage-bps-groups/375/3

Path colors automation
22.01.2023 18:08

I found a new solution for this idea which is easy to implement in your processes: 1. Add an html field/attribute 2. Add 5 lines of code which you can copy paste to each process Optional: Choose different colors for the buttons :) https://daniels-notes.de/posts/2023/path-button-styling-revisi

I did a little research and I found something I could use. :) Here you find an option you can use to freeze a single column: https://daniels-notes.de/posts/2023/freeze-item-list-column Best regards Daniel

Hi, I have no idea, on how to achieve this, but I want to get any updates on this topic. -> I have to post something to get a mail about updates.. :) Btw: In believe a more appropriate term would be "freeze". At least this is used in excel, if you want to always the some rows/columns. Bes

Hi Piotr, thanks for sharing. :) I've a small suggestion for those, who need to transport the workflow from one environment to another. Replacing the WFD_ID with the WFD_GUID in picture 3 and using the GUID value in picture 3 will allow to transport the dictionary with content to another enviro

Hi Michał, I'm assuming that you want to edit the attachments with Word online in the browser instead of editing them in the desktop application via webdav. In the first case my only idea would be to use the new "Onedrive" feature from 2022 R4. https://community.webcon.com/posts/post/working-

Hide searching structures?
17.01.2023 17:25

Hello Rafał, here's an example: https://community.webcon.com/forum/thread/1401?messageid=1401 Best regards, Daniel

Hi Dean, what you can do is the following: 1. Add an URL filter on all "child" reports. I'm assuming that you have one parent/main report which should filter other reports. 2. In your main report, which is used to filter the other reports, add a calculated column which will call a JavaScript fu

Hi Marcin, I have different ideas: 1. Do you really need a word document or would a pdf be sufficient? In this case, you could use a new data table which only displays the selected row. You could than use the syntax displaying a data table in an html template and convert the resulting html to p

Floating item list header
27.12.2022 09:02

Hi Adam, are you aware of the option to define a fixed height for the item list, that will allow you to scroll the item list only? https://community.webcon.com/forum/thread/2444 Best regards, Daniel

Turn off part of a rule?
10.12.2022 07:41

Hi Michał, depending on your experience with JavaScript debugging you have different options each one requires a bit more knowledge about it: 1. Create an if then like in the attached image, to conditionally execute parts of the rule 2. Use it as a "standalone" rule in a single line and just t

Hi Thomas, I just wanted to inform, that I wasn't able to achieve this in 2020. I hope someone else had more luck but I'm not sure. What I tried in 2020 to generate the classes: https://github.com/Azure/autorest https://editor-next.swagger.io/ I just pasted the v4 API JSON to https://edit

Hi, I know this is a kind of "stupid" request. If I select an "Item list" it would be great when the order of "New form field" and "New column" would be switched. Even after years of using the Designer Studio I will create new fields instead of new columns, especially after just creating the

Hi Bartek, the last time this was asked, the answer was to send the mail BCC to a hotmailbox. https://community.webcon.com/forum/thread/1090 Not sure, if anything better has come up in the meantime. Nevertheless you could add your idea as a user voice. :) Best regards, Daniel

Hi Gus, thank you, I didn't though about the session storage. :) The GUID in mainPlaceholder is the WFD_GUID of the instance. I wonder, under which situation we could have multiple instance which can have "isDirty" == true. When I use a separate browser tab, the storage isn't shared, at leas