Index: APPS/Halux/AAP/DnaCodeService.cls.xml =================================================================== diff -u -r60238 -r60245 --- APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60238) +++ APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60245) @@ -172,7 +172,9 @@ Set DnaCode.ToeleveringLijn = ToeleveringLijn.GeefID() Set DnaCode.OrderId = ToeleveringLijn.GeefOrderID() Set DnaCode.AanmaakTijdstip = ##class(TECH.Context).Instance().GeefDateTimeAPI().CurrentHorolog() - Set DnaCode.LadeCode = ..ProductApi.GeefProduct(ProductID).GeefDossierNr() + If (..ProductApi.GeefProduct(ProductID).%Extends("DOM.PM.MaatwerkProduct")) { + Set DnaCode.LadeCode = ..ProductApi.GeefProduct(ProductID).GeefDottedDossierCode() + } If $IsObject(Batch) { Set DnaCode.BatchId = Batch.GeefID() Set DnaCode.IsWegwerpPallet = Batch.GeefIsWegwerpPallet()