Index: AXimpl/AifMessage/RequestGeneratorConfig.cls.xml =================================================================== diff -u -r35611 -r37932 --- AXimpl/AifMessage/RequestGeneratorConfig.cls.xml (.../RequestGeneratorConfig.cls.xml) (revision 35611) +++ AXimpl/AifMessage/RequestGeneratorConfig.cls.xml (.../RequestGeneratorConfig.cls.xml) (revision 37932) @@ -28,6 +28,7 @@ quit:Request.Command="Customer/UpdatePart2" "http://schemas.microsoft.com/dynamics/2008/01/services/CustomerService/update" quit:Request.Command="SalesInvoice/Create" "http://schemas.microsoft.com/dynamics/2008/01/services/GeneralJournalService/create" quit:Request.Command="PurchaseInvoice/Create" "http://schemas.microsoft.com/dynamics/2008/01/services/GeneralJournalService/create" + quit:Request.Command="Crm/Customer/Update" "CrmCustomerUpdate" do ##class(TECH.Exceptions.IllegalUsageException).Throw(Request.Command_" not supported") ]]> @@ -43,6 +44,7 @@ quit:Request.Command="Customer/UpdatePart2" "Customer/Create" quit:Request.Command="SalesInvoice/Create" "SalesInvoice/Create" quit:Request.Command="PurchaseInvoice/Create" "PurchaseInvoice/Create" + quit:Request.Command="Crm/Customer/Update" "Customer" do ##class(TECH.Exceptions.IllegalUsageException).Throw(Request.Command_" not supported") ]]>