Getting Global Objects
Getting a global object allows you to retrieve a copy of the object without putting a lock on it or formally checking it out.
Note: Both getting and checking out an object overwrite any existing
copies in the run-time database with the version currently in the master
database. This means that you cannot make changes made to a "get" version
permanent, as you cannot check in a "get" version, and any changes you have
made are overwritten when you check it out.
To get a global object:
Related topics