054.1 Typescript Classes for the Fourth View (Material UI) - chempkovsky/CS82ANGULAR GitHub Wiki
-
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

-
UI form properties will be as follows:
-
DivisionIdRefwill be hidden, as only one -
DDivisionNameandDEEntrprsNamewill be ofSearchDialog-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 denyfull scan filteringfor the end user.
- we can not use
-
Reminder:
DivisionIdRefandDDivisionNamehave the sameForeign Key Chain. Thus only one of these fields can be ofSearchDialog-type. The second one should beHiddenorReadOnly. We declareDivisionIdRefto beHiddenfor Insert and Update actions.
-
Click to show the picture
