How to delete a global customer in RMS?

I get a message "the customer is a Global Customer and cannot be deleted" when trying to delete the customer in RMS Manager. Any ideas on how to delete or take care of this problem??

Reply to
JWT
Loading thread data ...

You can't delete from RMS the global customer.. you can remove from HQ global customer but from store no :) ..

two solution:

1) Remove flag 'GlobalCustomer' from customer property with this query: UPDATE Customer SET GlobalCustomer = 0 WHERE AccountNumber = 'ACCOUNTNUMBER'

2) remove customer directly.. DELETE FROM Customer WHERE AccountNumber = 'ACCOUNTNUMBER'.

or send the worksheet 'remove global customer' from hq

bye antonio

Reply to
Antonio Mazzeo

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.