Skip to main content

We get this error message when we try to upload CAMT054 to IFS

 

No attribute with name RecordTypeId exists in record EXT_FILE_TRANS at 2:1] 
Caused by: ifs.fnd.base.ParseException: No attribute with name RecordTypeId exists in record EXT_FILE_TRANS at t2:1

 

Anyone who had the same problom ? Anyone who knows how this can be resolved ?

@Osthewha It seems like you're encountering an issue with how the XML transformer is handling the RECORD_TYPE_ID, where it's expecting it to be passed as "Record_Type_Id" and not recordtypeId. The discrepancy of "RECORD_TYPE_ID" and "RecordTypeId" might be causing problems (This might be a bit technical for you). Have you made any modifications to the Core XML file?


Reply