Hi, The easiest way is to create business rules and collect the data you need, and set the rule in the template Redards.
edit - not this thread
Hi, maybe using update dependents action will be a solution. Regards.
Hi, I observed a similar case, earlier you could set a temporary category that did not have to be available in the category source, currently this method does not work, so you should create and refer to the category that the data source for the category will return. You can, of course, in th
Hi, if it's a brand new install of a new version, it's probably related to a change that webcon has added in terms of security and system account permissions. If you want to be able to perform a query in the context of the config database, you will not use the default connection now, you should
Hi, If the Account you are trying to use in the webcon connection definition is a domain account, it won't work, you should use a sql account, or Windows authentication . In sql managment studio will work but you have to run studio as this domain user (right click on application and run as)
Hi, have you seen this forum thread? Maybe your case is similar? https://community.webcon.com/forum/thread/3361 Regards.
Hi, does the standard assignment filter not fit your scenario?
Hi Joanna, I don't know if I understood the described assumptions correctly, but in general, if you set the group: Software Engineer, with all users as a group with permission to read all elements on a process or on a form type, it will always have overriding right and all members of this group all
Hi, Please show how you have configured the basic and advanced tab. And test this sql query from the Data tab, and paste what result you get.
Hi, You should create a query that will generate as many items as you want to get subworkflows. In addition, you can return users or groups in one of the columns of the query and transfer this data to the attribute in the registered flow, then set the action of assigning the task to this attrib
Hi, First, check if you are able to log in to the sharepoint site with this username and password
Thanks for the answer, but operating in the context of delegated permissions is required by the Graph Api for some methods, That's why I posted this post. Operation in the context of application permissions is ok and OAuth2 App -> API Authentication is not required. It is enough to use a proper
Hello, I have another question, has anyone automated this case, using a method that requires an authenticated user. I would like to use it in a recurring action, running in the context of a service account. Regards.
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