| 191 | | When you set the location of a checked-in object explicitly using set_location(), then the object will automatically be checked-out from wherever it has been checked-in before. |
| 192 | | |
| 193 | | Both check_in() as well as check_out() accept the timestmp parameter to set the time of the check-in/out explicitly. If omitted, then the current server time is used. |
| | 191 | When you set the location of a checked-in object explicitly using {{{set_location()}}}, then the object will automatically be checked-out from wherever it has been checked-in before. |
| | 192 | |
| | 193 | Both {{{check_in()}}} as well as {{{check_out()}}} accept the {{{timestmp}}} parameter to set the time of the check-in/out explicitly. If omitted, then the current server time is used. |