WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Jacek Wojnar > Forum messages

Jacek Wojnar

User

you can do it from the portal. After making such a substitute, both users can complete the task (both the original and the substitute)

Returning the form
23.12.2024 16:13

you can achieve this by: - on entry to the manager step set the author's modification permissions - on the "return to author" path set "Set other tasks as cancelled" - other paths should be visible only to the manager

Hi, you can do this using SQL SELECT top 1 DET_Att1 FROM WFElementDetails WHERE DET_WFDID = {WFD_ID} AND DET_WFCONID = {WFCON:xxx} ORDER BY DET_Att2 DESC You need to replace: xxx - your list ID DET_Att1 - System-ID column DET_Att2 - System-Cost column Regards

Hi, Do you have any errors in the service log? if you have any validations or you have attributes required, you can disable validation on the path you start the process

Hi, I don't know what your exact business case is, but you can: - use the standard task delegation functionality from the top menu (screenshot 1) - or make a new path with the option to assign the task to any user (path leading to the same step) (screenshot 2) - or make a separate step with the

Hi Franz, Have you tried using the login name instead of the display name of this user? Regards, Jacek

Hi Wojtek, after OCR, the text layer is in the attachment database in the WFAttachmentFiles.ATF_FRData column Maybe this will help you :-) Regards, Jacek

Hi, I haven't encountered a problem with filtering data with Polish characters yet. Maybe I don't understand something, but your last screenshot shows that you have 4 values ​​in the database (marked 1) and you are looking for a value that you don't have in the database (marked 2).

Timeout global action
26.11.2024 20:43

Hi Raluca, I checked and it looks like the notification about reaching the number of incorrect execution is sent to the process administrators.

Execution timeout expired
22.11.2024 09:26

Hi, in sharepoint it is also possible if I remember correctly you have to add in the url: "&debug=1" or "?debug=1" (if it is the first parameter)

Hi, you can use SetValue function (screenshot) in form rule (javascript mode)

Execution timeout expired
22.11.2024 07:53

Hi, did you try debug mode? https://community.webcon.com/posts/post/diagnostics-and-form-behavior-registration-mechanism/215/40

Hi Marcin, you can use powershell to browse folder contents and add attachments using REST API https://developer.webcon.com/docs/attachment-operations/

Process checked out
04.11.2024 16:57

Hi, as far as I know, force check out will not undo any changes. according to https://docs.webcon.com/docs/2023R2/Studio/Process/module_2_4_6_3#force-check-out "Remember that the check-out system serves only to inform users that someone else is currently working on a process. It has no way of f

Filtering in the dictionary
04.11.2024 15:08

Hi, you can try adding in the filter field "Product category" condition "OR group = EMPTY"

Hi, here you have a very similar case: https://community.webcon.com/forum/thread/6080

Hi, maybe this is a stupid question but do you have the Domain/Organizational unit filled in? And did you reload the configuration of services afterwards?

Hi, you can achieve this by using the default value and filling it from the last document of the same author (last seems better than first because some data may have changed over time). Below is an example query that returns the email from the last document of the same type, same author. The se

Hi Wojtek, in your case you should indicate in the mapping the list (not specific columns)

Hi, if you want to add break line to the word document (and you concat two fields) you can use "Data row" and add CHAR(10) between your fields