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

Forms

MVP

Hi, I'm wondering if I missed something or there's another/bezter way to add a required boolean field. My current approach is to define a choice field with true/false options, set a label "select an option" and mark this field as required. I'm using global constants for the IDs so that I can check the value of necessary. I don't use the boolean field itself because an unchecked boolean field would fulfill the required definition too, if I remember correctly, Is there a better way? It j (...)

Hi there. I have a idea and am looking on a way to make it happen. We want to use Docusaurus for a documentation of a system. For this I need the text in markdown format/notation/language (I'm not sure what the correct word is for this). What I need on top of the "actual document" is the life-cycle of the single articles/pages, i.e. the development of the content (history) and the review and approval steps before it is published. My idea was to move the entire life-cycle into Webcon an (...)

MVP

Hello everyone, I have a pretty workflow intense process (at least for me) - from main document i can start up to 5 subworkflows per subworkflow type (right now around 5). It sums up around possible 25 subworkflows, and none of those are technical. To avoid missing information, and digging through all of those elements we've decided, that commenting should be only possible on parent workflow, and this solves almost all problems. We'd like to present those comments from parent workflow, o (...)

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

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?

I have a form with drop down list. This drop down list is using static list. Static list have 8 "items". Steps are A>B>C>D I would like to use items 1-3 in step A and B where index ID of stem is for example 111 and 112, and if is in step C or D then the list have only options 4-8. of course i would like to reset value a drop down list when enter to step C . BTW: I don't know SQL yet ... and in editor in filter there is no if then else .... so .... it works only in first step ... b (...)

hi there, how i can modify the format of the form (default) to custom form by placing the text field first and then the name of the field., see the attachment for mor explanation please assist.

Hi I have a question, do you know where you can set attachments in the flow to be expanded by default. After updating to a newer version, I have collapsed attachments almost everywhere after entering the workflow, which effectively confuses users. Can you help? Thanks.

At Webcon BPS, on the form's list of items, I have a checkbox field and a second field of dropdown(choose) type. The second filed - dropdown field retrieves data from a data base and allows for adding values outside of the database. The first filed - checkbox field determines whether the value in the second field is from the source or added externally. How can changing the value of the checkbox field affect the behavior mode of the second dropdown(choose) field?

Hi community! We need to add 'active' HTML elements to an item list, e.g. a button containing some Javascript to set a field value or a label with a custom tooltip on mouseover. Is that even possible in an item list, we didn't find any solution for this up to now? Thanks a lot for your input, Best regards, Nik

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)

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, I have problem with adding new row in item list after passed value to existing field in existing value. on text field I have selected "Invoke callback rules after value change" and in Item list callback rule I add condition , if text value is not empty just add new row. Wvery time I press button "add new row" I get exception "After callback form rule of items list: .. RowNumberCannotBeUndefinedOrEmpty" Do you know why?

Hello, I'm continuing my development of a form containing item list. The case is as follows: I add an item to the item list and after it is added (upon ending the edition in one item edit mode) I want to automatically add an item that is dependant (dependancy is held in one of the items list fields of the idem being added). However if edition is canceled nothing should happen. So, what approach would you advise? I've tried using an external variable to hold the ID of the item that needs (...)

Hello everyone. I continue developing my module with apartment reservations and came across another problem. Dictionary contains apartments and parking places (together, as most parameters are common for both types). Some apartments have dedicated parking place (this fact is stored in one of parameters of apartments). When I select an apartment that has dedicated parking place I manage to check and store the ID of the assigned parking place in a technical variable on the fly (as form rule invoke (...)

I hope I can explain it right... I'm trying to add an autocomplete column to an item list that is filtered on a multi select column. So I have a projects dictionary, and want to select a project from that. Each project can have multiple employees working on it, therefore I created a multi-user selection in the project dictionary. When selecting the project I want to get all projects where my account is in the employees field, like: Filter: [Employee(Login)] is in [Data source columns(Employees) (...)

Hello, I have a field for "internal comments" and I want three user groups to be able to edit this field on every step of the workflow. On steps where they have the general right to edit, this works, but not on other steps. To clarify, on those other steps, they should NOT have rights to edit the step, ONLY to edit this one multiline text field. And any other group should NOT have the right to edit this field. Only for internal user groups. I already tried in the editability tab to make thi (...)