WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for form

Hi everyone. I've prepared my first prototype in Designer Desk and now I'm trying to test the workflow (before publishing the process in Designer Studio). When I'm trying to go to the next step I get an error.

Hi, I have noticed that you can create multiple content databases on one Webcon installation. Why and how would you actually use that? It would be great if you could segregate the instances of different business entities in different databases, but I am not sure that is possible. What else do you know about this subject of multiple content databases on the same Webcon portal. Thanks, Razvan

(...) Dear all is possible to set that the attachments area will be default collapsed when opening the form ?

(...) Hi all! I was trying to see if it's possible to send a form , that would be triggered in webcon by the user, with a list of fields and after the user submits it l, it is integrated in webcon. For example, you are creating your customer list, you send the form for the customer (user without a license), the person puts all the details and when its submitted, the inform ation is automatically integrated (...)

(...) Hi everyone, I'm currently creating quite a lot of "validate form " actions. For example: - Date one must be after date two - Date must be in the future - Integer value must be positive These are implemented as "validate form " action since I prefer validation on the server rather than on the client only. The draw back is, that it's a poor usability. So I "recreate" the same validations as form rules (...)

(...) Hi all, I'm having a problem in Studio with a form Validation rule using SQL. I have an item list that is populated with lines if the user select a Sales Order in another field or manually filled if there is no inform ation on the SO. There is a column that is mandatory to be filled whenever the item list has any rows and I tried many examples to construct a validation form rule in order to ha (...)

(...) Maybe I missed something but I'm struggling on a form . On the form I have 2 autocomplete choice fields that are related. First I would like to hide the second field. The first field a category has to be selected (1-5), and when someone selects Category 1, the second field should appear dynamically to make a selection. Now I added a rule in "Visibility restriction in form ", see picture. I runs but (...)

(...) one, I wanted to play with the BPSAuth Service and I have realized that I don't know how to use it and the community.webcon.com and howto.webcon.com websites don't mention much about it (Almost no inform ation about configuring it or handling BPS users). Does anyone have any article abut it? It would be useful to know how to get the clientId and secret and how to manage BPS Users passwords. Thanks (...)

(...) After upgrading to most recent version 2021.1.3.205, a simple form rule definded at path parameters stopped working (the rule on the attached screen). If I change the rule just to CONFIRM['Something'] (without the IF), then it works, but with the IF it does not. It used to work in 2021.1.1.53. Anyone experiencing such an issue?

(...) Hello all, Does anyone configured a calculated column in the reports to calculate the difference between current date and a date field from the form ? I was trying days (getdate() - form field) but it's not accepting the days form ula. Thank you!

(...) It was a great addition when the foreach functionality was added in form rules for item lists, but they seem to be limited only to get and set values. There are plenty of reasons for witch you could need to disable a field or color ii differently using form rules. It would be great if styling fields with the foreach functionality would also be possible. I have attached an example where the fields ma (...)

(...) s is just a simple JavaScript which changes the assigned space of the left and right panel from 50% for each to 75% for the right and 25% for the left. The JavaScript can be copy&pasted into a JS form Rule (1) which gets added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.execute = function (timeoutCounter,timeou (...)

(...) The structure of the form fields does not suit one specific step in a workflow. How could I rearrange the form fields for this one step?

(...) Hello, has anyone stumbled upon a problem with the form atting of numbers in Word templates after the upgrade to version 2021.1.4.36. I was using form atting of numbers with thousand separators, which worked fine with version 2021.1.2.101, but after the upgrade, instead of numbers, the field name is present in the output. When I leave the form atting with \* MERGEform AT, the values are transferred in (...)

Hi, we just updated on Friday to Version 2021.1.4.36. Just now a user called and showed me that she is getting an unknown exception error when trying to add an attachment to a manually created new instance. She has the rights to do so, and can add attachments as soon as the instance is manifested in the DB through save button that directs to the same step. So there is a known workaround, but i

(...) We have a form that needs to stay open for a length of time before auto moving the flow into a cancelled step. This length of time is user selectable when creating a new record. Talent Req is created and posting is set to stay up for 30/60/90 days. Is there a way to get the Timeout interval value set to the value of a form field? (If the user chooses 30 days, that will be the timeout value, 60, etc. (...)

(...) Hello folks, how is it possible to hide/show the Attachments form Field they way every other form field can be hidden/shown via the style and behaviour Tab. I want to be able to show the Attachments field when some dropdown item is selected. Works perfectly for every other field (as shown in image) but I cannot target the Attachments field Where and how can I even configure the Attachments field? (...)

(...) Dear WebCon Team, in our view, we found following misbehaviour of the form field typ - Floating Point. If you try to set this field with a periodical fraction like (14/15)*100 = 93,333333... you will get an error message. In our oppinion this is a misbehaviour, because the field itself should handle such an "exception". And it is hard to find ;) A possible solution is to wrap the "Round" function ar (...)

(...) Hello, I wonder if this is a bug or feature... I have a form field named "Dział" ("Department") and it is the type of "Choice tree". When I try to create a report with form s containing this field, the field is accessible depending on report source type... when the report source type is "SQL Source" - the field is accessible when I choose "SearchIndex source" - it disappears from the list of accessib (...)

(...) Hi there, I have observed the problem. During the transfer between DEV-TEST-PROD environments there is an uncontrolled change in the order of form al parameters in the form rules. This results wrong assigning the actual parameters when the rule was called after import.