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

Daniel Krüger (Cosmo Consult)

MVP

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

HTML field - StartElement
07.12.2023 20:44

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

Choice field multiple values
07.12.2023 10:49

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

Item list column label
06.12.2023 21:38

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

Hi Oliver, as far as I can guess, you are using a form rule which doesn't support this. Only business rules can access the data source. If necessary you could also call a business rule from a form rule. I hope you don't get confused with the terms. I have never used the German interface, so

Hi Oliver, yes, you can access a data source in a business rule. For this you can select the data source from the Objects tab and then filter it / compare the result. I had a similar case: I needed to upload a new version of the document but it was necessary to delete the old document to prev

Workflow preview language
04.12.2023 15:42

Hi, unfortunately it the labels in the preview use the default value. This is true for the old BPS versions until BPS 2022 in which you had to generate the preview yourself and even for the new BPS 2023 versions. Where the preview is automatically generated. The translations are not taken into

Hi Michal, In my opinion you can just pass an own uxContext object as a parameter. 1) I created a form rule 2) Which executes a business rule 3) I invoked the form rule via a button in an html field. The debugger; statement allowed me to break the code execution when the developer tools are

Hi Nik, I did some test and as far as I can tell the following applies. - If you use a SQL data source, than only the connection is used. The SQL query of the data source is ignored. - If you use a BPS internal view, the SQL query in the action is ignored. So your only approach would be to r

The only reason for naming /displaying the automation at all is the documentation. Would be nice, if the automation uses the same name as the parent object, renaming the parent object would also update the automation. Ok, this could only happen for paths, but I was lazy enough to forget about it

Hi, it would really be great, if we could trigger the documentation generation for a whole application. It doesn't have to be a single document. It would be fine if this would just create a zip package. In this zip packages there would be the default documents for all processes. This would inclu

Hi, the SMS API may be the easiest one to use, but there's also a nice post for an own SMS gateway approach on this blog: https://alterpaths.com/integrating-wammu-gammu-with-webcon-bps/ The blog itself is no longer actively maintained. Best regards, Daniel

Upload to Sharepoint
21.11.2023 17:08

Hi Andree Li, I used the REST API to upload documents as I couldn't use the SharePoint connection for authentication. Search for these values the page for to see examples: The following example shows how to create a folder. The following example shows how to create a large binary file. htt

Hi Adam, for me it is working as expected. I've used a choose field and an integer field to test both scenarios and bot worked fine. When I execute the action the parent workflow of the current workflow is changed. Respectively the current workflow is listed as a sub workflow in the parent wo

Hi Adam, you could check the "Change value of a single field/attribute" action and use the second option. I haven't tested it, but I have in mind that I used it in the past for exactly your use case. I have written field/attribute because attribute was translated to field in englisch. That

Privileges to app
03.11.2023 14:54

Hi, the only option I see will be using the REST API. https://bps.portal.url/api/index.html?urls.primaryName=API%20v5.0 Path (POST) /api/data/v5.0/db/{dbId}/applications/{idguid}/admin/privileges/add At least one permission required: App.Metadata.ReadWrite Since we can not use REST

Hi, this seems to be fixed: Change log from 2023.1.2.99: Fixed a bug that prevented the diagnostic session report from being saved. Best regards, Daniel

Hi Paweł, I'm not sure whether you really need this. For an item list column you can add a column of type Hyperlink https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/Basic/Itemlist/BasicColumns/Hyperlink I did a little test by adding a field to the form and an item list with a t