Specifying Main Adapter Module in AppData

If necessary, you can indicate the main perl adapter module as well as a custom adapter module that a tool should use.

Sometimes there is a need for a tool to use a main perl adapter module other than one of the defaults such as, PcmGetDocEnt.pm, PcmPutDocEnt.pm, PcmGetDocFetch.pm. To do this, you can indicate the main perl adapter module as well as the custom adapter module that a tool should use in AppData. In this case, the Value Data field in AppData is configured to name the custom and the main adapter.

Example: You configure the AppData using the same method as previously described except that the Value Data field would require that both a main adapter module and custom adapter module be specified. Using the example for your custom tool, the Value Data field would contain values for adapter and custom:
UserKeyValue NameValue Data
{Global}\Document Types\Book\ XmEdit2.exeGetDocadapter=PcmGetDocXM custom=CustomGetDoc XmBk2
{Global}\Document Types\Book\ XmEdit2.exePutDocadapter=PcmPutDocXM custom=CustomPutDoc XmBk2
GetDoc:
{Global}  \Document Types\Book\ XmEdit2.exe GetDoc adapter=PcmGetDocXM custom=CustomGetDoc  XmBk2
PutDoc:
{Global}  \Document Types\Book\ XmEdit2.exe PutDoc adapter=PcmPutDocXM custom=CustomPutDoc  XmBk2