I am wanting to change all the account descriptions in GP Dynamics, simplifying the names so other users can identify accounts easier.
Ran a test of this in SQL in a test environment and seems successful,
Update GL00100 (Financial Account Master Table)
Set ACTDESCR='newname' where ACTINDX='x'
Would this be all to change the account descriptions correctly?
*This post is locked for comments