Index: AXimpl/AifMessage/RequestGeneratorConfig.cls.xml =================================================================== diff -u -r38126 -r38334 --- AXimpl/AifMessage/RequestGeneratorConfig.cls.xml (.../RequestGeneratorConfig.cls.xml) (revision 38126) +++ AXimpl/AifMessage/RequestGeneratorConfig.cls.xml (.../RequestGeneratorConfig.cls.xml) (revision 38334) @@ -15,6 +15,7 @@ quit:Request.Command="PurchaseInvoice/Create" ##class(AXimpl.AifMessage.Converter.PurchaseInvoiceConverter).%New() quit:Request.Command="Crm/Customer" ##class(AXimpl.BizTalkMessage.Converter.CustomerConverter).%New() quit:Request.Command="Crm/CustomerAddressUpsert" ##class(AXimpl.BizTalkMessage.Converter.AddressUpsertConverter).%New() + quit:Request.Command="Crm/CustomerAddressDelete" ##class(AXimpl.BizTalkMessage.Converter.AddressDeleteConverter).%New() do ##class(TECH.Exceptions.IllegalUsageException).Throw(Request.Command_" not supported") ]]> @@ -32,6 +33,7 @@ quit:Request.Command="PurchaseInvoice/Create" "http://schemas.microsoft.com/dynamics/2008/01/services/GeneralJournalService/create" quit:Request.Command="Crm/Customer" "CrmCustomerUpdate" quit:Request.Command="Crm/CustomerAddressUpsert" "CrmCustomerAddressUpsert" + quit:Request.Command="Crm/CustomerAddressDelete" "CrmCustomerAddressDelete" do ##class(TECH.Exceptions.IllegalUsageException).Throw(Request.Command_" not supported") ]]> @@ -49,6 +51,7 @@ quit:Request.Command="PurchaseInvoice/Create" "PurchaseInvoice/Create" quit:Request.Command="Crm/Customer" "Crm/Customer" quit:Request.Command="Crm/CustomerAddressUpsert" "Crm/CustomerAddress/Upsert" + quit:Request.Command="Crm/CustomerAddressDelete" "Crm/CustomerAddress/Delete" do ##class(TECH.Exceptions.IllegalUsageException).Throw(Request.Command_" not supported") ]]>