WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Karol Częczek > Forum messages

Karol Częczek

User

Hi The data in the list does not include the attachment itself. Attachments need to be added with the appropriate action, copying attachments. Additionally, the relations in the list of attachments will correspond to the 'original element', so this will need to be updated after adding attachmen

Visibility Button
25.10.2023 18:29

Hi, During import, if you select the import permissions option, they will be set as in the environment from which you created the package. Regards

Hi, Adding a configuration option to the process for the selected environment, e.g. TEST, "Always import in deployment mode" This will eliminate the mistake of not selecting this option during import and will facilitate the import without searching for and selecting this option. Regards.

Send file by Rest API
20.10.2023 09:07

Hi, I am attaching an example of how I have it set up, it should be helpful, as for Postman, if you insert the binary part, it should also be sent. Regards

HI yes, these are operations performed directly on the database. Regards.

HI, check [dbo].[ContentDatabases] Regards.

Hi Daniel. Transferring attachments to another or a new database is a straightforward process. Here are the steps to achieve this: 1. Create a new database specifically for storing attachments associated with the process. 2. Update the DEF_AttachmentsDatabase entry in the WFDefinitions table fo

HI, use 'AND' instead 'IS IN'

Hi The reason is probably completely different. You haven't set any message that is returned if the request returns 0, so a system message is returned. that the validation returned 0. And it returned 0 because your query is missing the current element exclusion. The action is performed in the

Hi Use cast as datetime

dynamic text field
12.10.2023 10:38

Hi, you should also add an appropriate rule for the behavior when loading the page Regards.

Same Action, many Paths
09.10.2023 18:20

HI I guess it's something like this. In the back_all path, you can add common actions Regards.

Same Action, many Paths
09.10.2023 11:35

If you add an execution condition, as I described, the action will only be executed if the specified paths are used Regards

HI The set connection only indicates the context in which the query is to operate, but in From you must provide a specific table in which the CompanyID and GroupID columns are located.

Same Action, many Paths
09.10.2023 10:50

Yes, Daniel provided the correct name in English: "On entry" :) Regards

Same Action, many Paths
09.10.2023 10:21

Hi, You can add actions as input to the start step and add a condition for executing the action: if current path in (and return the path id here) Regards.

Name - form type
06.10.2023 20:06

Hi It is best to use the dbo.V_Wfelements view, the names of the form type, application, process, workflow, current step, etc. are already added there. if you only need a list of form type names, you can find it in the dbo.WFDocTypes table as described by Daniel. Regards

Hi, Run debug mode and check the query in SQL to see if it's a performance issue or a data issue. Regards

Hi, You can create a calculation column and reformat the data type, it should help. Regards.

Hi, If you mean a filter in the report configuration, you can use the filter as Markus described. Or if you want to permanently set a filter so that the user cannot remove the filter from the report, use an SQL filter. Regards.