Component paths separated by IN

To reference all occurrences of an object contained in another object, use the keyword IN.

For this example, ShipSchedules appears as a component of different components within OrderAck.

The object name for all occurrences of ShipSchedules within ORD_ADR_OUT_WD Record is:

ShipSchedules IN ORD_ADR_OUT_WD Record:OrderAck

When IN is used, the contained object name must refer to the same type. In the example, the ShipSchedules component of ORD_ADR_OUT_WD Record and the ShipSchedules component of OrderLine Structure must be of the same type.

In the map designer, you can refer to all occurrences of an object contained in a card object. The object name for all occurrences of ShipSchedules within OrderAck is:

ShipSchedules IN OrderAck