Is there a way in Infor M3 to see who made the last change and what field they changes?
We are trying to look into who made changes within a certain M3 screen. Even if someone goes into change mode and doesn't change anything their username is tied to the bottom of the screen. Would like to be able to see what field is changed and possibly what the old value was.
Share a Message
Yes, this came in one of the releases. So, if you had FAT activated in transactional tables before you kept it.
If you started after that release, then you could not add. I can't remember when, but I would say maybe 2 years.
I have not checked if you had FAT activated on CO Header and wanted to add a new field if it would prevent.
MPA
Share a Message
Share a Message
In Cloud:
- enable field audit trail only on master tables
- for transactions tables, Infor removed FAT but you can:
- SQL query the transaction table with "IncludeAllVariations" function
- or you can indeed set up CMS045 and CMS048 to trace all changes on a particular field, with visibility in CMS300
Example of SQL
--*includeAllVariations=MHDISH
Select * from MHDISH
WHERE CONO = 100
AND DLIX = Read more...xxx
Hope this helps,
MPA
Show less...
Share a Message
Share a Message
Business Engine Field Audit Trail should be available in administration tools unless you need some additional IFS permissions.
Read more... https://docs.infor.com/m3udi/16.x/en-us/m3beud/default.html?helpcontent=appfoundhs/ses121.html&hl=field%2Caudit%2Ctrail Show less...
Share a Message
Share a Message
Share a Message
Share a Message