Hi, to start with, have you checked in Designer Studio if licenses are correctly loaded? https://docs.webcon.com/docs/2023R2/Studio/Licence/ https://docs.webcon.com/docs/2023R2/Studio/Licence/Licence_ManualActivation
Thanks, we'll check it out, there are still few cases which are looking for better solution and i think this will do the job :) Also, in terms of dealing with text black/white, we've started using in some places (mostly global css config) css variables as Daniel suggested, it doesn't work everywh
Use that as calculated formula, if you have some rules about what attachment should be displayed, then adjust it according to you'r needs. This will just return first attachment. ATT_Attribute1 stores categories if you are using them. ( SELECT TOP 1 CONCAT('link:https://webcondev/attachme
Hi Klaus, it is for sure possible but with opening attachment in new window, you just use this url: https://webcondev/attachments/db/{db_id}/preview/{attachment_id} Wrap it in what's needed for link column like this: 'link:https://webcondev/attachments/db/{db_id}/preview/{attachment_id}?hash=0&
Hi Arthuzad, Automations/Business Rules - look at them as backend, processed by server - they give you possibility to use SQL, and read the database. Form Rules - this is a frontend - here you can use JS, and everything done in a form rule happens on the browser instance of specific user. Aler
Hi all, In terms of that ReplaceLogins procedure, there is also permissions migration tool inside Designer Studio which might be helpful*. For updating that ReplaceLogins - you could contact with Webcon support, we got updated procedures by support ticket. * https://docs.webcon.com/docs/2025R
Hi Monica, currently as Krystian pointed there is no native way to achieve what you want. On the horizon I know that Webcon is working on giving more flexibility to designing the form - it might be possible in future, but I don't have any dates.
I Marcin, i can confirm, that REST with for loop works - i have few use cases where i'm using that combo and it works great. I'm usually using JSON same as Daniel, and sometimes even generate whole json with sql. Webcon many times assumes that if something is an item list, then it should be acc
Hi Gerd, CSS is a good feeling, you can indeed use it to work something out, there is possibility to set custom CSS globally*. In version 2025 you'd want to take a look around styling footer element, or wfBottomSide class and items inside of it. Another way let's say if you don't want to make i
I'd try to create here a technical workflow just for sending that e-mail. Make it two step, start it on path, and in that workflow just handle sending e-mail. And to not make junk out of the db remove it after some period with archive action. Actions starting subworkflows are not postponed/pend
I cant find any fresher data from Webcon about # of fields, although to improve on Krystian Answer, if you don't want to count them or search through the list you could query db like this: WITH column_names AS ( SELECT CONCAT( LEFT(c.name, PATINDEX('%[0-9]%', c.name) - 1),
I can confirm this. If user should see something on a report - he needs to have read permissions to the document. Without those permissions no entries will be shown on regular/solr reports. If there is such a need you could try to create a document with a data table and write custom SQL query,
Never thought about it, but many times looked up analytics and had to change from some random dictionary to the main process workflow. Sounds like something that should be in the system by default.
I've mentioned this topic in user voice for improving working with multiple attachments: https://community.webcon.com/forum/thread/7384 you might leave some upvotes there ;)
Related topic on forum, about selecting multiple attachments for signing actions, could also benefit: https://community.webcon.com/forum/thread/7504
Hi Jarosław, I think there won't be a fit-all solution here, this would have to be developed per use-case. Is the PDF 1 page, 10 pages, 100 pages, 1k pages? Those pages are text, graphics, screenshots, scans, if there are images, how would you decide if those are reasonable? You might wann
I just came back here to say, that this javascript:MoveToNextStep({PH:355}) in hyperlink action is genius, never thought about that one, don't have a use case, but whoa!
Hi, I can't find any direct docs on how to do it, but to start with, there is a Services configuration in System configuration. For each service you can define roles which it will perform. I'd try installing Webcon on a separate server, and then add it as a service? Some sources which i've
Hi Noelle, 1. In 2025 R2, there is an option to set placeholder text, but it has to be static - cant use any business rules etc. look at input placeholder*. Before that placeholder configuration, and for longer types of text i've used HTML attributes, which were displayed above/below attribute, wh
In addition to why it's visible/not visible you might be running different versions of the system (not sure if it was always possible to put those attributes on reports), I wanted to suggest same workaround as Jacek, at first - check column name, which is used by the attribute, in attribute configu