This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to set mandatory field on web portal form

How to set 'mandatory field' on additional fields in form like New employee on web portal?

For example: for fields like Remarks, PersonnelNumber and so on

  • Hello,

    The answer depends on the product version you have installed.
  • Hello Hanno,
    what is the recommended way for mandatory fields in version 7.1? I have similar question.
    m.
  • In WebDesigner, locate the collection that contains your data. As an example, for creation of new employees, look at the "Person" collection in the VI_Employee_Edit module.

    Right-click the collection and select "Object in extension" --> "Modify property".

    On the new node, set the base property to whatever property should be mandatory. Also, set the property "Minimum character count" to 1.

    This change will make the property behave like a mandatory property for the selected collection.