...
Access the primary X-Changer DB through MSSQL.
Generate a new query using the following commands, replacing ‘CARDNUMBERHERE’ with the 12-digit attendant card number requested:
Note the number of cards that can be removed does not matter, just make sure the last card added does not have the ‘OR’ operator at the end.
Code Block language sql SELECT TOP (200) CardNumber, UserName, UserType, Balance, Bonus, CardStatus FROM Card WHERE (UserType > 0) AND (CardNumber = CARDNUMBERHERE) OR (UserType > 0) AND (CardNumber = CARDNUMBERHERE) OR (UserType > 0) AND (CardNumber = CARDNUMBERHERE) OR (UserType > 0) AND (CardNumber = CARDNUMBERHERE) OR (UserType > 0) AND (CardNumber = CARDNUMBERHERE) OR (UserType > 0) AND (CardNumber = CARDNUMBERHERE) OR (UserType > 0) AND (CardNumber = CARDNUMBERHERE) ORDER BY CardNumber
Execute the above query once all card numbers have been filled in.
If you do receive an error after execution, be sure to read over it entirely and fix as needed.
Verify the cards have been removed successfully from the Hours Editor menu.
The attendant accounts may be present in the Hours Editor dropdown menu, but will not be selectable.
Accessing the Cards > Search function, search for the attendant cards you removed and complete the following in their respective card details pages:
Zero out the card balance and bonus.
Zero out any discounts applied.
Set card type to Customer.
Set card status to Invalid.
📌 Related Jiras
Jira Legacy | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
\uD83D\uDCCB Related articles
...