(...) stall the platform and create applications, as well as short tutorial videos and references to articles in our technical blogs – Knowledge Base and Community. The website is available in two language versions, Polish and English, and is very intuitive to use. The content of the various sections of the help document is presented in an accessible format, and additional panels make it easier to navi (...)
(...) e in a company. Business case An IT company provides training on the use of its product/software. The trainings are international and their target group are people who speak different language s. After each training course, a survey is conducted among the participants to collect their opinions about the course. Previously, the survey was only available in English, but now the organizers wou (...)
(...) If a match is found, the matching case will be used. If the result doesn’t match any case, the ELSE case will be used. For example, the Current user variable returns the current users language code: Based on this, the SWITCH operator will choose the correct case that will send a custom e-mail in the user’s language : Configuration Any number of cases may be (...)
(...) n general. Accordingly, a process has been created to register those interested in attending such a webinar. It is planned that the process, as well as the webinars themselves, will be available in 3 language versions: English, French, and German. Export and import of translations in WEBCON BPS Designer Studio In the original version, the process and the application in which it was created (...)
External content by Razvan Ogrezeanu; 15.04.2024 Introduction In today's digital age, email remains a cornerstone of business communication, serving as a direct line to customers, stakeholders, and internal teams alike. Its role extends beyond mere information exchange, functioning as a vital tool for marketing, customer service, and engagement. The ability to capture attention a
(...) }, "Produkt": { "Beschreibung_DE": "", "Untergruppe": { "ID": "4653778a-fbb2-44dc-b866-0c59844f025f", "DisplayName": "", "Translations": [ { "language Code": "de-de", "Value": "Dach - Blechprofile" }, { "language Code": "fr-fr", "Value": "Toiture - Profilés en tôle" }, { (...)
(...) of the different topics. Therefore, I compiled a list on my own and provided additional information wherever necessary. Covered topics are: User interface Data Emails Enforce one language SDK There's even an official video: READ MORE: HERE
Author: Markus Jenni I came across a requirement, that only pdf files should be allowed to be uploaded. As there are other file extensions allowed in further processes, we can not only limit the extensions globally. To enforce this requirement, we first configured a validation rule, which basically did the trick. However, from a user experience perspective, it would be great if th
(...) tional but not very spectacular: However, even if you design your own template, the customization options are limited, as the text itself cannot be changed, except in a different language : Full individuality is achieved when you create the link yourself, giving you access to all the possibilities of HTML. This all (...)
External content by Markus Jenni; October 1, 2024; Html5 introduced the min/max attributes, which allows us to set a range of allowed values. In addition to these. There is also a step attribute to only allow certain steps in between the range. You can then increase/decrease the value by using the arrow up/down keys. This can be achieved by the following steps:
External content by Raluca-Mirabela Lupu; October 21, 2024 ; Have you ever needed to trigger an action after uploading or modifying a document? I’m not sure about you, but we recently faced this exact challenge. After some quick research, we came up with a relatively simple JavaScript function that triggers a 'Save' button click when an attachment is added or modified. Of co
External content by Karol Częczek; October 21, 2024; If you need to manage and change the order of items added to the list, you can achieve this by adding your editable ID column and JavaScript code. A short video shows the end result of the modifications added to the list. To begin with, we add 2 columns: ID and T_ID, of type Floating-point number to the list, set the
Have you ever faced the challenge of managing documents where multiple signatories need to sign on different pages or in specific positions, and didn’t know how to handle it? We’ve developed an intuitive interface using HTML and JavaScript within WEBCON that allows each signatory to select the exact position of their signature on each document. This innovative functionality u
(...) xplanation above a data table but this won't help in a report. Therefore it would be good if we could provide an explanation in addition to the indicator value. While I'm wishing, supporting multiple language would be good too. :) Idea of calculated field defintion in a report / BPS internal view (case when WFD_IsFinish = 1 then '2#Is finished$$DE$$Abgeschlossen' when DATEADD(DAY,-2, WFD_AttDateTime1) < (...)
(...) g a SQL in 1 and 2, I have no chance for 3. I, for my part, would like to have the yellow highlighted variables in the attachment. For example I currently don't have a chance to get the current user language which would be required for my workaround here. https://community.webcon.com/forum/thread/45/15 Best regards, Daniel
(...) r to give users a more simple look of what happened so far in the workflow, I created a datasource that should work for all workflows and translations. Values are shown depending on the users browser language . It simply shows which step was left with which path, by which user, at what time. I present this in an SQL-grid in the forms where I think it will be helpful to the users. It can be very helpful (...)
(...) Hi everyone, maybe I'm missing something, but is there an option to create multilingual custom emails? Example: A task is assigned to three users, one of them has set the portal language to English the other ones are using German. If we are using the "standard mail action" or activate the corresponding checkbox two mails will be send. One in English for the first one and another one in German for the rem (...)
(...) checks or messages differ. I'm not sure whether I'm the only one doing this, but if it would be possible to call a validate form action from a form rule and display the error message in the current language it would save a lot of time and errors :) Best regards, Daniel
(...) ype 33. It should be PathDocumentation instead of PathDescription. Currently "PathDe[s]cription" is duplicated. 4. Buttons are not part of the generated file. At least I didn't find any. Could multi language pickers be listed separately? I don't believe that the translations could be handled by the export/import but if the excel would contain a list it would be easier to check. Ok, this is really a low p (...)
(...) DTYPE_Name+isnull(( select distinct '$$', substring(LAN_Name,1,2) +'$$'+TRANS_Name FROM WFDocTypes as innerDocType join Translates on TRANS_ELEMID = DTYPE_ID and TRANS_OBJID = 13 join Translatelanguage s on TRANS_LANID = LAN_ID where innerDocType.DTYPE_ID = outerDocType.DTYPE_ID FOR XML PATH('') ),'') as Label FROM WFDocTypes outerDocType where DTYPE_ID in ({DT:4},{DT:7}) The TRANS_OBJID (...)