|
|
发表于 2011/8/4 09:57:44
|
显示全部楼层
OAF->Dev Guide->Charpter 4->
Declarative ImplementationThe Attachments page is rendered using standard OA Framework components. There is no programming required to enable attachments. You simply need to define your attachment region item and the relationship between the item and the entity via OA Extension. Be sure to follow the OA Framework naming standards as you define your OA Extension components.
Step 1: Define the view object for your application.
Step 2: Using OA Extension, define a region that is to be attachments-enabled.
Note: Make sure your region is enclosed in a form and has a Submit button. Changes to attachments data can only be committed with a form submit.
Step 3: Define your region items and for each region item, enter the appropriate view attribute name defined by your view object.
Step 4: If you are enabling attachments only for the OA Framework interface, skip to Step 5.
If you are an Oracle Applications Division developer and you want to enable attachments for both the Oracle Forms and the OA Framework interfaces, you need to specify your entity information in the FND_DOCUMENT_ENTITIES table so that the entity can be shared by both interfaces.
To define your Entity information in the FND_DOCUMENT_ENTITIES table, use the AK Entity form under the AK HTML Forms responsibility in E-Business Suite:
定义AK Entity的职责是 “AK HTML 表单”。这个方法Form里面也一样可以用到,所以你可以问问Form附件熟悉的人。 |
-
|