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, in my opinion using SQL data source (with TOP) would be easier in this situation. Where do you want to use such filtering (what business case)? Does the filtering depend on the current item or can you do it globally in the data source? In the business rules you can indicate whether it sho

Delete rows
24.08.2024 08:16

Hi, what kind of error do you have? and do you have a SDK license? Regards

ok. In this case, I think there are two options: 1. List of items BUT rows would have to be updated by child flows OR you can use SQL row columns which always show current data 2. SQL grid - always shows current data. I think the second option is a better solution. I don't know how many colum

Hi, you can try using SQL: select cast(N'xxxx' as varchar(max)) collate SQL_Latin1_General_Cp1251_CS_AS

Hi, yes, using Data Table (SQLGrid) can be a workaround but in my opinion this behavior is correct - because the user (especially if he doesn't have edit rights) shouldn't see data that isn't actually saved on the form (those rows aren't in the database)

Delete Timeout
22.08.2024 11:21

Hi, I checked both conditions: "SELECT 0" and "SELECT WFD_ID FROM WFElements WHERE 1=0" for both new timeouts are no longer created when entering a step. Of course adding a condition does not affect previously created timeouts. However, going through the path (exiting and entering the same

Hi, first check the WFConfigurations table but in the TEST database. In the WFCON_ID column look for these unfound IDs. Then you will see what attributes are involved. Check their configuration, in particular the tabs: "Style and behavior", "Visibility" and "Editability and requiredness". FLD

Hi, About Idea 2 - I think it's enough to use SplitToTable() in this case. example: SELECT item as ATT_ID FROM dbo.SplitToTable(>> column with ATT_IDs

Delete Timeout
21.08.2024 11:35

sorry but I don't understand. If you add such a condition then simply the timeout will not be added to new documents - that's all. Why would it kill the whole process?

Hi, I think the easiest way to do this is with the "change items list values" action. Example in the attachment

Hi, here you have some information about diagnostic mode: https://community.webcon.com/posts/post/diagnostics-and-form-behavior-registration-mechanism/215/40

Hi, as far as i know you can't change the order of the standard menu buttons (but it should be possible to do it using js)

Hi, I think (like Daniel), that it would be easier to do it with a SQL condition in the first query. You can add the condition AND EXISTS ( SELECT 1 FROM CacheOrganizationStructure WHERE COS_AD_givenname like '%%' AND COS_AD_sn like '%%' )

Delete Timeout
20.08.2024 09:45

Hi, have you tried just adding the condition "SELECT 0"

ok - now I understand. you would like a larger (multi-line) window to enter the message :-) Yes, that would be a good change.

Hi, I haven't tested it, but it looks like it should work from version 2023.1.3.202 --- edit --- Sorry - I just read that it's about the description of the path and not the step :/ sorry for the confusion - but maybe WEBCON fixed that too ;)

Hi, I checked and it seems to work on my version (2023 R1). Try adding the tag example in attachment

Hi, rule looks OK. but you have to put it in two places (the easiest way is to make "Form rule" and use it twice) 1. "Style and behavior" (where you did it) 2. Tab "Behavior" in "Main Form" Regards

Hi, javascript is not necessary. The rule (screen) works fine for me. It is placed in the "Style and behaviorr" tab for the date column

transformation to PDF
06.08.2024 10:32

Hi, I think the easiest way to do it is through an html template, place the image in it and use action "Generate a PDF file" --- EDIT --- additionally check this out: https://community.webcon.com/forum/thread/4908?messageid=4908