054.1 Typescript Classes for the Fourth View (Material UI) - chempkovsky/CS82ANGULAR GitHub Wiki

Steps required to accomplish the task

  • We do not describe step by step instructions

    • please repeat the steps similar to those described in the article 031.1.
  • folders to generate the classes

    • src\app\components\phbk-employee-view\
    • src\app\services\phbk-employee-view\
  • UI list properties will be as follows:

Click to show the picture

project structure

  • UI form properties will be as follows:
    • DivisionIdRef will be hidden, as only one
    • DDivisionName and DEEntrprsName will be of SearchDialog-type.
      • we can not use combo-type, as it's for a shirt list of rows. We expect the number of rows in the Divisions and Enterprises tables to be very large.
      • Typeahead-type does not support filtering by Lookup resources and we are going to deny full scan filtering for the end user.
    • Reminder: DivisionIdRef and DDivisionName have the same Foreign Key Chain. Thus only one of these fields can be of SearchDialog-type. The second one should be Hidden or ReadOnly. We declare DivisionIdRef to be Hidden for Insert and Update actions.
Click to show the picture

project structure

⚠️ **GitHub.com Fallback** ⚠️