You have a record type ABC_Author, backed by a database table.
You are using the Delete Records smart service to delete an author record.
What are the minimum parameters that need to be passed to the Delete Records smart service?
You must pass the following data structure:
The passed ABC_Author record must be the complete record.
The passed ABC_Author record data must at least contain the primary key value.
Submit