Using the Data Type of a Business Interlink Object

You should declare a Business Interlink object using the data type Interlink. For example,

Local Interlink &MYBI;

Declare hierarchical data as type BIDocs. For example:

Local BIDocs &OutlistDoc; 

Note: BIDocs and Interlink objects used in PeopleCode programs run on the application server can be declared only as type Local. You can declare Interlinks as Global only in an Application Engine program.