I am working on GW Claim Center customization. I have already added some new coverage types to data model, and I know how to add appropriate line of data into ISOCoverageCodeMap.csv file.
Now I am working with a new LOB and a new policy type, and I have some coverage types under that new policy type. I have added appropriate lines to ISOCoverageCodeMap.csv, but none of that works, that is, on creation of new exposure, Guidewire’s OOTB method ISOTranslate.instance().getCoverageCodes()
returns null, like it cannot read the mapping from csv file. Is there something else that I should prepare for new LOB or new policy type, in order to make it work with ISO ?
I have triple-checked my mapping line in csv, and it’s fine, LOBCode, PolicyTypeCode, CoverageTypeCode and CoverageSubtypeCode all exist in appropriate ttx files. I have also tried with different lossPartyType values.
I have found nothing in Guidewire’s documentation, although I have found articles about ISO integration on a few places.