(form "00220" (size 44 9) (heading "CREATE A NEW ENTITY") (field "entity_name" (position 5 4) (display_length 32) (input allowed) (null disallowed) (max_length "PLT_OBJECT_NAME_LENGTH") (translate upper) ) (field "entity_type" (position 20 6) (display_length 6) (input allowed) (null disallowed) (max_length 6) (translate lower) (value_in "string" "note" "image" "table") (default "string")) (default_buttons) )