WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Daniel Krüger (Cosmo Consult)

MVP

How sticky itemlist header
24.11.2022 12:27

Hi Marcin, that's not possible, after all you could have multiple item list and how should they behave? But there's another option, if you define a fixed height, you can scroll the content of the item list. You find it under "Layout" of the advanced configuration. Best regards, Daniel

Hi Przemek, you can use the below filter, at least if the ID of your department field equals the BpsID. Otherwise you need to check the values. The filter condition will get the BpsId of all groups of which the currentuser is a member and than it will be checked, whether the Id of the Departm

Hi Martin, I understood it so that you have field(attribute) name like “Responsible person “ and this should be displayed as “REPONSIBLE person” but in bold instead of uppercase. :) I had a look at pure cas, but found only options where you need JavaScript. Since this will get complicated

Hi Przemysław, if the other users shouldn’t get a glimpse of the other instances I don’t see an other option than working with privileges. With glimpse I mean result in the archive/search structure or the search. If this would be fine, you could grant everyone read permissions to all instances

Hi, I had a "task" workflow with a due date and this due date was used in a timeout in a start step. At a later point in time it was decided that a "save draft" path should be added which won't validate the form. Using this path failed with "unknown exception" and the diagnostic log did not conta

Deny access to landing page
22.11.2022 13:37

Hi Nik, if you are talking about WEBCONAPPS, I don't see a change. Otherwise I would resort to other "Infrastructure" means redirecting the incoming URL to a different one. Maybe there's an existing proxy you can utilize or you could use URL rewriting: https://learn.microsoft.com/en-Us/aspn

Hi Radek, I have two ideas, I have tested none of them but each single step would work so they should work also in the combination. :) 1. Create binary attachment 1.a) Transform the result to a text 1.b) Convert the varchar result to varbinary https://dba.stackexchange.com/questions/6374

Hi, does anyone know how to get via JavaScript whether the page "is dirty". So I can do a similar check to "You are leaving the form with unsaved data"? Best regards, Daniel

Hi Lax/Lutz there's no option for modifying the navigation. What you can do so is using css to hide elements. Here you find an example to hide the system dashboard either in general or per application. https://community.webcon.com/forum/thread/1401?messageid=1401 Just in case you don't know

Hi Lax/Lutz, welcome to the WEBCON community :) You can define which kind of actions are allowed in the advanced configuration. Deactivating these action, will prevent the user from doing so. :) Best regards, Daniel

Hi Andreia, I'm not aware of any such option. We only use timeouts for this, but of course this won't mark the task as overdue. Best regards, Daniel

Hi Andreia, both your approaches should work but there's probably something off or I don't have enough information. Timeout: I don't see how your process gets to the system step in the first place, if thee control step uses the status value. Just in case: The action "Change singe field valu

Hi, if you really need a word file, than the only option would be to create a data table and use this in word. You can use a data table like an item list to print a table in word. If you would be fine with a pdf file, you could an intermedia html file which could be converted to pdf. The html

Hi Nik, even so I always argue against it, I didn't come up with a better way than doing this on database level and each environment. We used the below script for this. I added the line with "is not null" in this post, so I didn't test it and maybe there's a syntax error. Why did I add it:

Hi, after a few years I noticed that the "Business entity" field is missing from the available columns of a dictionary. Of course, one can create a BPS Internal view to work around it, but it would be great if more "default" (system fields) could be added: - Author - Date created - Last pers

Hi Andreia, the query looks fine to me, although I don't see a reason for join WFSteps on WFD_STPID = STP_ID as it's not used. What's missing though is your where condition with the WFD_WFDID = INSTANCEID Currently you would move all workflow instances with this form type regardless of their p

REST API & Filter View
10.11.2022 08:52

Hi Nik, OData has been added with 2022 R4: https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346 There's also an connector for Power BI: https://github.com/WEBCON-BPS/PowerBIConnectors This repository contains two connectors for Power BI. The purpose of these connectors is

Hi Dariusz, this is just a wild guess. As I learned, 'Atribute' is the polish name for the fields. Therefore I'm guessing that the AttributeDetailSectionGenerator.GenerateDefaultSettingsTable fails when a table should be added to the word document. The passed name to "InsertAutoPostBackCell" th

Hi Andreia, the move workflow action doesn't care about the target step, only about the path the workflow should take. So it's not important whether you have one or two final steps, or whether the workflow is moved to the start. Seeing you screenshot there's one thing I would do immediately.

Add atachment action
09.11.2022 19:45

Hi Robert, I have stumbled about this information in the online help for the "add attachment" action when answering another question: ______ 3) Attachment selection via SQL query can work in two ways: ..... 2. When attachments are to be created during the action’s execution, the query MUST re