You are on page 1of 2

Organization Structure

Here Organization is Top most Parent.

Division are next level to Organization and being parents to different Units.

Units are the main Production area where business processing will get initiated and processed.

When we transform the above structure into classes.

In an Application we need below classes.

1. Organization class (Parent Class of all the classes divisions, untis etc..)
2. Division classes (Parent classes of all Multiple different Units)
3. Unit class (This is where Business gets initiated and processed).

From this, after we create application, we must have to create classes of all levels.

But, PRPC has automatically create all these classes while we create new application.
Here we see ALLS-AllState-Work. These are the 3 different classes create

Org, Dev and Unit Levels.

Here

ALLS  Org Class

AllState  Division Class (Name Space Appliation Classs)

Work  Unit Class (Work Class , where the business process gets initiated and processed).

You might also like