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

Forms

I have got problem (I don't see option / feature) Problems: a) Item list row no ... is not related with row ... :/ - solution >> on path (I don't need earlier) add extra column with index no. to "fix" (create relation) the row no. [semi solution] any other solutions? b) sorting by status: I have got Item List with column "status" (drop down list) I have 3 option to pick: - choice field (the fastest) - I would like to use that option - how to copy value to other cell in row? - choi (...)

Hi, When editing a step, under Forms tab, in the Task form group, there is a "Form:" dropdown, to which list you can add another form - which I did. The second form shoul present the same information as the Default form, but visually groupped some other way. I found no documentation on how to use this feature, could you please show me where to look? The actual need is to have different visual appearence for the same data - if not task form, then how can this be achieved? Thanks, Mihail

I have problem - in dictionary I have companies with have got: name like: "ABC " - Factory Company in name is quote sign on beginning (data from polish national VAT/NIP databese) I was testing: if in string is " or ' all time I have got error if I remove from string [name] " or ' - then workflow is working [code] <div style="text-align: Center;"> <button style="text-align: center;" font-weight: bold; onclick="StartElementInNewWindow(#{WF:28}#,#{DT:58}#,'WFD_AttChoose1='+encodeURI (...)

Hello Community, is it possible to deactivate in the calendar in the DateTime attribute the possibility to select dates from months before the current month and dates from months after the current month ? Example in the picture - January no possibility of selection (disable), February possibility of selection (enable).

In a form, I initialize an item list. In this list i have columns : question, response and description. In some questions I have only response called '(n/a). While the n/a answer is applicable I want to enable the description column. However, I cannot use the enable on choice field. I have tried to put condtions in a 'column edit restricion' but this does not work as it would require add another response and that is not what buisness would like.

Hello How to add Gantt control (to attributes) in Leave of absence in Demo app without adding new predefined Leave process? The Gantt control require select leave proces in config.

Hi Team, Is there a way to disable (eg. on value change if cell 1=1 then disable(cell 2)) particular cell in a row in Item List? I do not want to disable whole row nor column.

Hi, Is there a way to limit an item list number of rows depending on value? I need to limit rows to 10 for example: user is allowed to add 10 item list rows and if he try to add 11th row the system will block it. The other issue is to lock item list rows when a chckbox value is true: when I mark the checkbox to 1 then only one row can be filled in an itm list, if the checkbox is 0 the item list can allow multiple rows.

Hello, Is it possible to make the comment save button also available for the form in edit mode? Regards D.

Hello, Is it possible to center the item list column label? I see that the form rule allows you to center the value in the column -> SET CELL STYLE. Applying CSS to the entire list of items centers labels, but not all column types (works for picklist column type). Regards D.

Hello community I have to have in form field description text and picture. Is it possible? If yes, where to store and how to call the picture? Example will be appreciated. Thank you in advance.

I have a question: How to create a field/attribute with only the time selection (without the date)? Thank you in advance for your help

Hi. Usually, when a user completes his task he will be redirected to the applications dashboard. In a particular use case I have revoked access to the dashboard for certain users. Therefore, upon completion the system attempts to redirect but since there's no permission it will throw an error. Is this possible to prevent/circumvent? Thanks.

Hi all, I'm trying to create an HTML field on a form that uses the mailto:-Tag. So in the HTML I put <a href=”mailto:user@domain.com”>Message Support</a> However, on the live form this string is appended to the Portal url's pointer to the app->form itself. Looks like this: https://webcon.finnova.com/db/1/app/15/element/57427/%E2%80%9D<a href=”mailto:user@domain.com”>Message Support</a> This way it prevents from opening external links. Is this by design or am I doing something wron (...)

Hello everyone! We use WEBCON BPS in a multi-company configuration. We are the government institution, Our organizational structure consists of branches, not companies. So using the "Business entity" label can be misleading. I wonder if there is any way to change the "Busines entity" label to, for example: "Branch" label? Thanks in advance for your help.

Hi. I have a big request. How to calculate the number of days entered in the calendar on the form, but excluding holidays - only working days Alternatively, the second way: How to validate the form: if in the final step date = holidays, a message will appear. Thank you in advance for your help.

What I have is working, but just for one item: 1. dictionary with shipping company: a) DHL, GLS ect. b) parcel tracking link with marking place: [tracking_no] 2. business rule is changing [tracking_no] and set to text field as hyperlink and "grab" the tracking individual string (see all screenshots) What I would like to have: the same functionality but add multiple lines (divided shipping ... :/ ) Item list, where I can add rows with shipping tracking link which opens I read this (...)

I added few fields, which take data from other and recalculate them. I want to refesh old elements, so data will update in them. I've tried adding technical field and changing it's value so other values shoud recalculeate, but it doesn't work. This has to be done once. Any ideas?

Hello, is there a way to do a repeating table within a repeating table. Nested tables, to have a parent child relationship between the tables? Thank you for your help!

MVP

Hello, I'm trying to disable/enable fields based on the state of dropdown (using nr. 3 from this https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/Choice/Choose_field/#picker): * Allowing custom values - make fields on form enabled. * Disabled custom values - make fields on form disabled. Is there any value which i could use to check state of dropdown control? In this case i'm using autocomplete dropdown. I'm using js and global variables right now, but this doesn't work aft (...)