Upgrading HCM 9.2 from PT 8.53 to 8.55 - Asynchronous Message missing data
We have a simple Asynchronous Service Operation that sends Name change information to a 3rd party. The message contains only one record ‘PS_NAME’ and trigger by PeopleCode that added to PS_NAMES.EMPLID.SavePostChange. The same code has been running fine for many years.
We are upgrading from PT 8.53 to 8.55 and during testing we discover that the XML messages generated in PT 8.55 are missing the required field EFFDT and this is causing failure. I have been researching but no luck so far and will appreciate any help anyone can offer.
Thanks in advance and below is the code that we added to PS_NAMES.EMPLID.SavePostChange This works in PT 8.53 but not in PT 8.55.