Propagating User List Modifications

You can propagate user list modifications from one user to other users. The --modifylist option enables a specific actor's UserList modifications to be cloned to another actor or all other actors. List modifications are stored in the UserList business class of the module repository. Lists already modified by a targetActor are skipped if -o is not specified. If targetActor is not specified, the list modifications are cloned across all actors. Wildcards are accepted for businessClass and/or list (for example, datamaint --modifylist MyDataArea Fred "*" "*" Bob).

  1. At a Landmark command prompt, type

    datamaint --modifylist [-H] [-od] dataArea actor businessClass list [targetActor]

  2. Consider the following:
    Program Option Description
    -H Access help for this command.
    -d Show more detailed output.
    -o Overwrite existing list modifications (skipped by default).
    dataArea The data area the user list modifications apply to.
    actor The actor (user) whose list modifications you want to clone.
    businessClass The specific business class(es) to work with.
    list The user list you want to clone.
    targetActor A specific actor (user) whose lists you want modified with the source actor's list modifications. If no targetActor is specified, the list modifications are cloned across all actors.