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

search results

for html

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

(...) is obtained during each instance process as a canvas export, base64 string. I can't find a suitable way to include the custom picture in a word template. I'd stay to word template, not changing to html . Thanks for your help, Mihail

(...) en we deploy the production version of the application to the DEV environment, the previously working version starts exhibiting the same issue. Initially, we suspected the issue was caused by adding html tags to the field. However, on [EXTERNAL PROD], the affected fields were empty with no default value. Since the User Voice thread was closed, have you already found a solution for this issue? O (...)

(...) to log in using the mobile app, we get the following error: msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (Khtml , like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 EdgA/134.0.0.0 | href: | ex: Microsoft.AspNetCore.Authentication.AuthenticationFailureException: An error was encountered while handling the remote (...)

Hi, we've been having problems with SOLR lately. Yesterday indexing got completely blocked and started throwing two messages in the service statuses: 1. SolrNet Category: Exception Role: SolrIndexer SolrNet.Exceptions.SolrConnectionException: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/BPS_Activities/update STATUS:404 MESSAGE:Not Found SERVLET:default

(...) To copy meta tags from a SharePoint site, you'll need to access the html code of the page. First, open the page you want to work with on the SharePoint site. Right-click on the page and select "View Page Source" (or use the browser's developer tools). Look for the tags in the code, which contain information like page description, author, or other details. You can then copy the content of these meta t (...)

(...) to or document libraries. A second option to use front and/or rear camera would be nice too. It’s similar too: New field config combined with scan functionality of WebCon App For web version the html input field could be structured like this eg: Capture should be fixed to environment for rear camera. Front camera would ne capture to be set to “user”. Example code snippets for native mobile (...)

(...) em.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found). ---> Google.GoogleApiException: Error 404 (Not Found)!!1 *{margin:0;padding:0}html ,code{font:15px/22px arial,sans-serif}html {background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/i (...)

(...) Hello everyone, I have a JavaScript form rule with parameters that lives in a script tag in an html form field. And I have the issue that I can't figure out what button combination I need to press or where to click to edit the parameters. With business rules, it's in a context menu, but within the expression editor on the html field, I can't figure it out. And I could not find anything on the foru (...)