Hi, this is not possible. You could create a process which displays all applications, workflows and steps with empty descriptions or translations. Best regards, Daniel
Hi, as always when a new feature is provided, new requests will follow immediately. :) It would be great to see in the workflow history whether path authorization was used and which method was used. At the moment, it's not at all visible if path authorization was used at all. If the autho
Hi, it would be great to have the UTC time in a hover effect of a time. In the attached screenshot you see the same element but with different times. One browser is running on a server with a different time zone. Even so it's explain it can cause confusion. Therefore some way of displaying the
Hi, I really like the new path authorization feature and we will surely use it. The geolocation is also an interesting addition but if it's used in combination with the path authorization it will created unexpected results. I noticed that the geolocation of the browser is used, even if path au
Hi, even so Maks already answered the question and I agree with him, that it should be done on the security level I have on other comment regarding filtering. If you want to have a fixed filter you can add this as an SQL filter. https://docs.webcon.com/docs/2023R3/Studio/Application/Pres
Hi Kyle, even so you already have a solution you may want to look into this. I found this question quite interesting, and created a small post about hiding the "Add row" button when the limit of the item list rows is reached. https://daniels-notes.de/posts/2024/limit-number-of-item-list-rows
Hi, it would be nice if the view V_WFElements would not only contain the integer id but the GUID. I'm not sure whether using the view in a calculated column would be more performant or creating an own join, but only for one table. For example (select Count(*) from V_WfElements childs where
Hi Maciej, when you import the process the first time, than you can select which attachment database should be used. The default database, is suggested. If you haven't created any instance yet you can change the attachment database in the process. Maybe it's also possible to change it while the
Hi, whenever I have a problem with a calculated column, I activate the diagnostic mode, refresh the report and save the session. Afterwards I search vor wfelems. This is the query which is executed for the report. Then I would copy the query to management studio and look for the problem. T
Hi Joanna, Your situation is really strange. Can you make a test and add print the WFD_ID / DET_WFDID column in the document. Just to verify whether the correct information is retrieved when the document is generated? Best regards, Daniel
Hi Marza, you can take a look at these table in the BPS Config database dbo.[UsersCals] dbo.[SingleSolutionCals] The last one is only relevant, if you have "Single solution access". Depending on your environment you may not be able to execute the sql query with the "Current BPS Database
Hi, is the virtual machine using SQL Express? I think we had this issue and it was related to the default value of the auto_close option of SQL Server Express. Disabling the Auto_Close helped us. https://blog.sqlauthority.com/2016/09/22/sql-server-set-auto_close-database-option-off-better-per
Hi, this is really a strange issue. Could you check what happens, if you generate a word print out via the admin mode? Another thing you can verify is whether there are really no values in the word document. The "placeholders" are fields in word which references document properties. You
Would you really have one process which uses Polish for default names while others use English or German? :) We are using English as default and are providing the German translation. But this is probably due to the fact that we are partner. In the end I wouldn't care, it's just something whic
Hi, if a data row/ data table is based on a BPS internal view to configure, whether the names/translations of the columns should be used. The default value should be true. It's just a waste of time to not only provide the translations the first time but also to update these when the name/tr
Hi, I think it would be beneficial if we could have a place in the global configuration where we can define custom default values for the steps and paths of dictionaries / document templates. For example I always rename the "Dictionary step" to "Entry". Of course, I also define translations f
Hi, if you aren't familiar with javascript the easiest way would be to: 1. Create a menu action using with the "start new hyperlink" function and define the parameters 2. Create the html field and use the InvokeMenuAction function. Start workflow 3. Hide the menu action in the behavior tab d
Hi AndreeLi, the one for returning a comma separated string with all ids is called: ClearWFElemIDAdv You can take a look at the content database Programmability\Functions\Scalar-valued functions Best regards, Daniel
Hi Dariusz, if you want to apply this styling only to a single item list or even one column in this, I would add an html field using this css: #SubElems_#{WFCON:384}# th { text-align:center; } #SubElems_#{WFCON:384}# th[data-key="#{SFLD:36}#_#{DCN:36}#"] { text-align:left; }
Hi Maks, edit: I was suggesting the same. :) Best regards, Daniel