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

Forms

Hello, I would like to make a process where users can add rows to an item list on multiple steps, but be unable to edit previously added rows, except maybe certain columns on certain steps (eg. Completion date). I would also like to know if it's possible to make it so on certain steps, users are able to only edit already added rows, but be unable to add new ones. Thank you for your help!

Hi, I have found this article. I don't understand where should i define an additional row... (text fig. 13) Or i get error "column DET_Att1 not found.." https://community.webcon.com/posts/post/confiugration-of-the-item-list-and-data-table-form-field-in-e-mail-templates/14 Can you help? Thank you.

Hello, Is there a way to send an email with the values from an Item List. I have an app for products order. I have some Form fields: Project, Delivery date and Products (which is an Item list - with following columns: ProductName, Prince, Quantity) I want to send an email which has as Body the Item List's values which i have added. Is it possible? I have seen that i can Populate a word with Item list, but i am asking just for that email body text. Thank you.

Hello, I am a webcon beginner. Can someone help me? I created a Dictionary with the following fields: Company and Project. Company A can have Project 1, and Company B can have Project 1 too. When i run a process: i have to select Company and Project. But when i select a project, in the company field i want to see only distinct values of companies from my Dictionary entries for that selected project only. I have tried with function DISTINCT, but it didnt work.. thanks!

I've got following fields: 1. Choice field with connection to MS SQL table - name of the supplier. 2. Text fields like address, postal code filled based on the value chosen in choice field from point 1. 3. Another choice field with bank account numbers - another MS SQL table filter by ID value from choice field in point 1. Two qestions: 1. By clicking 'x' in supplier name choice field I'd like to remove all values from text fields. 2. By clicking 'x' in supplier name choice fields or by (...)

MVP

Good morning, we just updated WEBCON from 2021.1.4.154 to 2022.1.4.127 We noticed that there is a new functionality in the frontend that checks for unsaved fields when exiting the page. Overall, a great new feature, but unfortunately it leads to a negative user experience in some specific cases. For example, we often use only one start step to implement a search for the users. The user has the option to select or enter some filters and the DATA TABLE shows the remaining instance (...)

Hi, I have e.g. NN items on list position and want to generate docx template from only one of item how to do it ? I thought to add button to every item which send generate action but how to do it?

I've updraded to 2022.1.4.84 last night and today I noticed that the OCR Verfication step looks now just like other forms - there is no pdf display on the right. In 2022.1.2.59 just yesterday everything worked. Am I missing some change in the machanics? UPDATE: It seems that documents that passed through OCR before Webcon update display properly in the OCR Verification step (with the preview and yellow hihglights). Only the ones added after the update display as if there was no OCR at all. T (...)

Hi, I have one Form with Two lists: 1 List is "ContactPersons" > here is List of persons with column like: Name(R), FirstName(R), email(R), mobile(R), etc. 2 List "Actions" > here is list of actions with reference(choosen field) in one column to ContactPersons (Name column) How to do If I am in Popup adding new Action to "Actions List" and I need to add new item to ContactPerson: There is smth like "add new item which is not exists in DataSource" but it's possible to show this as p (...)

Is there a way to sticky itemlist header during scrolling down the page? I was try css with "position: sticky;' but without success .

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?

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, 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.

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

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

MVP

Hi everyone, I have an item list with grouping on one column. I'd like to have this column group collapsed by default. How would I do that? JavaScript? Please consider I'm no js expert so any piece of code or a completely different approach would be much appreciated. Thanks, Martin

I would like to build a solution for incoming correspondence registration. Registering an envelope (which has its own barcode) and some fields, I would like to add some other barcodes in the Item Lists field and I would like a subworkflow (documents in an envelope) to be created for each of the lines. I can create a subworkflow, but I don't know how to loop through the Item Lists. Do you have ideas how to do it?

I want to subtract the value of two attributes from each other. I tried a business rule and it counts the differences between the two attributes, but I don't know how to make this difference show up on the form and refreshes after changing the value. For example, attribute 1 has a value of 5 and attribute 2 has a value of 10, and I want to show: attribute 2 - attribute 1 = attribute 3

MVP

Hi all, I'm out of ideas... I've tried everything that came to my mind without achieving the desired result. Is it possible to have a hyperlink column in an Item List that shows the Preview and only after clicking on the little icon on the right (see attached image) it opens the full form?

MVP

Wondering if it is possible to open the attachment preview dialog by using javascript only. Does anyone already tried to do this? There is the possibility to open the latest attachment, but that's not the solution i'm looking for.