Hi, check the "Merge attachments into a Word/PDF file" action – available in version 2025. There, you can write an SQL query that returns the ATT_ID, and it will merge all the files into a single document. Here is the link to the description: https://docs.webcon.com/docs/2025R1/Studio/Action/Attac
Rafał, here you can write a query to a specific database and you don't need a source, especially since you can have multiple attachment databases.
Hi Łukasz, What you’re describing can be separated. You simply need to create two separate Content/Attachment databases and assign the appropriate SQL permissions only to the people who should have access. Then, in WEBCON Designer Studio, you also assign system/business privileges for the separate
Hi, Check with the server if you have the API address https://api.nbp.pl available, because you may have a block and change the date from which it should download in the synchronization so that it takes from 01.01.2025, for example, and see if you still have the error.
Patryk, using SQL, you can create a data table with tasks along with links/statuses/etc. It depends on what you want to present. Just replace CURRENT_USER with the current user's login. SELECT t.TSK_ID AS TaskID , t.TSK_WFDID AS ElementID , t.TSK_User
Hi! It would be helpful to have the ability to preview the members of a group to which a task is assigned. Currently, when the "Assign tasks for groups directly to group members" function is enabled in the process and a task is assigned to a group, a regular user has no way of knowing who is in tha
Hi, You can implement this restriction on your mail server that you have configured in webcon to send notifications- this seems to be the simplest solution because if you want to do it in actions, you would have to keep an eye on every action. All sent messages are available in the wfmails table.
Hi Martin, Check the database where the error occurs to see if someone has entered a numerical value greater than (2,147,483,647) in the WFD_Attext1-80 fields or in the DET_ATT1-40 item list fields.
Hi, You can change the label for workflows, but I haven't come across this option for form types, only JavaScript.
Patryk try this ( SELECT SUM(WFD_AttDecimal1) AS TotalWorkingDays FROM WFElements WHERE WFD_AttChoose4 = wfelems.WFD_AttChoose1 AND WFD_STPID = 252 AND YEAR(WFD_AttDateTime2) = YEAR(GETDATE()) )
Hi! Business rules are not exported to Excel in basic translations. You can export data from the database in the WFBusinessRuleDefinitions table and find your rules, then the BRD_Value column contains XML with translation data, for example:
Hi, you can use the “Current Path” variable.
Hi, This is a very cool initiative because it would also make it easier to link processes that we have spread across several content databases.
yes - is working?
Okay, now I understand what you're asking :) The second version from the designer studio will not show you the information because you don't have the data saved that you have in the first screenshot. You have to assume that the action you are performing dynamically retrieves this data during the
Karolina, create a text business rule and then insert it into JSON - grid. Send us a screenshot and we'll explain it if necessary.
Hi, Do you have an error? You can use unsaved data, but it must be in quotes '{Field}', and you don't have the first attribute - maybe that's causing the error?
Hi You don't need to install drivers on the WEBCON server if you want to connect to the ORACLE database. Make the configuration in data sources -> Connections -> Oracle Database -> enter the connection details for the Oracle instance and account. Remember to ensure that the IP network connection a
Hi! This is a functionality issue on the part of the new Outlook. Information about this problem is available on the website: https://techcommunity.microsoft.com/discussions/outlookgeneral/missing-dragndrop-of-attachments-from-new-outlook-to-browsers-sharepoint-%E2%80%93-pleas/4389422 In the case
Michał, yes timers – an old habit :)