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

search results

for text

(...) Applies to version 2021.1.1; author: Konrad Wojtycza   Introduction In WEBCON BPS 2021, the form rules have been enhanced with new functions operating on text such as: CONCAT - combines two or more text strings into one text SPLIT - splits the provided text into parts, according to a specified separator. The function returns strings separated by semicolons ‘;’ (...)

(...) Applies to version: 2021.1.x and above; author: Daniel Półchłopek Introduction In WEBCON BPS it is possible to search the contents of PDF attachments containing text using the ABBYY FineReader program. FineReader converts scanned documents and PDF files into editable form, and it is responsible for generating a text layer on attachments in workflows. This allows users to easily convert d (...)

(...) Applies to version: 2022.1.x, author: Krystyna Gawryał   Introduction The Multiple lines of text form field allows you to enter greater volumes of text on the form. Depending on the configuration, this form field can be used as a text field or an advanced editor where formatted text is stored. The form field also has a useful feature that allows simple communication between people using (...)

(...) Hello, I'm working on a form of employee's declaration, which should contain a long text (an information for the employee, mandatory for legal reasons). What is a proper way for placing these types of data on a form? Is there a way other than creating an attribute and assigning default value (assuming that the text will be constant).

(...) Often there are scenarios, where the length of a text input field should be limited. This can basically done by means of a regular expression. However, this would still allow the user, to enter more than the allowed characters. It would be great, to have a property in the configuration section to limit the maximum length.

Hi, we just did the upgrade from 2021.1.3.434 to 2021.1.4.55: One of the changes also concerns the look of the start buttons on dashboards. Because we like to use longer names, we now have a little problem with the limitation of space as you can see in the attached picture. Maybe in upcoming versions it is possible to rethink this change. Thanks in advance, Bjoern Poller

(...) For some reason neither Concat nor "+" works when adding another text to the output of my business rule. I have tried Concat and "+" inside and outside the rule. Neither worked sadly.

(...) translations you should verify that the correct ids are used after importing the application in a new environment. Otherwise you may be in for a surprise. The attached image shows that the translated text uses the old variable ids and only the ids in the original text have been updated to match the new environment. I've noticed this in 2021.3.205 for email notification templates and task descriptions. (...)

(...) Hello everyone, having some experience in coding, makes it for me obvious that font used in text areas should be monospaced. Simply it's easier to read code, when it's monospaced. In attachment you can see and compare how that simple lines are better aligned, with monospaced font. When you edit some more complex SQL Queries, or when you deal with some custom HTML element - it would make life just eas (...)

(...) nge” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hinttext ) { let errorLines = $("#" + columnName + " .attributeErrorsPanel li"); if (errorLines.length === 0) { $("#" + columnName + " .attributeErrorsPanel").css("height", "auto") $("# (...)

(...) Hi, I wonder if there is a way to chenge the text of the Item List init button. Now it sais something like "+ Restore defaults" and I want to change it to "Update details", as the functionality in my list is to update some fields on the list if they were changed outside of the process (in dictionary).

(...) Hi everyone, this is just a short list of actions I had to do, when I switched from a "local" text field, WFD_Atttext 1, to a global WFD_Atttext 1Glob: 1. Fixing Start Subworkflow actions Due to the change of the field type the assignment was "lost". Internally the action uses the database name, so it's obvious, that the assignment of field {690} to field WFD_Atttext 1 is no longer valid. Config (...)

Dear Webcon Community! Problem: sometimes we get many page documents, but in most cases valuable information is on first few pages or last pages Proposal: new optional parameters in action What do you think? Thank you! BR, Peter

(...) Hello, just struggeling with setting up the REST API to create new elements from external app. It works fine in application context but I do not find a suitable guide on how to do this in user context . Do I have to enter the username and user e-mail-address in the mask as I assume? What is the "Authorized Redirect URIs" good for and where do I get this from? And: What is the main purpose (...)

(...) 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 this way cannot be added to an attachment. I added an image type attribute, I can drag (...)

(...) Hello! Does anyone know where are this "breaks" coming from. Please see the attached image of the rich text editor in edit mode vs view mode. I'd like to display the text in the same way in both cases. I tried inspecting the code in Chrome, but there is absolutely nothing and I really don't understand. Is there another way to have the text s displayed in the same way? Thank you.

(...) We have the requirement, that text from a rich text enabled multiline field should be displayed in the word document together with its formatting. Does anyone have experiences how this can be achieved?

(...) Hi, I want to limit one column in list position , which is multiline text to show only first 40 characters smth like: after click in '...' it will show all text

(...) ttachment. This is done by adding the instance ID into the mail body and works without issues. 2) Request The body of the second email, the reply of the user, shall be added into a multiple lines text field containing already information, i.e. a question asked. The text field is in rich mode. 3) Question I would retrieve the email content from the attachments table and add this to the text fi (...)

(...) Hi, I don't know when the character limit for the field multiple lines of text in item lists was added, but is it possible to change this limit? Or adding the ability to change it? The DET_Longtext X column in the database is ntext type, so is there any reason to limit the number of characters to 1000? This thread may be related - https://community.webcon.com/forum/thread/2366/30, and users are c (...)