...
Info | ||
---|---|---|
| ||
Note: DO NOT run this command against a LIVE database without reviewing the change, the reason for change, and its effect on the rest of the system with the Professional Services Manager and/or Customer Support Department Manager. |
First: Locate the G/L Account Sequence # of the G/L Account # you which to change it TO. Take not of the GLACSeqno column which is used in the next query.
SELECT glacseqno, glacct FROM GLAcct WHERE glacct = 'XXXXXX' AND glctlacct_flag = 1
...