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

search results

for form field

Hi, On the form, I am using the Chart data field. I am wondering whether it is possible to use the chart field in the Word printout report. Is there an alternative way to draw a chart based on the form data in the report? Maybe in HTML report. I was also thinking to put chart into the Picture field that is supported in Word templates. Any insight on how to approach this would be appreciated. B

I've overlooked an already existing user voice created by Markus. Hi, could we please get an option to define an additional .css file inside the theme. It could be similar to the implementation for defining the logos which can be loaded from an URL or uploaded as a file. Benefits: - We don't need to use the HTML field on the form level, like https://community.webcon.com/forum/thread/41/15 -

Hi community! We are currently facing a new requirement, where it should be possible to change the browser language with a series of buttons in the form (approximately 20 different languages). Every click on a language button should change UI labelling on current form to selected button language. e.g. [German] [English] [French] ...

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 r

Hello Webcon v. 2021.1.2.136 I have Dictionary and few thousent lines inside. I display dictionary fields /10 fields/ on the form as "Choice fields" I need to group fields taking into account values to displaying only unique. I do not see grouping option/function. May be someone has solution ? THX in advace Jerzy

(...) Hello all, Does anyone tried to use the concat function using a form field ? I have a form field that is single text and I want to use it plus another info like below: concat ('AaAA' 'form field ') But I'm always getting an error saying that the rule is not correct, I tried to use a SET before and keep the information in another field but it doesn't allow to save. Anyone used this already? T (...)

(...) inside the form validation which expects True/False results (only Business Rule but conditions for Item List are limited) The problem with my SQL query is that, I need to use something like isnull(form field , '') '' but this only works for string fields and not for numeric (which is my case, floating number form field ). Does anyone know how can I evaluate if the value is there? Thank you all for (...)

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

(...) Ok, now that my PS script is running, in this particular instance I need to grab a variable result and assign that value to a form field . Simply assigning the form field = $psvar isn't working. Is this possible?

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 field

(...) :462}, {DCNCOL:467} as {DCNCOL:463}, {DCNCOL:468} as {DCNCOL:464}, {DCNCOL:469} as {DCNCOL:465} from WFElements join WFElementDetails on WFD_ID=DET_WFDID where DET_WFDID = {WFCONCOL:3295} (form field in the subworkflow where I save the ID from the parent) and DET_WFCONID ={WFCON:3192} Second issue is that, even trying to save the ID from each subworkflow in the item list select ​​{WFCON (...)

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

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

(...) 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 forms 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 accessible fie (...)

Hi everyone, I had the requirement to provide a drop down which can be used to select a form type. Since I'm a fan of doing things the right way I've chosen to provide a multilingual label. Example: TMeasure$$de$$Maßnahme$$en$$Measure I'm not sure whether I'm missed something because of the late hour, but I didn't found a better option than creating this on my own. If someone else has a similar

Hello, I personally like immediate validation – right after the user checks/selects/enters something on the form - much better than validation on an action. So usually I validate fields “on value change” and set the field error if necessary. Currently I use a js-function like this to showing/remove the error message (form display mode: Modern on BPS portal): function showError(columnName, hi

Hi, we have a column visibility/edit/requirement restriction for every field in an item list. But there is no column visibility restriction for the delete button, so you cannot prevent deletion of some rows. It is something you can do easily with js, but only with classic display form mode. It doesn’t work with modern forms. The problem is that it is not guaranteed that your form rules “Main fo

(...) We have a visibility restriction (hidden for few security groups lev1-lev4) on a form field and visible for few other groups. I have created a new report and added the form field which has visibility restriction to the report but it is not displaying any data due to the visibility restriction. As an admin also I cannot see data. How can I fix this issue?

(...) Hi there, does anybody know why this error occurs? Happens the following way: - Business rule retrieves datasource column (from [CacheOrganizationStructure]) COS_AD_name by means of a form field value (see 1.png) - Rule works fine if clicked on 'Test' button - This business rule is used in the cyclical action 'Update related workflow instance' with the goal to update a workflow's form values on a (...)

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 approa