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

search results

for text

(...) ere is never a value in there as can be seen in the 1st image ('Ausbildung'). I've also tried using a Data Source Value Filter, but I can't get a result because the designer can't seem to access the text . Does anyone have any tips for me or is this a bug?

(...) t to pass the same form field as a parameter twice: once as a value and once as a "column name" (essentially as an object value that I can transform in SQL with single quotes to something like WFD_Atttext 4). This way, in the SQL WHERE condition, it would say something like "and WFD_Atttext 4 = '7512373' ". The problem is that you can only pass values as parameters, not objects. Does anyone know how (...)

(...) e query differently. Test system: The index of the choose column wasn't used, which "magically" allowed the query to work. Production system: The index of the choose column was used which contains text and integer and the query fails. While I'm aware, that adding the single quotes may lead to: - A slower execution, if the variable is used in other cases, where no casting would be necessary - M (...)

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

(...) nly work with Javascript functions but I don't have any experience with that. I want to create an alert if they select a date where the difference is less than 2 days. If I could also display some text , it would be great, but if the only option is the background color, it's also fine. At the moment I have the form rule set on callback inside the item list configuration. Thank you!

(...) Hi, I have three fields: Name - text lastname - text domain - choice field And one technical field to which an action is assigned: concat[name][.][lastname][@][domain] The action works correctly but takes Polish characters into account. Is it possible, and how, to remove Polish characters in the technical field, i.e., replace "ą" with "a," and so on?

(...) In Portal (Test-Umgebung) habe ich einen Vertreterregel definiert. Die funktioniert super, aber in Produktion-Umgebung funktioniert leider nicht. Benutzerkontext wurde nicht geändert. In Webcon-Designer sind die Einstellungen gleich. Könnten jemand erklären, woran es liegt? Vielen Dank! Viele Grüße Lina Sun

(...) ck copying to the clipboard. I've attached an example image to illustrate how it works. I believe this enhancement would significantly speed up the process compared to manually selecting and copying text . I'm hopeful that this suggestion will find support among many of you!

(...) Dear Community, I’ve recently noticed some issues when using WEBCON BPS Designer Studio on a 4K resolution display with scaling enabled (at 125% or 150%). While the text in the application appears to scale correctly, many of the graphical elements are either very small (not scaled) or blurry (improperly scaled). I’m attaching a screenshot to show how it looks on a Retina display (not even a 4K re (...)

(...) ons like 'Displaying a Google Maps link in a Data Table', 'Coloring a Data Table entry from the previous day excluding weekends', 'Displaying graphics in a report', or 'Limiting the maximum number of text lines in a multiline text field using RegEx' would be sufficient. Sometimes, just three sentences and a screenshot are enough. What do others think? Best Regards, Bjoern Poller

(...) Hi, I tried to work with Webcon API on the trial but only what I retrieve is empty list of tasks. I successfully authenticate by app client context and receive token which I used to read tasks. I cannot register by user context and I cannot read other data from Webcon. Is it a standard behavior for trial or is there something I missed?

(...) ion. My XML file contains multiple fields as well as lists. What would be the easiest way to achieve this using WEBCON? I was thinking of writing the content of my XML file into a technical multiline text field via SQL and then extracting it with the "Change Values" action. The lists would be handled with the "Update Item List" action. Is this possible? Thank you very much for your help!

(...) Hi, in my opinion it would be really great, if HTML tags would be supported in the autocomplete popup. In this case I'm using a BPS internal view and the explanation is a multiline text field of type "rich". Best regards, Daniel

(...) Hi, I would like to propose the ability to use HTML formatted text in calculated columns of reports. Now HTML tags are displayed as plain text , e.g. we can use only one link in row or not able to split/format text into lines. I remember that there was such possibility in Sharepoint reports and I miss it :)

(...) d + "_" + itemList.id); if (itemListElement) { const provenientaElement = itemListElement.querySelector('th[data-key="#{SFLD:512}#_#{DCN:512}#"]'); if (provenientaElement) { const text Element = provenientaElement.querySelector('.header-cell__content__text '); if (text Element) { text Element.style.color = '#f7f7f7'; } } } }, 300);

(...) we would be forced to check all actions and the field matrix. Besides this effort, it also looks ugly on the form, if there's one field rendered as a disabled input field in a group of other plain text fields Best regards, Daniel

(...) ne but if I switch to AD Users then I would like to column "manager" but it give me: CN=John Doe,OU=Users,OU=Employees,OU=CTM,OU=People,DC=xyz,DC=xyz,DC=local and I need just "John Doe" in text box ...

(...) Via public api we can query reports and views. However, they lack of the possibility to apply filters, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocumented internal api, that reports use when we apply filters and search for elements. This works perfectly so far, but it (...)

(...) Hi Longtext field in substitutions panel would help helpdesk in their job ex. bussiness asks why substitution is added, and we could store such information in this field Best regards Kuba

(...) sible to filter the sql results based on a value in a certain column. I also want to make it possible to show the content of a different table, however account to the infobox to the right side of the text box where i write the sql statment, its not possible. So i was wondering if there is an alternative. It would be a grueling task to create a datatable for every table on the server(there are more than (...)