SmartMapper Wizard Activity - Input Tab

The input schema depends on configurations in the Input Editor tab and SmartMapper Calls tab.

The schema includes nodes for each operation defined in the SmartMapper Calls tab. These nodes are placed in the locations specified in the SmartMapper Calls tab. These SmartMapper nodes represent the input data to the SmartMapper operations defined in the SmartMapper Calls tab.

Dragging the Schema to the input fields brings up the autofill wizard to set all non-SmartMapper fields.

Only use copy on sub-schemas that do not contain cross-reference calls, to ensure that your final object have both the lookups and the normal data in one object.

The SmartMapper Wizard allows calls to be batched to the database efficiently. Reads are occasionally done in parallel. Writes are occasionally done in one transaction. Exception semantics allow the capture of all lookup failures into one exception schema. Any real exception terminates the activity and rolls back any writes. All configurations are set up in the service.

Your next activity must be a Mapper.

Note: In SmartMapper Wizard, the input field values are optional if both sides of the input entities participating in a relationship are null. Otherwise, you get a message that the key value is not present if one of the entities is null.