Follow these steps to create, in the eMerged_Library
library, the Customer business object which has these attributes:
- customerNumber (string)
- dateProfileCreated (string)
- firstName (string)
- lastName (string)
- address (Address)
- homePhoneNumber (string)
- workPhoneNumber (string)
- email (string)
- dataValid (boolean)
The address attribute references the Address business object.