Index: WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabFromJsonBepaler.cls.xml =================================================================== diff -u -r71357 -r71724 --- WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabFromJsonBepaler.cls.xml (.../HalffabFromJsonBepaler.cls.xml) (revision 71357) +++ WSimpl/PM/Maatwerk/MaatwerkService/DotNet/HalffabFromJsonBepaler.cls.xml (.../HalffabFromJsonBepaler.cls.xml) (revision 71724) @@ -105,6 +105,10 @@ If (##class(TECH.StringUtils).Contains(KlasseNaam, "TAOR.HalffabZijstabilisering") && (PropertyNaam = "GeleiderType")) { Set PropertyNaam = "GlijderType" } + + If (##class(TECH.StringUtils).Contains(KlasseNaam, "TAOR.HalffabDiepteVerstelling") && (PropertyNaam = "GeleiderType")) { + Set PropertyNaam = "GlijderType" + } // Opnieuw controleren of de propertyNaam bestaat. Dit is dus enkel voor de uitzonderlijke properties die niet 1-op-1 overeenkomen met .NET, en waar dus een correctie nodig was. Do ..ValideerPropertyNaam(KlasseNaam, PropertyNaam)