Adding custom BODs
- Select Administration Tools > BOD Processor Administration.
- On the BOD tab, click Customize.
-
Specify the custom BOD name, and click Add.
You can set the BOD document name in these ways:
- In the agreement control property, have a property name "ionDocumentName" and set its value to the BOD document name.
- The developer can add
setManifestInfo(ManifestConstants.MAP_ION_DOCUMENT_NAME, "<<BOD Document Here>>");
in the mapping code.
If both are present, then the value set in the mapping is used. Otherwise, an error occurs when a BOD document is needed, commonly in the Send process.
-
Click OK. The new BOD is displayed in the BODs document list.
To delete a custom BOD, follow the same process and click Delete instead of Add.