Type of Information | How to Extend |
---|---|
Common Completion Details | For completion details common to all activity types extend the base M1-CommonActivityIntCmplDtls data area. The base data area is already included in all base assignment business objects so extending it automatically extends all these business objects. It is also included in the outbound message sending completion information to the host system so the service is automatically extended as well. |
Service Point, Meter or Item Details | For service points, meter or item completion information extend the respective corresponding data area: • Service Point (M2-SPDataDetails) • Meter (M2-MeterDataDetails) • Item (M2-ItemDataDetails) These data areas are already included in relevant base activity and assignment business objects so extending them automatically extends all these business objects. These data areas describe the entity. They are included once on the activity and assignment business objects to describe information as sent from the host. |
They are included once more in the assignment completion group of information to capture modifications to these details made by the crew.Information as sent from host is assumed to be displayed as read only whereas the modifiable copy of the details may be presented as editable as needed. When designing your custom UI map fragments choose which completion details are editable. | |
Custom Assignment Business Object Completion Details | If certain completion details are relevant to a specific type of activity that is not provided with the base product you need to design and configure custom activity and assignment business objects to handle such an activity. Use custom data areas to describe the details captured by the crew for this type of activity and include them in your assignment business object. the Oracle Utilities Mobile Workforce Management configuration guide for more information on how to design new custom activity business objects. Once custom business objects are configured you need to extend the activity completion outbound message to accommodate your custom completion details. To do that you need to extend the M2-CompletionDetails data area with your custom data area. |
Type of Information | How to Extend |
---|---|
Service Point, Meter or Item Details | Create a CM service point, meter or item data area with the same details as the corresponding Oracle Utilities Mobile Workforce Management CM data area and use it to extend these data areas: SP(C1-FWSPBODetails) Meter(C1-FWMeterBODetails) Item(C1-FWItemBODetails) These data areas are included in a corresponding business object used to update the entity. By extending these base data areas you automatically extend the entity business object and hence when the object is updated so are the custom details. |
Create another service point, meter or item interface data area and include in it the corresponding CM data area you have just created for the business object update. Use this to extend the interface data areas: Service Point (C1-FWSPInterfaceDetails) Meter (C1-FWMeterInterfaceDetails) | |
Item (C1-FWItemInterfaceDetails) The interface data area includes the business object data area to ensure they have same elements allowing each to extend another data area. | |
Other Completion Details | For completion details common to all activity types create a custom data area and use it to extend the base data area: C1-FACompletionCommonDetails For activity type specific details create a activity specific custom data area and use it to extend the base data area: C1-FACompletionActSpecDetails Refer to Extending Field Activity Completion Rulesfor more information on how to process this additional information. |