Hi, Did you tried this? (screenshot). You can do this at any step regards, Jacek
Hi, I know it's a workaround but you can also make two almost identical paths (one with required comment, one without) and show/hide them depending on the business rule result. Regards, Jacek
Hi Miłosz, try this: $('#SubElems_xxxx tr[data-index="'+i+'"] .subelements-action-button__clone-row').hide(); xxx - your item list ID i - number of row. Regards, Jacek
Hi Daniel, I don't know if this will help you but I checked your query on exactly the same version (ver. 2023.1.2.99) and on the same query. It works really fast (screenshot). The list has 50 rows. Have you tried putting the query there without any conditions and text joins, e.g. SELECT 'test
Hi, you can add this form rule here (screen)
Hi, you can use "SET CELL STYLE" function in form rule and set "font-weight:bold" Regards, Jacek
Hi Dariusz, center the text (and make it bold) in the item list you can achieve with the SET CELL STYLE form rule and set "text-align:center; font-weight:bold" Regards, Jacek
Hi, I checked and the process constants is also available in js mode in version 2022 and 2023
hello, if you have a multiline field in "rich" mode you can add the tag
Hi, you can try adding a html type field and create an input type field in it. Then add an action (e.g. onfocusout), and using a javascript function you will enter the value into the webcon field (it can be technical) e.g. < input type="text" inputmode="none" onfocusout="SetValue('#{FLD:xxx}#',
Hi, did you check what you have in the table [Substitutions] after creating the substitution (columns: SUB_SubstitutionStart, SUB_Substitutionend). And maybe it's stupid but you can try adding the substitution to the hour, e.g. 22:59:59 and see how it is created then.
Hi, That's quite strange - I've checked it myself and it works fine (screen) Maybe it's something with the time zone settings on your sql server?
you can do it from the portal. After making such a substitute, both users can complete the task (both the original and the substitute)
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).