|
Your best bet to achieve this is to convert the external document (TXT, XLS, DOC, etc) into an object instance of the SOFM type. Then you can bind it in to either _Adhoc_Objects or _Attach_Objects.
You can use method SOFM.ImportFile to create a SOFM based document on your external file.
|