2.4 Function Type

This topic describes the function type.

Function Type can be Parent or Child or Screen Child (based on the screen which has to be designed).

Parent: This is the default option and can be used for normal screen development.

Child: This option can be selected if the screen has to be the child of another screen; i.e. inherits all the properties of another screen which will be its parent. Properties can be modified in the child level.

Screen Child: This option can be selected if the screen has to be the screen child of another screen, i.e. it inherits all properties from its parent. Only screen layout changes can be done in the screen child screen.

Refer respective documents for detailed explanation on parent/child/screen child screens.