Hi Ernst, solution, which i'm currently using: 1. Create a Global Constant let's call it Hostname, and make it specific per environment, like https://companydev, https://companytest, https://companyprod 2. Using that constant create a Global Business rule like the one attached - using concat crea
Cześć, jedyne miejsce w 'Konfiguracji systemu' dotyczące załączników które przychodzi mi do głowy to to miejsce: https://docs.webcon.com/pl/docs/2025R2/Studio/SystemSettings/GlobalParams/SystemSettings_AttachmentsDatabase natomiast zweryfikowałbym również: * https://docs.webcon.com/pl/docs/2025R2
Let's say we have following example: Dictionary: People, Fields: Name, ID Workflow: Salary Management On some day HR created a new instance of Salary Management for new employee - John Doe, with ID 17 Few months passes, and John Doe changes last name to Doe-Foo due to getting married. HR up
Hi Arthuzad, This one is let's say tricky, and is directly connected with how WEBCON stores data in database. Choose fields, are stored in database in WFElements as id#name in one cell, so the name being displayed is read from the value that have been saved on a specific element. Changing the "
Hi, if you are running on 2025 R2, then you could define a custom API endpoint within designer studio - as body pass in ID of the instance and/or path id, and as the automation you can use Move Workflow (SQL) action. No ideas in previous versions though. Related documentation here: * https:/
Hi Nikolaus, I've written something a little time ago, but it doesn't dig in all possible places like configuration specific permissions. Application, process, workflow/form level are covered though :) https://blog.lumenn.pl/webcon-privileges/ https://github.com/lumenn/webcon-privileges-lookup
Sounds like great news will have to check it out!
Hi everyone, From my perspective - setting up a report for a process is a must - you'll have to do it anyway, so creating a simple one for development purposes is not a time wasted, you'll have to do it anyway. In the end, you can start sooner to think how end users will move around the app. Mo
Hello, As far as i know, there are no REST endpoints dedicated for Archive databases (as of version 6 of the API), it would require connecting directly to the Archive database using SQL.
Have you checked User Context API instead of Application API? User Context API authorizes as specific user in the WEBCON system, which would indicate, that it will use name of the person which have been authenticated. https://developer.webcon.com/docs/registration-and-authentiaction/
Would love to see this fixed. Since moving to new outlook which doesn't support RSS i'm missing a lot of notifications. Somehow the old outlook handled that RSS even with those errors.
Hi, from what i know there is no way to modify the mailapprove e-mail templates through designer studio unfortunatelly.
Hi everyone, Damian, could you share what are some causes of the error? Are those REST API calls made in the same automation in which you 'move workflows (sql)', or are they made on path transition of moved elements? I'm thinking how for-each loop over those instances would work (i'm almost sur
Hi, I'd currently try to work with this post: https://community.webcon.com/posts/post/integration-of-webcon-bps-with-microsoft-entra-id/507/4
Lovely! :)
Hi, I'll add some more possibilities. If you have access to database, then in table WFHistoryElements there is stored information for each modification of document so you can get step enter/leave datetimes (wfh_leavecurrentstepdate, wfh_entertocurrentstepdate). In case you have AdvancedAnalytics
Although I really like how it can be managed by WEBCON as in your example, I'm using a dedicated tools for managing custom database objects: - dbt for creating views for BI - flyway for creating custom schemas and functions My end goal at this moment is CI/CD pipeline which will run dbt, flyway
Hi everyone, @Daniel > Do we have the option to select constants in reports? I did create an SQL function to return the value of a constant by it's Guid in the past to go around this problem. I do not think that there is such option, and wanted to appreciate that SQL function - it's a great ide
Hello, just to add to the context in case someone will get here, and won't use rich mode - you could try: Escaped characters: \n \r \n\r Or when filling the data using some SQL actions CHAR(13) + CHAR(10)
Hi, I'm not sure if i'm missing something or it's version difference, but in 2025.1.1.44 you can use constants directly in js mode form rules.