Hi, If the databases are on the same sql instance, you can create a Union query by specifying the full name/path to the table (database name) eg [BPS_Content].[dbo].[WFElements] Same principle if you want to use join. If these are separate instances, it is required to connect the instances by
When generating documentation for standard areas, such as form type or workflow, it would be good if the content was automatically substituted there, I don't know exactly what, but generally describing what the form type is, what workflow is. Or for such standard content to appear immediately in
Hi, By registering workflows with the global cyclical action, you can also easily copy attachments. It is enough to add the action on the path where the workflows are registered: Add an attachment. and in the query in which you register new workflows, you will pass to the technical field the
thank you Maksymilian, I just couldn't find any documentation/description for this. Now it works properly.
Hi, I need to add an event to the AAD group calendar. Webcon uses/is synced with local AD. AD is synchronized with AAD. On the AAD side, an application with API permissions has been added Adding AAD groups and adding users to groups via graph API from webcon works fine. But, for example, if
Hi Damian I assume you can choose a data source instead of a connection. So create a data source with a connection to your database, in the source you can even specify select 1 from your_table and set in action. The query will then run in this context. Regards
Hi, Damian I can only confirm that this problem exists. I checked it for version 2022.1.4.223 and 2023.1.1.89. But if you care about such a solution, you can replace the sql data source with a constant list of values. you can add translations there in the same form as on the screen. And it will
It depends on the data source and the settings of the database they come from. If you have the opportunity and it will not affect other uses of this database, you can change the Collation setting for the database or table (It is important to make a backup of the database before making changes). Anot
This standard message does not, because you may have several fields that have wrong data. However, you can add validations on the path: as in the screenshots I added. Or more simply, check if your attribute contains data in the format ID#Name: atr like '%#%' , added in the validation rule on the p
HI, In the configuration of the attribute, it is possible to select whether it is possible to add a value from outside the data source. But if after entering text that is not a value for the data source, if you follow a path that has data validation unchecked, it will be possible to save the f
Similar situation. After importing, it returned an ID not matching error. 20.07.2023 15:19:12 Ostrzeżenie: Wartość zmiennej nie została znaleziona. Typ: WFConfigurations, Id: 26, Tag: :26 20.07.2023 15:19:12 Ostrzeżenie: Wartość zmiennej nie została znaleziona. Typ: WFConfigurations, Id: 2, Tag
Hi Roman, This is because the action does not work in the context of a specific document, it is a recurring action. If you want to overwrite the author, you should construct a sql query with an additional column called OVERRIDEN_AUTHOR that will contain the author's data. Regards.
I also rarely use it, but sometimes it is useful as an additional column with data for sorting, grouping, etc. Regards.
"For some reason there's an # at the end of each value." Hi The # character at the end separates the description if entered in the data source. Regards.
Hi. It would be good to use a different color if the condition for performing the operation passed the path false, in the action log. If the operation is performed for a large number of elements, checking the log would be much easier and clearer.
HI, if you are talking about the item list attribute, then you can use the item list update action and get all the values from the list and then perform the update by inserting empty values into the values of these 2 columns Regards
Hi, You can invoke from the workflow with an attachment a shift of the workflow to which you want to transfer the attachment. And on that path, add the action to download the attachment. Or in my opinion a better approach would be to forward the attachment using the webcon api and the appropriat
HI, in my opinion, only deactivating the license service, and then downloading the license again will allow you to select and assign another user to the studio license. Regards.
HI, I see 2 possible uses here. 1. Adding a technical field that would be filled in with the date, before calling the timeout action. 2. Adding two actions for timeout and in the execution condition specifying which should be performed Regards.
Hi, Webcon does not have the ability to nest bps groups. Is such a solution planned? Maybe someone from Webcon will answer. Regards.