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

Jack

User

I don't know German very well ;), so I only just saw that you don't have a service assigned. I checked mine and it happens when you don't have the option that Maksymilian wrote about active. I assume you have a WEBCON OCR FRAMEWORK license (it's different than a FineReader license)? Also check

Reservation system
05.08.2024 18:25

as Arek wrote, you have to check in the database if the parking space is free. In the my first entry I suggested checking it based on previous reservations (if there is no reservation for a given day = free space). In my opinion, this will be the easiest.

Hi, you can set it at a specific step (screen)

Hi, did you check the history of the element?

Reservation system
05.08.2024 08:51

Hi, after selecting the dates, you can limit the list of places to only those that are available in the specified range (i.e. have no reservations made). the query could look something like this: SELECT dbo.clearwfelem([column "Miejsce parkingowe"]) FROM WFElements as places WHERE places

after playing with styles the line looks a bit clearer --- EDIT --- and the bar/line order makes a difference

unfortunately it doesn't look spectacular (the line is barely visible), but it seems to work ;)

great :-) yes - you can remove dummy field and SET "_D7 Lista HELP" only if status NOT 5, 7 or 8. So you can have one IF inside foreach without ELSE

you can add a technical field (TRUE by default) and set it to FALSE only if something is wrong. At the end of the loop you return the value of the technical field. I haven't tested this, but maybe something like this will work --- EDIT --- You can also add alert inside last IF

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.