Index: AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml =================================================================== diff -u -r35607 -r35608 --- AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml (.../CustomerCreateConverter.cls.xml) (revision 35607) +++ AXimpl/AifMessage/Converter/CustomerCreateConverter.cls.xml (.../CustomerCreateConverter.cls.xml) (revision 35608) @@ -80,7 +80,7 @@ set Custable.class = "entity" set Custable.ADUImported = ##class(AXaif.Customer.AxdEnumNoYes).Yes() set Custable.AccountNum = ..Formatter.FormatAccountNumber(Partij.GeefCode()) - set Custable.Blocked = $$$If(Klant.GeefCommercieleStatus()=##class(DOM.CRM.enu.CommercieleStatus).Actief(),"","Invoice") + set Custable.Blocked = $$$If(Klant.GeefCommercieleStatus()=##class(DOM.CRM.enu.CommercieleStatus).Actief(),"No","Invoice") set Custable.CashDisc = ..Formatter.FormatCashDiscount(Klant.GeefKortingContantPercentage(),Klant.GeefKortingContantTermijn()) set Custable.Currency = "EUR" set Custable.CustClassificationId = ..ConvertCustClassificationId(Klant) Index: vhTestFiles/UnitTests/AX.Uitgaand.common.impl.AifGenerator.Generate/Test/TestCustomer-Create/AIF/Customer/Create/Customer-Create K1234 - VHBE - 20160501_091500.xml =================================================================== diff -u -r35538 -r35608 --- vhTestFiles/UnitTests/AX.Uitgaand.common.impl.AifGenerator.Generate/Test/TestCustomer-Create/AIF/Customer/Create/Customer-Create K1234 - VHBE - 20160501_091500.xml (.../Customer-Create K1234 - VHBE - 20160501_091500.xml) (revision 35538) +++ vhTestFiles/UnitTests/AX.Uitgaand.common.impl.AifGenerator.Generate/Test/TestCustomer-Create/AIF/Customer/Create/Customer-Create K1234 - VHBE - 20160501_091500.xml (.../Customer-Create K1234 - VHBE - 20160501_091500.xml) (revision 35608) @@ -11,6 +11,7 @@ 01234 Yes + No 10D3% EUR R09 Index: AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml =================================================================== diff -u -r35607 -r35608 --- AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml (.../CustomerUpdatePart2Converter.cls.xml) (revision 35607) +++ AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml (.../CustomerUpdatePart2Converter.cls.xml) (revision 35608) @@ -132,6 +132,7 @@ set ConvertOptions = ##class(TECH.ObjectUtils.ObjectConvertData).%New() do ConvertOptions.Add("action",,"set Output=""update""") do ConvertOptions.Add("ADUTaxRegistrationNumber") + do ConvertOptions.Add("Blocked") do ConvertOptions.Add("CashDisc") do ConvertOptions.Add("Currency") do ConvertOptions.Add("CustClassificationId") Index: vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml =================================================================== diff -u -r35584 -r35608 --- vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml (.../AifConverter.cls.xml) (revision 35584) +++ vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter.cls.xml (.../AifConverter.cls.xml) (revision 35608) @@ -654,7 +654,7 @@ #dim AxKlant As AXaif.Customer.AxdCustomer = ..ConvertToAxdCustomer() #dim CustTable As AXaif.Customer.AxdEntityCustTable = AxKlant.CustTable.GetAt(1) - do $$$AssertEquals(CustTable.Blocked,"") + do $$$AssertEquals(CustTable.Blocked,"No") ]]>