![]() |
moveRandom moves an object from its current class to a target class. Syntax
|
![]() |
For source-class, supply the name of the class containing the object you want to move. For target-class, supply the name of the class to which you want to move the object.
You must uniquely identify a single object to move. Therefore, you must provide the primary keys in the key statement.
If the object primary keys include pointers, use one or more objectPtr statement to indicate values of these keys.
If the target class includes required pointers, use one or more objectPtr statements to provide values for these pointers. For class name, specify the class name pointing to the object.
Use the permGrant Groups statement to change permissions on the object. If necessary.
Use the permGrant Users statement to change permissions on the object. If necessary.
Use the remaining fields to specify values for class properties that are required by the target class. |