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

Hi, you can get the ID of the last path from column WFD_HistoryPaths SELECT RIGHT(WFD_HistoryPaths, CHARINDEX(';', REVERSE(WFD_HistoryPaths)) - 1) FROM WFElements WHERE WFD_ID = {WFD_ID}

Hi, Have you checked mass notifications list? (you can set the schedule to once a week) https://docs.webcon.com/docs/2025R1/Studio/SystemSettings/GlobalParams/EmailConfig/MassNot/Config

you should add INNER JOIN WFConfigurations ON WFCON_ID = DET_WFCONID AND WFCON_Guid = 'xxxxxx-xxxxxx-xxxxxx-xxxxx-xxxxx'

Hi, In previous versions, WFD_ID alone worked (unless you have the WFElements table included in this subquery). Is there any change in this regard in version 2025? And just remember that DET_WFCONID will be different for DEV/TEST/PROD environments (you should probably use the GUID).

Data migration
17.10.2025 08:16

It should work as you wrote (and it works for me ;)) Can you press "Show" on this query and show what the SQL query looks like?

Hi Ondrej, you can use ##currentloginname##

Data migration
14.10.2025 17:24

Hi, Can you show a preview of this query with the fields replaced? (You should have columns matching the column names in WFElements, e.g., WFD_AttText1 or WFD_Attint1) Standord_id - looks ok. Position - you need to provide "Database field name" without the "- Name." I can't check right now,

Hi, check the view [V_ADMIN_Licenses]. Regards, Jacek

Source - SQL Filter
03.10.2025 07:51

Hi Gabriel, It looks weird ;) Can you show the source of the HTML template (I mean the HTML code)?

Hi, Perhaps using a hyperlink with the "Start element" function will be sufficient in your case?

Hi, to Maksymilian's solution, add the condition: AND ATT_IsDeleted = 0 otherwise you may see deleted attachments ;)

Hi Shalassin, have you tried this tool? https://docs.webcon.com/docs/2023R2/Studio/AdminTools/Studio_ToolBar_General_AdministrationTool_PermissionsMigration

Hi Daniel, I thought about the same option;) but unfortunately groups cannot be nested :/ (Monika's tabs are already in the group)

Hi, you should also check if this requires an additional WEBCON server license on this new machine

Choice list on report
16.07.2025 11:08

Strange... it works for me ;) Maybe you have a form type selected in the report configuration (in the first tab) that isn't connected to this field. AND, I know it's a workaround, but you can always try making it a calculated column ;)

Choice list on report
16.07.2025 09:54

Hi, I don't know if I understand correctly, but I checked and YES - you can add the "Choice list" column to the report. Are you having any issues/errors with this?

Hi Ondrej, have you tried using the SplitToTable function?

Hi MichaƂ, maybe there is some js script (or css)? you can try to add a new step, in the matrix enable ONLY this list on it and see if it will be possible to add/remove rows. This way you will check if there is something wrong with this list or if other attributes/scripts do it.

Hi, Did you check if track 1 is set to: "Wait for required task to be completed" and track 2 is set to "Completion - All"?

Hi, maybe you also have a conditional step after this second step. The question is whether all output paths in conditional steps have "Wait for required tasks to be completed" set