The following are two ways to approach the management of Record Maps with Deltanji:

  1. Register the main class, and manually regenerate the other classes after any transfer.
  2. Register the main class plus the generated classes as multiple components of the same Object.

George James Software recommends the second way, which makes use of Deltanji's ability for an object to contain more than one component. A typical Deltanji object contains a single component, but Deltanji allows you to associate more than one component with a single object. Doing this binds these components together such that if any one of them is transferred all the other components will automatically be transferred at the same time.

To add a second component to an existing object that already contains a component:

  1. Make sure the existing object is checked out.
  2. Navigate to the second component using the Component view of the location. You should see that the component is unregistered.
  3. Copy the component to your Work List, either by selecting it and typing Ctrl+C or by right clicking and selecting Copy to Work List.
  4. Navigate to the object using the Object view and select it.
  5. Right click and select Paste from Work List. You will be asked to confirm that you want to add the component to the object.
  6. If you inspect the object you will see that it now lists two items in its component list.