Hello,
Every second I have in the log file this error : [V8.3.4] Error on SqlElement to get 'idRefSecurite' for Class 'Activity' : field 'idRefSecurite' not found in Database.
All seems to work well, but can you explain what is this error, and what I can do to solve this issue ?
Thank you.
Regards,
Hi,
The field idRefSecurite does not exist in Activty on standard version.
Possibly it is a field you added through customization.
If you then reverted to backup of DB, field is defined throught customization, but not in DB.
Remove this field in customization will stop error logging
Thank you for your quick answer.