Siebel Assignment Manager Administration Guide > Advanced Assignment Manager Configuration > Process of Configuring Assignment Manager to Copy Columns >

Copying Columns Using the Command-Line Interface


After configuring an assignment object to copy columns, Assignment Manager can copy columnar position- and employee-specific data by initiating a server component job from the command-line interface using the AsgnSrvr command and the parameters described in Table 45. The command-line interface of the Server Manager is the srvrmgr program.

This task is one step in Process of Configuring Assignment Manager to Copy Columns.

For more information on using the command-line interface, see Siebel System Administration Guide.

To copy columns using the command-line interface

  • From the command-line interface, submit an assignment request using the CopyCandSpecData server component parameter to instruct Assignment Manager to retain the position- or employee-specific data in the team table.

    For example:

    start task for comp asgnbatch with asgnobjname="Account", objwhereclause="where row_id='88-1FC68'", CopyCandSpecData = "Y"

    or

    start task for comp asgnsrvr with asgnobjname="Account", objwhereclause="where row_id='88-1FC68'", CopyCandSpecData = "Y"

Siebel Assignment Manager Administration Guide