WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Forms

Forms

Hello, is there any chance of presenting a picture in an item list? After getting images to be shown in my report, this would be the next component I need. Thanks for your hints in advance. Best, Ingo

Hi community, once more I need some help to get things working: Having the task to show a picture within a report in WEBCON BPS 2022.1.2.59 I found this article in the knowledge base: https://community.webcon.com/posts/post/the-picture-form-field/32 Establishing the fields and trying to get the image rendered within a report I had to learn: Only the link generated in the way as described in the article is shown. No matter, what type of field I use. Can anybody please help me in findi (...)

Hi folks, I was wondering if there is a way to use a signature pad (WACOM STU-540) for the handwritten signature field in a workflow. How does this work? If someone has experience with something like that I would be stoked. Best regards Fabian

MVP

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 texts displayed in the same way? Thank you.

Hello! I have another case to solve. There is list of employees which is maganed by one employee A. That employee A wants to share that list to few directors (B, C) to ask them for fill in some columus. My question is that is there some action to split item list for subprocesses and then, after directors (B, C) fill data, return it to main process (to employee A)? The condition that need to be met is that director B can't see data of director C (only employee A who manage the list can see a (...)

Hello folks, How can I let a user group delete all attachments, not just their own? Currently it seems as if a non admin users can only delete the ones they uploaded themselves. But we have to let a group of users delete any attachment. Is there a way to maybe toggle is somehow? Or is javascript neccesary? Kind regards Fabian

Hi. When I import data from an external data source and the content of a field doesn't match the data type of the target field (e.g. target field is "Date", but the source delivers a "text") I get an error and the import is aborted. Is ther a chance to "catch" that and set the value e.g. "empty"? Kind regards, Klaus

Hi folks, My goal is to send an email when a comment has been entered in a instance. Sadly I have found no way to find out if there has been a new comment to trigger an email action on path traversal. I hope someone can help out. Best regards Fabia

Hi, Is there any way to freeze data in 'data table' field type? My case is following: The 'data field' form field downloads data from Oracle database. The data in Oracle database changes every hour. An user completes a form on T day, so the data in the 'data table' form field is refreshed. Then (after a few days) his manager opens the form to accept it. The manager should see the data in 'data table' field as of T day, so as of the day when the user filled up the form.

MVP

Hi everyone, I'm currently trying to solve a situation where I have a questionnaire with answers from which the users has to choose one. The answer will set other fields in the item list. The questions and answers come from a dictionary. Since it's a questionnaire I would have liked to have a drop down for the answers but since this doesn't have an option to define target fields. I moved to the autocomplete alternative. This in turn has the drawback that the it takes 2-3 seconds to load th (...)

can I change the appearance of the history button on the form? Just add the inscription history next to the icon?

Can I create a separate tab for dictionaries in the view (apart from reports)? Can I hide the suggested tab and the archive?

Can the appearance of the name of the attributes be changed? Only bold one word for the entire attribute name?

Hi, it is posible to export data from item list to Excel in action but only id from column value? Only way i found is map item list to excel table (Sheet1!Table1). In this way the whole (id and name) of column is exported. But I want only id or name.

Hi folks, The "Format Date" function just converts the date value into a text value. Sadly we need a date field. Of course creating extra text fields which are visible on the form which are just formatted text fields is an option. But it somehow HAS to be possible just simply set a different date format. Thanks in advance. Best regards

Hi, Do you know how to remove a pen icon from autocomplete field? And what for is that icon? It changes to "list" icon when you click on it. I've attached a screen. Regards, Lukasz

Is it possible to filter on a specific step in the report (view - new view) (regardless of the DEV / TEST / PROD environment)? Unfortunately, when moved to another system (DEV to PROD), the ID of the steps changes. And from the browser level, when adding new views, you need to add the step ID.

Hi all! We implemented a button with popup functionality to create a new workflow item. On callback of popup item we want to set new workflow element id to dropdown, but obviously the new item is not in dropdown. Is there an easy way (with Javascript) to trigger reload of dropdowns datasource? Thanks a lot in advance & best regards, Nik

Hello all, How is it possible to select a choice field item by index? The choice field(A) has a placeholder ("empty" in attached image) and a dynamically read value. And on value change in another choice field(B), this value is being added to the choice list(A), but I also need to have this new dynamic value selected as right now it is just queued under the placeholder. Is there a way to do this through webcon standard or programmatically? Thanks in advance :)

I found a problem on WEBCON with regular expression. In the attributes, in the "Style and behavior" tab, in the Regular expression for validation field. In my case, I set a limit to 11 digits (11 characters long, as in the Polish PESEL number) - "\ d {11}" to be precise. This regular expression works and detects the shorter string as bad. She recognizes even 11 digits as correct, that's good. More characters (e.g. 12 and not recognized as an error and allows you to proceed further on the form. (...)