Delete Row Services
The Delete Row service identifies a child-level record that matches user-specified key criteria, then deletes the record.
The following list contains guidelines for using Delete Row services:
The Delete Row service does not support deleting parent-level records.
The Delete Row service enables you to delete multiple child-level rows based on the keys specified in service's input signature.
To delete a child-level row, you must specify key values for all of its parent levels. For example, to delete a level 3 record, you must specify key values for its level 1 and level 2 parent-level records.
If the service's input signature only contains key values for a level 1 record, then the whole level 1 record will be deleted, along with all of its children level records (levels 2 and up).
Note:The PeopleSoft Adapter does not support scroll-level processing, which is the ability to access particular scroll-level items based on scroll keys, and then update or delete those items in PeopleSoft. To delete a child-level record (level 1 or higher), you must specify keys for all of the record's parent-level records in the service's input.