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

search results

for html

(...) invoke “Startelement/OpenElement” form rule invoke Button directing to the website Summary     Introduction In version 2020.1.3. on MODERN form, a new html type form field has been introduced which allows you to enter custom elements in the html language on the form. The html form field can be defined as adding a custom html code to the standard code of (...)

(...) Applies to version 2020.1.3; author: Agnieszka Burda   The following article is an extension of the html form fields article.    Introduction html form fields are available since WEBCON BPS 2020.1.3. version - they allow you to use all html language tag. The html form field can be defined as adding a custom html code to the standard code of the WEBCON BPS form. Th (...)

(...) Applies to version 2020.1.3; author: Agnieszka Burda   The following article is an extension of the html form fields article.    Introduction html form fields are available since WEBCON BPS 2020.1.3. version - they allow you to use all html language tag. The html form field can be defined as adding a custom html code to the standard code of the WEBCON BP (...)

(...) Applies to version 2020.1.3; author: Agnieszka Burda   The following article is an extension of the html form fields article.    Global functions In the html form field configuration, there are several functions for general information about the application and the process.   Fig. 1. Global functions in the html form field   Appl (...)

(...) Applies to version: 2023 R1 and above; author: Łukasz Maciaszkiewicz   Introduction WEBCON BPS offers many useful functionalities, including html templates that allow you to generate PDF or html files and send custom e-mails. This article explains how to identify the item list and data table form fields using the GUID identifier in html templates used in the “Generate a PDF file&r (...)

(...) The ability to capture attention and convey messages effectively through email can significantly impact an organization's success. Recognizing this, the need to move beyond the default Webcon html email template has become increasingly apparent. While functional, the standard template is often not enough when it comes to flexibility and appeal, which are crucial for standing out in the crowded (...)

(...) onality o Word templates are very simple. It's now enough flexible for control conditions for hide, show etc. information's. For example: You can not show header of table, but empty row is always. In html you can control this. Adding using GUID in html templates give the more flexible possibility to build templates witch information

(...) Hi, so html attributes are great, but only untill you try to do something with them - like hide for example... or export - import Seems like you keep them all in a single SQL field:-( So, some JS manipulation is needed, rule editor is useless. Can you make normal html attributes - every attribute in separate SQL field?

(...) Hi everyone, does anyone here use the 'Generate a Pdf file' action, to convert a html file to pdf and is aware of limitations? I just noticed that I couldn't either use counters or the pseudo element ::before is not supported. h1 { counter-reset: counterh2 counterh3 counterh4 counterh5; counter-increment: counterh1; } h1::before { content: counter(counterh1) (...)

(...) Hi, I've run into an 'issue' using the 'Generate a Pdf file' action. https://community.webcon.com/forum/thread/770 I used 'new' html / CSS features which haven't been supported or even been available by the provided version of the 'Winnovative html to PDF Converter' engine. WEBCON BPS utilizes version 7, while the current version is 15. As far as I could find out version 7 dates back to 18 Feb 2 (...)

(...) Hi everyone, while designing a new Dashboard for my latest application, i am wondering wether it is possible to use the REPORT TILE logic in html , so i could optimize the free space usage (eg. a two column table for 2 report tiles instead of two seperate report tiles). Does anyone of you managed this already? Thanks for your help in advance, Bjoern Poller

(...) Is there a option to insert values do database (my own table) by the button added in html form? My idea is like a picture I addend, but when I click on the button I get error Message=Error occured during rule SQL Dodaj powiązanie (Id: 136) evaluation. Source=WebCon.WorkFlow.Base StackTrace= at: Evaluation requested at: Evaluation node: Rule at: Evaluation node: SQL InnerException: Messa (...)

(...) I’m really struggling to create an email notification that would look good on all possible devices. I successfully created the html but the editor in designer studio is adding some parts code out of nowhere, deleting other parts and duplicating whole blocks of code after saving. Is there a way to work around it? Can Webcon change the editor to not do that?

(...) ssary for us to render datatables on form containing some custom links or buttons. For this reason we built following SQL statement for testing purposes: SELECT 'Internal' AS ID, 'Click me' AS html UNION SELECT 'Azure' AS ID, 'Link' AS html And we used this datasource in a datatable field on form. However, we have some interesting results. First row is rendered as text (with esacape (...)

(...) Hello, after changing the connection type for exchange actions from EWS Basic to MS Graph, I lost the ability to format body text in html in exchange calendar events. Problem observed in version 2022.1.4.84. Manual update with Graph works fine, however, calling it from the built-in action, there is some conversion to body content applied here - please return us the ability to format body in html : (...)

Good morning, we have a special situation, where we need an configured JavaScript(?)-Button which works like an "Add Attachment"-function INCLUDING predefined group. We would have defined the Attachment-Section with following groups: General, F1, F2, F3, F4, F5, F6. Our users should load pictures to the attachment (1x for F1-F6). These would be copied to one of six picture fields (F = Ge

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

(...) tions/mostused | action: GetMostUsed ip: 192.168.2.100 | 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/114.0.0.0 Safari/537.36 | href: | ex: System.InvalidOperationException: ServiceLocationProvider must be set. at CommonServiceLocator.ServiceLocator.get_Current() at WebC (...)

Hello, Does anyone know if there's a way of adding a tooltip to custom buttons one adds to the form? I have an item list with a datarow column. Inside this column I'm creating a button like so: Basically, I'm replicating the buttons from the action column. I know I can add the title="some text" to the button to have a default tooltip. But I'd like to use the b

(...) Hi, I don't know if this is the right place, but I put in html element in dashboard. I want to get data from forms or reports and display them modified with CSS, JS. Is there any tips to do it? Is it possible? Regards Adam