Topic by Kurt
Hi I have a CPM which is triggered on a destroy event of a custom object. The object represents a reference to a record in a 3rd party system and includes some foreign keys and other metadata. It seems when a record is deleted and the CPM fires, only the ID is available on the passed object, calls to fetch or query the object by ID return null, it seems the CPM is triggered after the record has been deleted. In my test harness for the destroy event I can read other fields, but this isn't the case when the CPM is deployed an actually executed. Is this the expected behavior? Is there anyway to get data from the other fields of the deleted object?