(...) Hello, I'm trying to create a rule in JS that will listen to my checkbox value change. checkbox -> TRUE do something checkbox -> FALSE do something else I've created a html field with a simple InvokeRule inside.. placed my rule, and error. :) Can you help at all? Thank you!
(...) Hello everyone, I have an issue where the meta-information (creator and date) of attachments are no longer being displayed. In the html , they are present but the CSS class is set to "display:none" (see image attached). Where can I change this setting or how can I display the meta-information again? This has been the case since the update to version 2023.1.2.123. Thanks in advance. Martin
(...) a some REST API). The question is now: Can I somehow implement the content creation into a Webcon form, i.e. is there a possibility to have a "markdown" form field or a mechanisms to translate the html into markdown? Kind regards, Klaus
(...) Hello all, I'm trying to copy the html code from the company's sharepoint for the News page. I've tried many ways but the layout changes when I try to add it in the dashboard and even trying to select the margins, it doesn't fit in the page, like I just want to check the first 5 news and get a scroll. Maybe I'm asking for too much, but do you have any ideas? Thank you
(...) Hello there :) I have a problem when trying to generate a table using the manual initialization via html Button. It only works when I initialize the table manually. I want to use SQL however, to automate the whole thing. I failed using many Select Statements. What would be the ideal Select statement that would return the days between two dates, which happen to be the attributes? Best Regard (...)
(...) onally, emails for users who rarely interact with WEBCON often find the "Go to Element" button confusing. It would be desirable for us if the names were customizable and the fields could respond to html design instructions. Ideally, it would also be great if images could be used as buttons for that fields. If I have missed any existing options for this, I would appreciate any tips. Thank you (...)
Hi, if the browser window is small enough, the actions of the item list are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item list and row.
(...) Break with error - possibility to use multi line in "operator" I tested few scenarios with multi text and with html tags is possible to use html tag - this is GOOD but ... multi line is missing :/ and you need to put everything in one line .... is not user friendly and if you have in prepared "text" then ... the operator in "text box" is skipped all "text" after P.S. Could be nice t (...)
(...) ad beacuse i got error: action: Get ip: 10.200.97.3 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (Khtml , like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 | href: | ex: System.ArgumentException: Field with id=0 doesn't exist during import i got information that: 8/21/2024 10:19:45 PM Import (...)
(...) py URL from the browser search bar, it's being pasted as formatted link and it's presented as {Signature} with underscore, and it's blue - so a link. I know i could make a workaround with a custom html control on the form, but it would be nice to have it out of the box. Could we polish it a bit? :)
(...) How do I build a yes/no toggle (or other html control with green and red colours) that, when the FullName text field is changed, the toggle changes to yes if such a FullName already exists, or stays at no if there is no FullName yet.
(...) oose 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("AttChoose1",document.getElementById("myCustomFieldContainer"),document.getE (...)
(...) Hello, I'm wondering if it's possible to trigger the automation of a menu button every time the user opens a specific page. There is already a html field (button behavior) in my form that will do exactly the automation I need, but will be more helpful if this happens automatically instead of waiting for a click from an user. Thank you very much!
(...) Hi, the "new" confirm/alert functions are really great and please don't remove the option to pass html as a parameter. :) Yet there's always room for improvement. Could we get additional/optional parameter for the title, yes and no button? Depending on the context the labels "Confirmation", "Yes" and "No" may not be the best. For example this would be the default labels Title: Confirmatio (...)
(...) e 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 with javascript instead of using formrules to shorten the page loading time. So can someone pls list the benefits (...)
(...) Hi, I have a problem and a question I have a form on which I have an attribute as an html button that directs me to a resource on sharepoint on which it loads some file. I need that after loading this file on sharepoint, a link directly to this file is saved in webcon in another attribute, e.g. the name of the attribute "link" Is there a chance for such a solution? Thanks in advance
(...) 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' }) (...)
(...) sticated way to rename a tab or a field label in a form rule. We did some hacks in the past (e.g. renaming a tab in a register depending on some conditions), but since these changes are relying on html markup of a specific version, these scripts will definitely break in the next major version. Is there a better way to rename a tab in a register card? Unfortunately I didn't find a built-in fun (...)
(...) t. Maybe someone else does and has an idea how I can track the 'culprit' / improve the behavior. We have an item list with related documents. This item list has a data row column which outputs an html fragment for the current row to trigger a rename function. select ' ' AS Rename The only variable is the user language, there's no FROM, so it should be executed really fast. For whate (...)
(...) Hi, how use local variables in action Generate/Update a Word file (in word template). We can use variable like {AUTP_Value:384} in html template but, it is possible use it in word template?