Develop > SMIS > Developing an Integration Template > Develope a source adapter and a destination adapter

Develope a source adapter and a destination adapter

To develop a source adapter, use readRecords to return records to the manager.

To develop a destination adapter, use sendRecord to process records from the manager.

Note The getFields function defines the fields used in an integration. See smis_TestSrcAdapter and smis_TestDestAdapter in the Service Manager script library for examples.