(...) : User – the form field displays a control that allows the user to log in to the configured authentication provider and, after the user has logged in, displays the corresponding status. javascript – in javascript mode, the control for the form field is not displayed. Instead, all Form rules (and javascript ) work, including the GetToke rule, which allows you to programmatically retrieve t (...)
(...) 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 (...)
(...) on right from the appartment form. At the moment to do this I first need to click "edit", then a menu button with the relevant action appears which I can click and all works as planned. I also made a javascript button which invokes the action from the button, but it works only when the menu button is visible. Is there a way to do this "just like that"? I have all the admin rights. But I want to let standard (...)
(...) parameters. It works. But there are limitations that make the solution inelegant. First of all the form rule can not return a value (in opposition to business rules, but those however can not contain javascript ), which requires to use an outside technical variable to hold the output of the rule. Again... it works, but could be more elegant.
(...) Hi everyone, I have an item list with grouping on one column. I'd like to have this column group collapsed by default. How would I do that? javascript ? Please consider I'm no js expert so any piece of code or a completely different approach would be much appreciated. Thanks, Martin
(...) Based on Daniels blog (https://daniels-notes.de/posts/2021/javascript -form-rule-execution-on-page-load#show-all-attachments-after-page-load) it is posible to open first attachments after page load but from all attachments tab (becouse attachment is in parent workflow)?
(...) Is it possible to generate a QR code other than the database document ID in Webcon BPS? I used the action described below but it is not optimal for me. I have an action (javascript ) that generates a QR code and puts it in an HTML attribute. The QR code is created from the value of the text attribute. I want to insert this QR code into the attachment created from the document process. HTML created in thi (...)
(...) ntly it seems as if a non admin users can only delete the ones they uploaded themselves. But we have to let a group of users delete any attachment. Is there a way to maybe toggle is somehow? Or is javascript neccesary? Kind regards Fabian
(...) repointless-how-to-transform-your-environment-into-standalone/168 -If I understand correctly, all applications will have to be transferred to the modern form/bps portal? -That also means all custom javascript will have to be rewritten to take that into account? -After the upgrade, users do everything through the BPS Portal? -We are using SharePoint calendars and news - are there any equivalent functiona (...)
(...) requires admin permissions. Available values : standard, ignoreReadonly, admin I would opt for a different/additional behavior. Besides editable and readonly we have the "read only editable by javascript " mode. Fields with this settings should also be settable if "readonly" mode is selected. After all, I could start a workflow with a query parameter WFD_AttText=ABC to set the field value. Which is n (...)
(...) Hi, does anyone know how to get via javascript whether the page "is dirty". So I can do a similar check to "You are leaving the form with unsaved data"? Best regards, Daniel
(...) Hi, I would like to programmatically get the ID of the form field that triggered a function. How can I do this? The end goal is to set the form field back to its default value in case javascript validation fails. Thanks! Mark
(...) esigner I only found a static (checkbox) option. Background is only the clarity about the process steps to be done. I thought maybe it would be possible to simply show and hide the container using javascript . Unfortunately, I have not enough experience in this area. Do you have an idea? I tried it once statically with CSS (See Screenshot). Thank you in advance!
(...) e change that 'unhides' the target form field. I've been doing it the following way: 1. Make the field that should not be shown upon form load visible in the Field Matrix 2. Insert the 'Hide' javascript function into the main form behavior of the step 2. Create a form rule which shows/hides based on a condition 3. Add the form rule to the field that is supposed to trigger show/hide for the target (...)
(...) n fails. In most of my cases there some special condition which relates to a field/tab. Having the option to execute a form rule would allow to: - focus the field - show the tab - execute some javascript which would could display a subworkflow which needs to be closed. - etc When writing this it came to my mind, that it may be even possible today if each validate form action is an own automat (...)
(...) Hi community! We need to add 'active' HTML elements to an item list, e.g. a button containing some javascript to set a field value or a label with a custom tooltip on mouseover. Is that even possible in an item list, we didn't find any solution for this up to now? Thanks a lot for your input, Best regards, Nik