We send the effective date of the WorkType to a vendor in an interface file. We need the ability to skip a record if certain criteria exist. So, Infor ran a process that did not change the value of the WorkType field but did change the effective date. We need to be able to skip that field history record and send the next one.
For example, if the field history of WorkType looks like this:
10/26/24 FT RestrictedBypassUpdate
3/6/22 FT RehireFromTA
We need the ability to send the 3/6/22 and ignore the 10/26 record. The restricted bypass update is always on the same date but the other records below could be any date and any action.
Is this possible? Thank you.