rsc_delete
Resource will be deleted. This notification is part of the delete transaction, it’s purpose is to clean up associated data.
rsc_get
Resource is read, opportunity to add computed fields Used in a foldr with the read properties as accumulator.
rsc_import_fetch
Fetch the data for an import of a resource. Returns data in the format used by m_rsc_export and m_rsc_import. Either returns the JSON data, the imported…
rsc_insert
Foldr for an resource insert, these are the initial properties and will overrule the properties in the insert request. Use with care. The props are the…
rsc_merge
Map to signal merging two resources. Move any information from the loser to the winner. The loser will be deleted.
rsc_pivot_done
Signal that a resource pivot has been done.
rsc_query_item
Send a notification that the resource ‘id’ is added to the query query_id.
rsc_update
An updated resource is about to be persisted. Observe this notification to change the resource properties before they are persisted.
rsc_update_done
An updated resource has just been persisted. Observe this notification to execute follow-up actions for a resource update.
rsc_upload
Upload and replace the resource with the given data. The data is in the given format.

Pivot notifications Notifications Survey notifications