Hi Gerd Looking at the docs: https://docs.webcon.com/docs/2023R2/Studio/SystemSettings/GlobalParams/MailApproval/ It seems like there is no way to pass comment using MailApproval. The only thing you can pass is a delegate if you are delegating task. You could create seprate path, for MailApprov
This would be great, although I'd rather put it inside a config file. That way each developer could set their own defaults. It could also allow running Designer Studio with English language, and having default names in other language.
I'm not dealing with translations, but this seems like a big help for those who do - I'm sure I would always forget to update reports after changing translations on attribute.
Hi Martin I've looked up install documentation, and there is no place, where such config would be mentioned. You could try achieve it using symbolic links though - mklink command in cmd. Webcon will still try to access specified path, but windows will redirect it to desired place.
Ah, this one is not in the article - you could use ClearWFElemIDAdv like this: SELECT WFD_AttChoose1, dbo.ClearWfElemIDAdv(WFD_AttChoose1) as x FROM WFElements WHERE WFD_ID = 123123 You will probably also need dbo.SplitToTable, below two possibilities how to use them: -- ClearWFElemID Examp
Hi This is by design - you can read more here: https://community.webcon.com/posts/post/indexed-choice-columns/406 If you want to get all the ID's you should look at the dbo.ClearWFElemID function - it's also mentioned in above article.
Hi Patryk, I think underneath adding that column to the data source it creates SQL join with list items on the whole data source. If the join happens first, then you can hide the columns, but rows are already multiplied. The solution would be to have two different reports. I can confirm tha
Hi Dariusz, As far as i know - there is no built in functionality to change it, but you could use two custom approaches: 1. Create custom Form Rule with javascript below, and run it on opening the form: document.querySelectorAll('.header-cell__name-value').forEach(h => { h.style.textAlign='cente
Thanks, for confirming that approach too :) I thought I'd leave this topic, but it bothered me so much that i couldn't log out 😅
Okay I've been trying out some things, and finally came up with solution. I'm not checking `Copy attachments to subworkflow`, instead on the Path used to Start element I've placed an Automation. It's easier to just copy the documents more manually with automation, than correcting categories.
Hello, I'm configuring a clone feature for nested workflows, and i need to copy attachments from parent workflow to new parent, and from child elements to new children. Something like this: -Parent --Child --Child -NewParent --NewChild1 --NewChild2 It's easy to copy Parent attachments
Hi Lina, Adding item list column onto a report creates additional rows - instead of 1 per document there are x per document, where x is amount of rows inside item list. If we could add more than one item list, then the combination would grow: - 1 per document - x per 1st item list - y per 2nd
Hello, Right now there are Next step, and Previous step buttons on the Step Edit window, but if we need to edit two steps, which are X steps apart, then we have to: * Click X times - and every have some delay - loading the data. * Close step editor, and use list on the workflow, or the diagram
Hi Oliver, Answering directly your question in 1, and 2 might come in handy later ;) 1. After selecting value, automatically set values of another fields -> You might want to use different type of choice field: * Picker -> https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/Basic/Ite
Hi Michał, If test = prod, than no functionalities should be lost, although if there are differences, then this might happen. Some examples (I'm assuming here full export import - all processes, presentation etc. in application): 2023-11-01 - we make our first deploy TEST -> PROD 2023-11-07
Hello, I'm looking for a feature to be able to display images inside drop-down, or pop-up choice field. Either form Picture field, or from Single line of text in Picture mode. Use case: I'm working on a process, where sales department should specify which base product should be used as a sta
Hi, Tracking changes is a challenge in all software development related projects. In the latest versions of Webcon you could use the user voice feature, but it won't solve everything. I'm currently using GitLab for that task. Each introduced change -> New issue Each package -> Milestone
I've been thinking about it too lately. It had a purpose to name Actions under single path, but if there is no way to have more automations on path than 1, then I don't see a point in naming them at all. Default name like that would be good enough :)
Ah, I somehow forgot, that you can put HTML there, good that you've responded - I've made a quick check, and it seems that it indeed is possible. Just learned something new :) See attachment for configuration, and example. Unfortunately I don't have an answer how to store it inside Webcon though.
Hi Ondrej, I'm assuming you are talking about form field description in Designer Studio. (General Tab, 4th field https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/General/Attribute_General) There is currently no possibility to place pictures in there. You could host your image on