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).
Hi Raluca, I checked and it looks like the notification about reaching the number of incorrect execution is sent to the process administrators.
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)
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/
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
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
If you want to check if exists the same fullname in the form of the same type, you can use bellow SQL. xxxx is the ID of the FullName field SELECT CASE WHEN NOT EXISTS ( SELECT 1 FROM WFElements WHERE WFD_DTYPEID = {DTYPE_ID} AND WFD_ID != {WFD_ID} AND {WFCONCOL:xxxx} = '{xxxx
Hi, attributes can be set horizontally inside a group. If you add an attribute UNDER the group in the tab, you should be able to achieve what you are talking about.
hello, you can achieve this by changing styles to "Global CSS styles" example in attachment