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

search results

for javascript

(...) Hello everyone, we are using javascript for a RestAPI call (long story – it's a requirement from IT). Now I receive the "Response Status Code" and "Response Text" within the javascript , but I also need to send these values back to WEBCON for further processing. Since we usually work with WEBCON without using javascript , I’m lacking the necessary know-how in this area. Can anyone assist me with this? (...)

(...) lds. I mainly failed because I couldn't replicate the logic attached to the choose fields and similar. Therefore I would think we could improve the user experience in some cases if we would have a javascript function which would have parameters for - field name - parent HTML element - label HTML element. If this is the customer DOM The function would be called like this CreateField("Att (...)

(...) Good day webcon community, As the title states, i ask myself if javascript is faster than using formrules. As example i had a formrule what would get the sum of a number column in an item list and compare it to another field. It took sometime for the formrule to procress this, while my javascript that i wrote in a html element did it much faster. I wonder now if i should reimplement certain functions w (...)

(...) Hello everyone, I’m still learning how to use javascript effectively with WEBCON BPS. Currently, I’m working on a project that involves an HTML button/javascript triggering a file download at the end: javascript : // Save the PDF and offer it for download const pollerPdfBytes = await pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); (...)

(...) orm field with stopwatch is visible and stop when not visible. It should be visible through few steps. When not visible, it will reset. When visible again, it will start again. Alternatively, • javascript , HTML, CSS stopwatch with buttons (Start, Reset are enough). Are these requirements feasible to be done in WEBCON? I know, in WEBCON: • There are an HTML form fields, even supporting some Java (...)

Is it possible to use process constant in js mode, same way as we would use it in form rule ?

(...) tion about a current user   Functions connected with date and time support date(value) – takes a date in ISO format as a text (like the constructor of a Date() object in javascript ) and returns a Unix time marker (as a number of milliseconds since 1970) datePart(value, [‘year’|’month’|’day’|’hour’|’minutes’|’se (...)

(...)   This field allows you to set an additional validation when going through a given path. You can include both the form rules (global and process), business rules (global and process) and a javascript . If you do not want to use the predefined rules – there is the ability of writing your own condition.   Business case A simple Invoice cost workflow was created that can be downlo (...)

(...) ntroduction The SharePoint Framework extensions are client-side components that work in the context of a SharePoint page. They can be implemented in a SharePoint Online environment and you can use javascript tools and libraries to create them. This article presents the methods for starting WEBCON BPS workflows from the SharePoint library by using the “ListView Command Set” extension. &n (...)

(...) 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 (...)