WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Adam Hatak > Forum messages

Adam Hatak

User

Hi Martin, I may be late to the party, but have a look at this thread: https://community.webcon.com/forum/thread/8818 It seems this might be the same or a similar issue.

Dear Paweł, I think the easiest way is to use the Add Attachment action and use an SQL query there. More details and step-by-step instructions can be found here: https://docs.webcon.com/docs/2026R2/Studio/Action/Attachments/Action_AddAttachment PS. Assume that you already have the PDF encoded

Hi, From my experience, no specific or additional configuration is required for the mobile app. I have just uninstalled and reinstalled the WEBCON mobile app on my iPhone (iOS), and it worked without any issues (using same WEBCON version 2025.2.1.370). Please be aware that there may be certificate-

Dear Community, The migration of privileges (https://community.webcon.com/posts/post/migration-of-privileges/190/4) is a very useful tool for copying permissions from one user to another. At the moment, however, it operates only on a global level. It would be highly beneficial to extend this functi

Timer offset in minutes
12.03.2026 14:33

Hi Sébastien, Perhaps you could use a technical datetime field set on entry to the step, with another DATEADD configuration (adding 75 minutes to the datetime set on entry). You could then use this technical field as the timer’s start date in the timer settings. Best regards, Adam

Dear Community, I’d like to propose a small but hopefully useful enhancement for item lists in WEBCON BPS: the ability to keep the item list header visible while scrolling, similar to Excel’s “Freeze Top Row” feature. When working with longer item lists, the column names disappear as soon as yo

Hi Martin, can you share some details about Hotmailbox configuration you use? I would verify the Limits values in Advanced settings tab for this Hotmailbox. Additionally, I'm guessing that you move to other folder e-mails that are proceeded (Archive directory), right? Best.

I completely agree. It would be very helpful if there was an option to click on the group name to expand and view the list of its members, at least showing the top N members.

merge attachments
26.11.2025 11:36

Dear Franz, could you please confirm whether you’d like to download / save all attachments returned by your SQL query as the original files? If that’s the case, this article by Kamil Nędza might help you build a query that saves attachments directly to a specified path: https://alterpaths.com/att

Dear Martin, I’ve investigated this case further and noticed the same behavior in my own installation. For example, I have an application called “Wnioski HR.” When I search for “wni,” the results include many applications, and “Wnioski HR” appears near the bottom of the list. However, searching

Dear Patryk, if I understand your question correctly, you can use wfelems (alias) in query. Here is an example of the query I use to get value from another (related) workflow (in this case it's Signature) in calculated column (I use type text): ( select WFD_Signature as Signature from WFEl

Dear Martin, can you port a screenshot with the example of the issue? I assume that you checked the permissions to applications ;)

Hi Martin, I can confirm that even on version 2025.2.1.242, while typing in this field, it "switches" to "All" tab. Looks like a feature. Not sure if this is accurate here, but can you verify if Solr service is working fine? You might want to try reindexing the navigation of the BPS Portal to

Ways to update Info panel
28.10.2025 14:33

Hi, As far as I’m aware, there’s currently no official way to implement this behaviour. And there’s a good reason for that - data consistency and accuracy in the system.

Dear Community, Currently, when accessing the homepage of WEBCON BPS, the browser title bar displays the name defined in: System Settings → Global Parameters → Appearance → Portal name However, when navigating to a specific application, the title bar only shows the Application name, which can le

Dear Community, It would be genuinely helpful if we could configure Hotmailbox to work with Google Workspace mailboxes. At the moment, only Exchange (Microsoft 365) mailboxes are supported. Given that WEBCON already supports login via Google accounts, extending this compatibility to mailbox integ

Dear Community, If you've encountered issues accessing https://uifabricicons.azurewebsites.net, it's not a bug - it was locked. This site is intended for internal use only (restricted to Microsoft employees?). Source: https://github.com/microsoft/fluentui/discussions/35051#discussioncomment-142867

Martin, Yes, the first page load after a server restart in IIS is slower due to what’s known as a cold start — the web application must fully initialize before it can serve requests efficiently. While there are ways to reduce this delay, some form of cold start overhead is unavoidable. To help mit

Martin, Once you test it out, please share the results. It may help others in the community as well! :)

Hi Martin, Not sure if this is the right place to mention it, but it might be worth checking whether SQL Server is automatically closing some of the WEBCON BPS databases. This can happen if the AUTO_CLOSE option is enabled - especially common with SQL Server Express editions, where it's turned on