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

Jack

User

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

User reminder
23.07.2024 09:41

so you can try some script (Daniel wrote about it and I checked, it works even when the tab is inactive) or (this will be easier) you can simply add a HTML attribute above/below the subelement list that displays e.g. in red "Remember to save the document!"

User reminder
22.07.2024 15:39

HI, When would you like have a reminder? Move each path saves the entire form. By default, WEBCON reminds you to save (screenshot)

Mass change of form type
19.07.2024 13:34

I think that changing WFD_DTYPEID in the database is definitely not a good idea ;) also remember that even manually changing the form type using the "Change form type" action causes a new process to be started (from the first step only with the same WFD_ID) https://community.webcon.com/posts/p

Autosave
19.07.2024 13:06

Hi, If you want to save, you can use such a script: $("#SaveToolbarButton").trigger('click'); or you can use INVOKE MANU ACTION (if you want do some actions)

Hi Andreia, I'm sorry, but I don't fully understand... what should happen after a user adds a new comment? Why can't you use path? Regards

Parallelize several timeouts
18.07.2024 15:14

I had a workaround for this - if I had a lot of workflows to start, I did it in packages of e.g. 50-100 elements. I had timout every 1-2 minutes which condition checked if there was anything else to start and if so it went through the path again and started the documents.

Parallelize several timeouts
18.07.2024 13:00

Hi, I'm affraid you can't configure the number of action threads for timeout https://community.webcon.com/posts/post/service-the-logic-and-operation/395/3

HI, I have no problem saving midnight. Have you tried saving e.g. 01.00.00AM?

What does "User manual" do?
17.07.2024 11:17

Hi, this is a link to the instruction.

Autosave
17.07.2024 08:12

Hi, If this is the first step and the process is not saved in the database yet, you have to use some path (e.g. a rule to change the field value using "move to next step"). If it is already saved (has a signature), you can simulate pressing the save button in the top menu or use the path again.

Company selection
16.07.2024 13:23

It's a great idea. I'm all for it If there are more than 10-20 companies, scrolling through and finding the right one is very irritating (in addition, EVERY tab is titled "Business entity: xxx" which also takes up space)

ok now I understand :-) when the your editability rule is executed, the value of the "Related task" field is probably still empty. You need to do this using a form rule (example attached)

Hi Andreia, I don't know if I understand correctly, but can you show how you created the editability rule? Additionally, do you have to set the "related task" field (1) if you have "Parent ID" (2)? Maybe you can make a rule based on "Parent ID"

Hi Igor, the first condition looks OK. But in the second one you have to compare the date with TODAY (I assume you have date and time in the "Dzień" field). I haven't found a function in WEBCON that returns only the date from the datetime field. But you can make a workaround (screenshots)

"Nope, I tried https://google.com as a link to eliminate any form related issues." it's a bit strange, because I had exactly the same error as YOU and when I turned off the visibility of the list in the workflow I'm starting from (not the one I'm trying to start), the error stopped showing up and

ok. I think I know (and it looks like a bug). Probably in the case that works you do NOT have any list of items in the first step? When I turned off the visibility of the list in the first step, the error stopped appearing. --- EDIT --- this definitely looks like a BUG in my opinion as a

Hi Patryk, I guess why you have this error. I was able to reproduce it on my environment. I assume that you have the error in the first step BEFORE saving the element. And in this case, where it works, the element is already saved, right?

Hi, you can also prepare a sqlgrid with rows from the item list and enable the export to excel option.

Hi, Do the other attributes (AttText, AttChoose, etc.) display correctly? Have you tried on some new/separate process with only one test sqlrow, e.g. "SELECT 'test' as column_test " Maybe the reason is an error in one of the sqlrow/sqlgird type attributes