Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Decide the name of the field you want to use
  2. choose the type of information that can be stored here
    1. String is letters and numbers
    2. Number is decimal number
    3. Boolean is true or false
    4. enum is a list of values
  3. Set the usage to determine where in the system it will apply
  4. User Maintainable - determine if the user can change it
  5. Use Dropdown to select from or show entire list with radio buttons
  6. Enter values and save to create a list to chose from
  7. Should be available in the system immediately Note you can disable the field if you want to hide it in the system.

General Tab

They can be user maintainable so users can enter their own values

  • Dropdowns can be used to select from previously used values Simple Profile Types can be of type
      '''
      • String
      '''
      • - letters and numbers
      '''
      • Number
      '''
      • - number only
      '''
      • Boolean
      '''
      • - checkbox
      '''
      • Enum
      '''
      • - a list of values

    Where used Tab 

    Shows where the particular field has been used and values placed into it