...
Maintenance documents create, retrieve, update, copy, and inactivate either a single business object or homogeneous collections of business objects. The ability to quickly specify forms to perform these actions make maintenance documents wildly useful; they make the care and feeding of business objects so easy. The chart module, for instance, has no transactional documents at all, because all of the work the module needs to do can be expressed in the form of creating and updating business objects - charts, accounts, object codes, and so on. And indeed, maintenance documents are easy to create. Here's a basic recipe:
- Create a business object, the data dictionary for that business object, and the O/RM mapping
- Create a data dictionary configuration for the maintenance document on that business object
- Write some rules to validate data that the maintenance document gets from the user
- Write a workflow document type file and create a DocumentType business object for the maintenance document
- Create a link in the portal
We'll examine each of these steps in detail (save for the first, which you have probably already seen). We also find out how to make maintenance documents more flexible, and finally, we look at the global maintenance document framework which allows batch updates and inactivations of many business objects at once.
- Maintenance Document Data Dictionary
- Business Rules for Maintenance Documents
- Setting up the KEW Document Type
- Maintenance Document Initiation Links
- Helping out the Data Dictionary with Maintainables
- Customizing Lookups with Lookup Helpers
- Customizing the Inquiry
- Global Maintenance Documents
Include Page | ||||
---|---|---|---|---|
|