Draft: [CRM-ShipAddress] Add event handler to check unique values for default address...
Following changes are done in this MR:
-
Remove a flag in CRM property "Is default address". This flag does not make sense anymore because
- For double endpoint -> A field defined in address mapping indicates which property stores the value about default for shipping and invoicing (ISINVOICE_ADDRESS, ISSHIPPING_ADDRESS, ISDEFAULT_INVOICE_ADDRESS, ISDEFAULT_SHIP_ADD)
- For single endpoint -> A new field has been created to indicate that an address is the default invoice address and the default shipping address (USEAS_DEFAULT_SHIP_ADD, USEAS_DEFAULT_INV_ADD)
-
Field created in C_ORDER to store the invoice address coming from CRM
Edited by Guillermo Alvarez de Eulate