I’m working on a GI to display the following information for future audits. Basically, the auditor wants to see a list of field changes on vendors within a given time frame. They want to pick one of the changes and have the team pull the necessary approval paperwork for that change. I’m currently using PX.SM.AuditHistory and PX.SM.Users. Here are the needed fields:
Operation
ChangeDate
Username
TableName
ModifiedFields
ScreenID
ChangeID
Old value
New value
I was able to get the fields listed except for the old field value and the new/updated field values. Doing some research, I think that this information is stored separately, but wanted to ask the community first. Is that “change” information stored separately?