How to delete a global customer in RMS?

Jun 16, 2005 2 Replies

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??


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

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required