Hi
We have a simple custom FO DataEntity.
A POST-request is sent from an external application to this entity.
If the sent record doesn't exist, then it will be inserted in the destination table and by overriding of one of entity methods one can automaticall create an entry in a custom log table.
When after that the same request is sent, then there is an error (because the record already exists) and a new log entry will not be created, All the overriden entity mehtods will not be called.
Questions:
1. Is it possible to fill such a FO custom table log?
2. What are there other (better) possibilities?
Thank's in advance!
Pavel