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

search results

for GET

External content by Markus Jenni; 17.04.2024   The "Generate/Update a Word file" action allows the creation of documents quite easily. In the past, we stumbled upon some challenges: Internal names of Test and Production can be different It happened that a report had to be redesigned for production as the properties are named after the internal names No Rich text c

(...) External content by Daniel Krüger; May 26, 2024 ;  The original post has appeared on daniels-notes.de While you GET a lot of results if you search for translations, there's not an overview 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 (...)

(...) how 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.GET ElementById("fileupload-add").setAttributeNode(attr); </script> Don't forGET to set the visible checkbox in the field matrix. When loading the form, the accept attribute is being (...)

External content by: Raluca-Mirabela Lupu   Initialization Mode: Key Choices and Flexibility   Configuring an itemlist involves deciding between two initialization modes: "initialize only at the first step" or "initialize at every step." This decision impacts how the data in the itemlist is updated throughout the process. Selective and Flexible Init

External content by Raluca-Mirabela Lupu The most important moment for a project is its deployment to production and the proper configuration of permissions for the users who will be using the application. I believe we have all encountered the problem of "no permissions to view certain reports" or something similar. To reduce these situations, we can use the "work on behalf of

The WEBCON team works tirelessly to improve the WEBCON BPS platform. We constantly strive to fix any errors and make sure that our system always functions as intended.   Every year, we publish a major version that introduces a multitude of new features. Additionally, updated builds are released at least once a month, they aim to resolve any existing issues and implement small c

(...) the Choose application section using  Quick navigation links   The Portal home page now allows users to set focus e.g. on icons and their profile photo in the top menu, as well as widGET s and elements of the System dashboard and other dashboards defined by users.   Fig. 4. Navigating the Portal home page using the keyboard   Application page A similar solut (...)

(...) essed in a .txt file.   Fig. 5. Information on successful application  import in the CMD Import history Apart from being able to use the new/updated application on the tarGET environment, users can now additionally check the details of an automated import that has been performed. As with the standard wizard-based import, all relevant information and logs are available in (...)

(...) his process, a workflow of the same name was created to record information on the positions offered, verify the validity of the offers published, enter candidate data, and track the available/used budGET and applications processed.   Fig. 1. Workflow in the “Recruitment” process   Due to the unique nature of each stage of the advertisement publication process and t (...)

(...) the limited dashboard configuration options in Designer Studio (creating, naming, describing, and redirecting to the Portal page), the dashboard will be created and configured in Portal, i.e. its tarGET location where it will be used by the Head.   Creating a dashboard Go to the selected application home page and click the Edit button visible in the top right corner, then select (...)

(...) SQL statements: For multilingual choose fields. Multilingual icons   If you aren’t interested in these then you can still take a look at the SQL command stubs: GET workflow data GET item list data Join workflow element and item list GET attachments of the workflow GET emails of workflow List users in a group READ MORE: here.

External content by: Bjoern Poller Once you become more confident in developing applications, you'll start adding a more personalized touch to certain elements. One way to achieve this is through "CUSTOM EMAILS" - emails where you can selectively highlight the information you want to convey. In this Knowledge Base article, I want to provide beginners with a brief guide on how t

(...) Desktop under the Volumes tab:   Start the container by entering the following command in CMD: docker run -d --env-file solr_env.dist -p 8983:8983 --mount source=solr-bps,tarGET =/var/solr --name bps_search webconbps/search:2023.1.1.41 bash –c “/opt/bps-solr/scripts/run-precreate-cores.sh” where: -d – running the container in the background, - (...)

(...) s scenario, the default configuration provided after installing the WEBCON BPS platform is used. However, please note that you can modify and expand logging to some extent, such as by changing the tarGET location for saving entries to a file or the console. Detailed information on this topic, along with other useful tips, is available in the library documentation, which can be found here.   (...)

(...) else integerInput.removeAttr(attributeName) } nxWebcon.integerRange.maxLengthCheck = function(object) { let integerRange = new IntergerRange(object); object.value = integerRange.GET Value(); } nxWebcon.integerRange.debounce = function(func, timeout = 300){ var timer; return (...args) => { clearTimeout(timer); timer = setTimeout(() => { func.apply(this, a (...)

(...) aniel Krüger; October 13, 2024 ;  The original post has appeared on daniels-notes.de After the last posts "Start Teams chat post" I was asked whether this could be utilized to GET in contact with the support team. I liked this idea and implemented a little solution for this question.  While creating the solution, a whole bunch of question arose how the "support&qu (...)

(...) // Dacă răspunsul este de succes, așteaptă 3 secunde și declanșează click pe "Save" if (response.ok) { setTimeout(() => { const saveButton = document.GET ElementById('SaveToolbarButton'); if (saveButton) { saveButton.click(); // Simulează click pe butonul de save } else { conso (...)

(...) we add a rule as shown in the screenshot below. On the Main form element under the Behavior tab, add a rule that hides the technical column T_ID After performing these steps, we should GET the effect shown at the beginning of the article. We can still add a script that will position the cursor in, for example, the first column of the added row. FRJ_Focus_List_Picker (...)

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

The WEBCON team works tirelessly to improve the WEBCON BPS platform. We constantly strive to fix any errors and make sure that our system always functions as intended.   Every year, we publish a major version that introduces a multitude of new features. Additionally, updated builds are released at least once a month, they aim to resolve any existing issues and implement small c