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

Forms

Hi Guys, I wanted to use the edit attachment function. Unfortunately, after invoking edit, I get attached messages. How to fix this problem? Best regards, Patryk

Hello Community, I would like to show or hide certain steps in the status panel in the form depending on a business logic. However, in the designer I only found a static (checkbox) option. Background is only the clarity about the process steps to be done. I thought maybe it would be possible to simply show and hide the container using JavaScript. Unfortunately, I have not enough experience in this area. Do you have an idea? I tried it once statically with CSS (See Screenshot). Thank (...)

MVP

Hello again, feeling a little bit like a newbie, i have another problem with ItemLists. I am playing around building a KANBAN Board with WEBCON. Therefore i would like to move ItemList-rows between my six ItemLists (Backlog, To-Do-List, In Progress, Test, Done, Blocked). After copying the row information to the new ItemList, i would like to _delete_ the old row(s) e.g. on the "UPDATE"-Path. HOW can I do that? I didn't find any information - except the "DET_IsDeleted" flag. I'm kind (...)

MVP

Good evening everyone, I'm looking for a way to get the name of an ItemList within a SELECT statement. I'm planning to build a way to move an ItemList row to another ItemList in the same instance. Therefore I need an autocomplete field with ID=ItemListID(DET_WFCONID) and Name=? . I'm kind of stuck. At the moment I can't even find it under (https://developer.webcon.com/2022/resources/db/). Anyone out there for a little help? Thanks in advance, Bjoern

Hi, is it possible to manage colors in the graphic - Gantt chart? My "holiday schedule" data source retrieves data from two processes (remote work at the initiative of the employee and occasional remote work). By inserting the source into the process, all elements are marked with the same color. I would like elements from two processes to be colored separately with a color of my choice.

Hi, I noticed that the webcon workflow service logs warnings almost every time I display an element with an item list on it. E.g. I opened element in the browser and the service logged "Control not found ('SubElems_257')WFD_ID=21065". I don't have any page loading rules and there are no actions performed on this item list in the current step. It occurs in various applications and processes that I have. The event viewer does not provide any additional information. Does anyone have a similar situ (...)

Hello. I have in mind that it has been possible in the past to format the text of the "task details" in a form by HTML, e.g. <B></B> <u></u>. That doesn't work anymore with V2021.1.5.xxx (see attached) The only thing that works is </br> for a line break. Is there a reason and more important: how can I format the text here? Kind regards Klaus

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

Hi, i have a question for this post. https://community.webcon.com/posts/post/grouping-rows-of-item-lists/235 How can I change the sorting of groups, it is set to ascending by default, can it be changed to descending?

Is it possible to add an ordinal column in reports, for example, consecutive rows numbered 1,2,3.... (in the first additional column only at the report level)

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

In the last 2 weeks several customers have asked me if it would be possible, that if a comment is required for a path and the error windows pops up, the comment can be entered directly in the popup window and the path transition can be done from there? When trying to set the comment using JS the path transition validation won't recognize it and still trigger the error. Has anyone of you an idea of how to solve this or maybe already solved it? Thanks Pasquale

Hi Guys, I'm wondering if anyone else has been having this problem. When i try to add (upload) a file to an item list using a local attachments column there seems to be a hard 4MB (4096kb) limit. When i delete the line, save my process and then link an existing attachment it works fine but for my purposes this is not acceptable behaviour. Is there any way around this? Thanks for your feeback Pasquale PS: I'm using 2022.1.4.61 Update: It seems that it has to do with the limita (...)

Hi, I've created quick paths on reports but it is not always showing in the report. When I logged in as a one particular user on my laptop, it's working. When the same user is logged in on her laptop to Webcon, quick path is not not showing at all. Also if I add "Mass actions" buttons, on my laptops are shown, on the same user are always inactive.

Hello! I'm looking for a way how to block a view of first / first two item list columns when scrolling from left to right. I'd be grateful for any hints. Thank you in advance! :)

Hi all, Is there a way to edit MS Word attachments online and save the result as updated version of the attachment?

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?

May be a sily question, but... is there a way to turn off parts of a form rule? It would be nice to stop some elements (formulas) from working for debugging reasons. Now to do that I have to delete these parts. Am I missing something, is there w way to do that?

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