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

Forms

Hi there, Our company uses a custom font. I'd like to know if it's possible to use it applicaiton wide. Don't see that in the theme editor. Any idea? Thanks!

Hi, I have to do a Report with search from 1 process. In this process I am using a list position(list items). In my report column I will use column only from this list items. I don't have any problem with prepare the source - sql query, but I have problem with present it in portal, how to do it ? I could use Reporting Services but maybe there is some other things in webcon site?

MVP

Hi, I can't hide from navigation menu the item: Searching Structures->Archive ( img: itemMenuNavigation_Hide.png) Is it posible to do this? Thank you , Raluca Lupu

Hi all! We are wondering if there is a good way to add new items to an item list on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row. Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }).then(() => { InvokeRule('#{BRUX:1526:ID}#') }) This is working fine but unfortunately this s (...)

I need to upload attachments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task<ActionResult<GoogleFile>> CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new GoogleFileWrite() { Description= fileInfo.Description, MimeType = fileI (...)

MVP

Hi, I'm trying to use the "change the value of a single field" action to set the image field to empty after an image was added. The action is done, but there are no changes regarding the image (it's still there). WEBCON version 2022.1.1.53

Hi All, We are implementing a workflow for payment list. We are using picker to add unpaid invoices to a list, but default behavior is that I can add the same values over and over. Is it possible to limit/filter picker results to items that were not yet added?

Hi All, Is there a webcon function/action to invoke pop-up window to enter some value or person? Idea: - we want to have a "consult" button - but we don't want to have a permanent consultant field on the form as it's a bit confusing to someone - therefore the best solution would be to have some action in a way that when we click on "consult" path, window will pop-up asking who do You want to consult, it can be saved into hidden form field but in this way it will be only shown on-demand, wh (...)

MVP

Hello, Does anyone have an idea how to hide the "Field name" (label) on the form? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display: none; for the field name). Is there any way to have the same for a Single line of text field? Thanks!

MVP

Hello, Does anyone have an idea how to hide the "Field name" (label) on the form? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display: none; for the field name). Is there any way to have the same for a Single line of text field? Thanks!

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

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?