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

search results

for javascript

(...) nguage on the form. The HTML form field can be defined as adding a custom HTML code to the standard code of the WEBCON BPS form. The best solution is to use this form field with the new form rules in javascript mode. Form rules in javascript mode have been enhanced with the following function: MoveToNextStep – go through the path InvokeMenuAction – invoke the menu button InvokeRule (...)

(...) al Prepare Processes for being organized into Applications Remove all connections to SharePoint by reconfiguring the application and enabling the WEBCON BPS Modern form display mode: Change javascript to the form rules or javascript consisting of the available editor functions while maintaining the logic of the Modern form Switch data sources and SharePoint libraries to dictionary processes or (...)

(...) so the blue square must be selected Unchecking the visibility of the form field also deletes the markings in the green and red squares The green square may be set in the intermediate mode – javascript edit mode Remember that the form field should never be marked both required and read-only at the same time   Fig. 7. The form – Start step   Below there is the des (...)

Applies to version 2020.1.3; author: Michał Kastelik This article shows you how to automatically create a new SharePoint site with just one click from a WEBCON BPS form. If you want to learn about other out-of-the-box actions that use your SharePoint content in WEBCON BPS, go here.  We will show the configuration on a free WEBCON application that you can download from here: Investments

(...) heme. The ADFS login page is divided into sections you can see on the screenshot: Fig. 3 ADFS login page sections   Each section can be edited with PowerShell, CSS styles, or javascript . We recommend that you start your customization by making a copy of the default theme, and then we will walk you through the steps to modify it to suit your needs.   In PowerShell, use (...)

(...) o track all modifications that impact the visual layer.  This functionality toggles a diagnostic mode in WEBCON BPS Portal, which registers all invocations on the form, i.e., form rules, javascript , editability, visibility restrictions, etc. (see full list below). Diagnostic mode is activated in the user menu by selecting the "Show diagnostics" option. All WEBCON BPS Portal users have (...)

Applies to version 2020.1.x and 2021.1.x, author: Krzysztof Gawczyk Introduction This article explains how to create and configure reports in WEBCON Designer Studio and on Portal. You can configure various views for your reports to present data (e.g., use charts, tables). It is also possible to create one report with all tasks, and views for each step. In this article, you will learn ho

(...) hich the created solutions will be more understandable, less sensitive to change and, consequently, more reliable.   Use of Tags Tags are elements used to create expressions (SQL, CAML, javascript ) as well as Business Rules and Form Rules. The tag represents a specific value of a specific object in the system, e.g. the value of an attribute. Tags in the case of SQL and CAML are in the form (...)

(...) ation:   Another common use of global constants is a situation where on two different environments two separate databases are used.   Global constant can also have a javascript function declared, which can be used in the form’s behavior. Below you can see configuration of this kind of variable:   Then in form behavior choose:   This a (...)

(...) ent must be obtained. After setting the form field, you should investigate whether the Microsoft Graph Toolkit library is loaded before displaying the form field on the form. WEBCON BPS provides a javascript function that can be used to load the library, e.g. in the Form Rule. Calling this function looks, as follows: GraphToolkit.loadGraphToolkit() Creating the HTML form field   &nb (...)

(...) i.e. visibility of the “Total” form field and the ability to place form fields in different form tabs.   The form field in the “Read-only (cannot be modified except by javascript )” In the example discussed above, the “Total” form field, where the result of the arithmetic operation is presented, is configured as “Visible” in the “Field (...)

(...) away. Also, provide alternative text for images so that the message context is not lost if images do not display. Be cautious with background images as support for them is not universal. 7. Avoid javascript : Most email clients do not support javascript due to security reasons, so relying on any scripts to modify your email dynamically will likely not work as intended. 8. Character Encoding: Always sp (...)

(...) trick. However, from a user experience perspective, it would be great if the open file dialogue would only show pdf's: How is it done: Add a Html-Field to the form Add the following javascript : <script> var attr = document.createAttribute('accept'); attr.value=".pdf"; document.getElementById("fileupload-add").setAttributeNode(attr); </script> Don't forget to se (...)

(...) ch Internet Applications) is a set of attributes and techniques to improve accessibility and user interaction with dynamic content, such as web applications. ARIA extends the capabilities of HTML and javascript by adding new attributes that more accurately describe user interface elements, their roles, properties and states for people using assistive technologies. The objective here was to enhance the Po (...)

External content by Daniel Krüger; July 06, 2024 ;  The original post has appeared on daniels-notes.de     WEBCON BPS 2024 introduced different kind of form templates: While this is great for WEBCON BPS 2024 users. You can already achieve something similar with a little HTML field in previous version. You could even make it dynamic. If one tab needs a lot of

(...) Hi, just a simple, easy request - can you please add a usefull code editor to SQL rules, javascript rules and HTML fields details ? Sure, one can copy paste the code from external editors, but it takes time, having an embedded editor would be a great feature.

(...) It would be great, to have some kind of IDE in the Designer Studio while editing SQL or javascript code. Therefore it would already help if there were line numbers and code highlighting e.g. for opening and closing brackets. Sometime it is difficult to manage your own code when it reaches a certain number of lines. For example, if you have a javascript code and only one semicolon or closing bracket is (...)

Hi community! We are currently facing a new requirement, where it should be possible to change the browser language with a series of buttons in the form (approximately 20 different languages). Every click on a language button should change UI labelling on current form to selected button language. e.g. [German] [English] [French] ...

(...) wrong with this since you can still get some useful information. Nevertheless, I prefer searching this site using a major search engine. Since I don't like to do repetitive tasks I put together some javascript which speeds this up and can be executed on any (public) site by clicking on a bookmark. Unfortunately gifs aren't allowed so I attached a screenshot: 1: Search results from the community 2: Executi (...)

(...) Hi everyone, this is just a simple javascript which changes the assigned space of the left and right panel from 50% for each to 75% for the right and 25% for the left. The javascript can be copy&pasted into a JS Form Rule (1) which gets added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.execute = function (timeoutC (...)