Wiki

Clone wiki

twentytwo / 2. Forms / 2. Basic information

The basic information section of a form contains information about the name and display of the form in the system. Any form contains the following basic information:

  • Name
    • The name to give the form (Ex. "Product" or "Product category"). To get the internal module name, Twentytwo framework will convert the name to lowercase, replace special characters (Non-alphanumeric) with empty strings and replace spaces with underscores (Ex. "product" or "product_category").
  • Default status
    • When creating a new entity of this type, this is the status to assign to the entity. The default is "A" (Active)
  • Display
    • Whether to display the module in the main menu.

Updated