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

I don't know if I understood correctly, but if you want to do nothing, you can just return FALSE (then the loop WILL NOT go through the path)

Hi Andreia, what kind of error do you have? I prepared a chart according to your screenshot and it works correctly

Hi, did you try "Additional path validation form rule". inside it you can use Business rule, which can include checking if someone is in the group. The advantage of this validation is that it is ALWAYS performed (even if the process is waiting for other people)

Deleting attachments
31.07.2024 14:00

Hi Krystian, great idea :-) I checked and it seems to work (I completely forgot about these SDKs)

dbo.WFAttachmentFiles
31.07.2024 13:51

Hi, adding to what Krystian wrote, you can select the database here (screenshot). The change is possible ONLY if there is no attachment in the process yet

HI, What is the Sharpoint version and WEBCON version? which version SP Client Components SDK did you install (x86 or x64)? Maybe you have the wrong version?

Deleting attachments
30.07.2024 17:14

Hi, Yes - I did a test of your case on my DEV (sandbox) environment 1. I added the attachment 2. I removed the attachment via the action "Remove attachment and leave attachment's history" (the value in the ATF_Value column remained) 3. I tried to remove the attachment and all binary data (noth

Deleting attachments
30.07.2024 11:47

in this case I'm afraid it might be difficult to do it with standard actions because this attachment is already marked as deleted. The only thing that comes to my mind (BUT IT IS CERTAINLY NOT RECOMMENDED BY WEBCON) is to manually mark such attachments in the database as IsDeleted = 0 and then del

Hi, you can either use import from Excel file OR create connection to your external server and use action "Start a subworkflow (SQL)" to add all entries to dictionary (depending on how much data you have)

Deleting attachments
30.07.2024 10:24

hi, yes, metadata remains but what takes up the most space, the column [WFAttachmentFiles].[ATF_Value] is empty after that operation.

Hi, it works for me (screenshot). Maybe you have used this date somewhere (in timeout or in action and that's why you have such an error)

KPI Action
30.07.2024 08:54

maybe it's a stupid question ;) but do you have the "WEBCON Advanced Analytics Framework" license? https://community.webcon.com/posts/post/performance-indicators/391/3

KPI Action
30.07.2024 08:16

Hi, what KPI actions are you missing? do you have a set schedule?

Search Everywhere button
26.07.2024 13:33

Hi, if you use "Search Everywhere" you should have the "Creation date - Year" filter available.

HI, you need to disable this option

Add attachment categories
26.07.2024 06:55

Hi, I have a small workaround for myself ;) this empty category is my "other" category. I also have a default category set. I know it's not exactly what you asked but maybe it will help ;)

Notification on comments
25.07.2024 08:43

yes - because the "save" action is not performed when moving a document by the path. In such a situation, you need additionally to take action to entry or exit each step.

Popup search window
24.07.2024 10:13

Hi, If I understand correctly, you want to remember ID#ID in the field? I managed to make a workaround (I used WEBCON WEB API for testing) I added one field manually in the respone tab and indicated the same value in the Name column. Then I could choose to this new column in the choose field co

Hi, I'm afraid in designer studio you will never have an item row value. You can only test it in the process. As for the condition, it seems to me that "select count(*) ... " should work -> screen (1) I also don't know what type the "Mitarbeiter" field is but if it is choose then you either h

User reminder
23.07.2024 11:39

Yes of course but I only checked (what Daniel wrote about) whether the script works in the case of an inactive browser tab/window. Below is a script that displays an alert after 2 minutes OR automatically saves the document setTimeout(() => { alert(' test '); //alert //OR $("#SaveToolbar