Share via


Inheritance

As described in Object categories, many of the business document objects you will use as you work with the Dynamics GP service inherit characteristics from other objects. For instance, the CustomerAddress object, which completely describes the address information for a customer, inherits from a series of other objects. The inheritance hierarchy for the CustomerAddress object is shown in the following illustration:

Cc508710.WS_Inheritance(en-us,MSDN.10).gif

The CustomerAddress object has all of the characteristics (properties) of each of the objects it inherits from. Notice that BusinessObject serves as the base object for the inheritance hierarchy.