Workaround for "Corrupt" Data Generating CDATA XML
PT 8.58.10, HR/FS 9.2
TLDR: users paste entire word documents into JOBCODE and POSITION DESCRLONG field, which causes the IB to wrap the entire message as CDATA because of all the weird characters. Can't fix this with a TRANSLATE program, since the data is generated AS a giant CDATA blob that can't be manipulated.
We can't modify the default VERSION_2 of this message to exclude the field, since it's already in use.
We could make our OWN message that doesn't include DESCRLONG, but then we'd have to change the default message which seems weird.
We could customize FULLSYNC program and delivered peoplecode to clean this field before generating the message, but that seems like a terrible idea (both are generic).