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

Jack

User

hi, in my opinion the easiest way is to make a SQLGrid presenting the data from the list (and set the sorting there) and use this grid to generate the docx Regards

Attribute - view items
06.06.2024 10:30

Hi, please try: dbo.ClearWFElemADV() Regards

BPS groups
06.06.2024 08:47

Hi Kuba, as far as I know - no :/ Regards

Attribute - view items
05.06.2024 17:35

Hi Piotr, Do you want to insert a calculated column in the report? If yes, try this: (SELECT ISNULL(WFD_AttChoose5, STRING_AGG (CAST(DET_Att1 AS NVARCHAR(MAX)), ';')) FROM WFElementDetails WD WHERE WD.DET_WFDID = wfelems.WFD_ID) What type of error do you have?

there is a little difference ;) one userguid has "ó" but second has "o"

Hi Damian, interesting case ;) you can check privilages for this document. in the SQL SELECT * FROM WFSecurities WHERE SEC_WFDID = .... maybe you'll see some differences

Hi Jan, You have two choices: 1. Use SQL and check fields WFD_HistorySteps or WFD_HistoryPaths (storing previous steps/paths) 2. It may be easier to use the option "Back to the previous step" (screen)

Not necessarily. You can simply start workflows for each file.

Timeout action
03.06.2024 11:31

Hi Raluca, you can try make a technical field and set value = "your data&time field" + 1 hour. And set this technical field in the "start date" in your timeout. Regards

Hi Sławek, why not hotfolder (what limitations does hotfolder have for you)?

Hi Patryk, Have you tried increasing the timeout time in the webcon service settings or on IIS (website settings)

Resize witdth of column
27.05.2024 12:43

I'm sorry :/ my mistake. Try this td[data-column="Contractor's name"] { color: blue; width: 500px; }

Resize witdth of column
27.05.2024 12:12

hi, the code below works for me, but instead of the column name from the database "AttLong1", you should set the column display name e.g. "Contractor's name" th[data-key="Contractor's name"] { color: blue; width: 200px; } Regards

Hi, I have doubts the service user must have special permissions. The code below works for me and the service user doesn't have special permissions

Or maybe the save path is set to "set other task as finished"?

I suspect the "save" path might be a problem. How is the task assignment set there? Does the history show that "special users" have previously made a "save"?

I asked not about creating a task, but about the path that users exist from the step (finish task)?. Is this the same path or are there multiple exist paths?

Hi Mark, Do both user groups exit the step along the same path?

Hi Raluca, It works fine for me with the same version. Firstly, you need to generate a preview and enable it in the feld matrix. Regards, Jacek

Checksum error
06.05.2024 23:08

Hi Patryk, version 2023.1.3.169 finally fixed this bug