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

Parents
  • 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.

     


Reply
  • 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.

     


Children
No Data