Hi Bartek, let me quote a response I got from a support request for this: " ZGL/4299/2021: Hello, Due to some security restrictions, there is no possibility to execute specific functions directly in the Designer Studio. As a workaround, please create a SQL view in SQL Management Studio
Thanks, I wasn’t aware of this either. This is one of the reasons why I’m browsing the forum. :) Regards, Daniel
Hi Mark, I don’t have any experience with the SharePoint version in a productive environment and I’m glad about it. So some of the next ideas may not be feasible. Do you have the opportunity to create a diagnostic log like in BPS Portal? Maybe you could start it, navigate to the element and
Hi Tomasz, thanks for the explanation. :) This seems also to be true for DocuSign 6.2. I'm really glad that most of the time there's no need to work / create plugins. :) For anyone else who searches the forum: The cyclical action shows the last error, in my case this was The type ini
Hi everyone, there's something I really don't understand. I'm currently using BPSExt-Signing-DocuSign extension https://github.com/WEBCON-BPS/BPSExt-Signing-DocuSign/releases/tag/2022.1 When I clone the branch and build it, the build folder contains another (older) "System.ComponentModel.An
Hi Björn, instead of only opening the hyperlink, you could create a little JavaScript which would be executed instead. javascript: sessionStorage.setItem("WebconBPS_FormIsDirty",sessionStorage.getItem("WebconBPS_FormIsDirty").replace(":true}",":false}"));document.location.href="/db/1/app/14";
Hi Florian, only the Express Edition doesn’t have this option. The other editions have one action "Database retention\Archive workflow instances". One option of archiving is to delete workflow instances. One exception is WEBCONAPPS in a multi tenant / not dedicated environment. The archivin
Hi Damian, I'm sorry, I really did not understand your request correctly and I have to admit I still aren't sure whether I understood your use case correctly this time. If the users enters 5 words you want to return any product which matches at least one word? If this is the case you could
Hi Mark if I'm in a strange situation, I reset the cache, close the designer studio and open it again. In most cases this helps. If it didn't help for some reason I do an IIS reset after resetting the cache. If it's still not solved .... :) Best regards, Daniel
Hi Radosław, do you have the same issue, when "Single row editing" is enabled? I haven't tested and I'm not sure whether it would make a difference. if you have narrowed it down to the requiredness, I would test how the form behave when the form rule "Item list\mark required" is used to set t
Hi Damian, what would be more interesting would be the configuration of the field. :) I just tested it to make sure and it did work as it should. At least after configuring the search mode in the 'Picker' tab of the advanced configuration. Best regards, Daniel
Hi Przemysław, I somehow doubt that you will get a definite answer for the second one. That's also true for my reply. I have only a little experience in this area and known related to WEBCON BPS. In the end you will probably have to test it. Nevertheless here are my thoughts about this topic:
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
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
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