Do not let any software impress you!

Only let it convince your intellect.
Slider img 1
Do not look for a business paradise!

It is a waste of time.
Slider img 2
Only yourself can push you uphill.

There is no easy road to prizes.
Slider img 3
Productivity is the name of the game.

And you have to conquer it.
Slider img 4
As long as you understand it,

you will start to build your know-how.
Slider img 5
We can help with that.

We have the tools and the method.
Slider img 6

Attach and Relate Documents using AutoScript



AutoScript contains the AttachExternalFile ( rel_name ) procedure to attach and relate an external document (file).

The usage is:

       call AttachExternalFile() {....case of unnamed relation to the underlying form record ...or}


       call AttachExternalFile(“INVOICE“) {...case of named relation to the underlying form record}


In any case, the above procedure opens the form that is appropriate for attaching a document to a form record.

If the relation is named, the relation name (i.e., “INVOICE“) updates the field RTYPE of the AU_DOC_REL record type.