Question:
How can the NAME field be updated on a ACF2 logonid record? We have a user that changed their name. Can the NAME field be changed without having to delete and re-insert the logonid record?
Answer:
The CHANGE command can update any field in the logonid record except the logonid name itself, since that is the KEY. To change a user name, enter:
CHANGE logonid NAME(new users name)
That is all that is needed. To change a logonid record, that would take a DELETE and an INSERT with the new logonid name.
-