Defining child objects for a primary object
You can use child object definitions when you need to have multiple property values or translatable data. For example, attributes are declared as child objects under Products. Child objects can have their own child objects. For example, attributes have translatable data and need their own language-sensitive child objects.
Before you begin
- Review the Management Center modeling guidelines.
- Create the Management Center services required to support the child object, such as create, update, or delete services.
- Work with these services to develop client libraries, new commands, and business logic.
- Create new Management Center objects.
- Review the lzx/commerce/foundation/restricted/ObjectDefinition.lzx/wcfChildObjectDefinition class for more information about child object definitions.
- Define a lzx/commerce/foundation/restricted/BrowseService.lzx/wcfGetChildrenService class under the parent lzx/commerce/foundation/restricted/ObjectDefinition.lzx/wcfPrimaryObjectDefinition class that returns instances of the new child object.
Procedure
What to do next
Version | Steps |
---|---|
|
|
|